| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | constexpr-nqueens.cpp | 7 bool Failed; member 9 constexpr Board() : State(0), Failed(false) {} in Board() 10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {} in Board() 11 constexpr Board(uint64_t State, bool Failed = false) : in Board() 12 State(State), Failed(Failed) {} in Board() 39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try; in tryBoard()
|
| /minix3/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/ |
| H A D | heimdal_krb5.pot | 20 msgid "Failed to load API cache module %s" 25 msgid "Failed to find cc_initializein %s: %s" 572 msgid "Failed to encode KRB5PrincipalName" 596 msgid "Failed to encode digest inner request" 604 msgid "Failed to encode DigestREQest" 608 msgid "Failed to parse digest response" 616 msgid "Failed to decode digest inner reply" 635 msgid "Failed to copy initReply" 676 msgid "Failed to copy initReply," 693 msgid "Failed to copy NTLMResponse" [all …]
|
| H A D | sv_SE.po | 22 msgid "Failed to load API cache module %s" 27 msgid "Failed to find cc_initializein %s: %s" 563 msgid "Failed to encode KRB5PrincipalName" 587 msgid "Failed to encode digest inner request" 595 msgid "Failed to encode DigestREQest" 599 msgid "Failed to parse digest response" 607 msgid "Failed to decode digest inner reply" 626 msgid "Failed to copy initReply" 667 msgid "Failed to copy initReply," 684 msgid "Failed to copy NTLMResponse" [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 32 volatile unsigned Failed : 1; member 37 Failed(false), in CrashRecoveryContextImpl() 55 assert(!Failed && "Crash recovery context already failed!"); in HandleCrash() 56 Failed = true; in HandleCrash() 331 assert(CRC->Failed && "No crash was detected!"); in getBacktrace()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 122 llvm::StringSet<> Failed; variable 126 return Failed.count(module) > 0; in hasAlreadyFailed() 130 Failed.insert(module); in addFailed()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | hx509_err.et | 43 error_code FAILED_CREATE_SIGATURE, "Failed to create signature" 87 error_code PARSING_KEY_FAILED, "Failed to parse key" 90 error_code PARSING_NAME_FAILED, "Failed to parse name" 99 error_code OPEN_SESSION, "Failed to open session to slot" 100 error_code LOGIN, "Failed to login to slot" 101 error_code LOAD, "Failed to load PKCS module"
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| H A D | ntlm_err.et | 10 error_code DECODE, "Failed to decode packet" 12 error_code CRYPTO, "Failed crypto primitive"
|
| /minix3/external/bsd/llvm/dist/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 387 bool Failed = false; in ExecuteAssembler() local 397 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple; in ExecuteAssembler() 399 if (!Failed) { in ExecuteAssembler() 401 Failed = Parser->Run(Opts.NoInitialTextSection); in ExecuteAssembler() 408 if (Failed && Opts.OutputPath != "-") in ExecuteAssembler() 411 return Failed; in ExecuteAssembler() 482 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags); in cc1as_main() local 488 return !!Failed; in cc1as_main()
|
| /minix3/external/bsd/fetch/dist/libfetch/ |
| H A D | http.errors | 34 412 SERVER Precondition Failed 39 417 SERVER Expectation Failed
|
| /minix3/crypto/external/bsd/heimdal/dist/po/heim_com_err569856/ |
| H A D | heim_com_err569856.pot | 160 msgid "Failed to create signature" 353 msgid "Failed to parse key" 368 msgid "Failed to parse name" 408 msgid "Failed to open session to slot" 413 msgid "Failed to login to slot" 418 msgid "Failed to load PKCS module"
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | heim_err.et | 13 error_code V4_PRINC_NO_CONV, "Failed to convert v4 principal" 18 error_code BAD_MKEY, "Failed to get the master key"
|
| /minix3/usr.bin/make/unit-tests/ |
| H A D | modorder.mk | 6 TEST_RESULT= && echo Ok || echo Failed
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 84 bool Failed = false; in PerformExpensiveChecks() local 129 Failed = true; in PerformExpensiveChecks() 134 Failed = true; in PerformExpensiveChecks() 139 Failed = true; in PerformExpensiveChecks() 142 Failed = true; in PerformExpensiveChecks() 146 if (Failed) { in PerformExpensiveChecks() 406 bool Failed = false; in run() local 413 Failed = true; in run() 421 Failed = true; in run() 433 Failed = true; in run() [all …]
|
| /minix3/external/bsd/kyua-cli/dist/bootstrap/ |
| H A D | testsuite.at | 120 AT_CHECK([grep "atf_helpers:fails.*failed.*Failed on purpose" stdout], 159 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout], 172 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout], 192 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout],
|
| /minix3/crypto/external/bsd/heimdal/dist/po/heim_com_err-1980176640/ |
| H A D | heim_com_err-1980176640.pot | 25 msgid "Failed to convert v4 principal" 50 msgid "Failed to get the master key"
|
| /minix3/external/bsd/llvm/dist/llvm/cmake/modules/ |
| H A D | GetHostTriple.cmake | 24 message(FATAL_ERROR "Failed to execute ${config_guess}")
|
| H A D | FindSphinx.cmake | 20 "Failed to locate sphinx-build executable"
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 296 bool &Failed) { in evalDynamicCast() argument 297 Failed = false; in evalDynamicCast() 359 Failed = isa<TypedValueRegion>(MR); in evalDynamicCast()
|
| /minix3/external/bsd/llvm/dist/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 269 Failed = False 292 Failed = True 297 if Failed == False:
|
| /minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 524 bool Passed() const { return !Failed(); } in Passed() 527 bool Failed() const; 791 bool Passed() const { return !Failed(); } in Passed() 794 bool Failed() const { return failed_test_count() > 0; } in Failed() function 852 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 1164 bool Failed() const;
|
| /minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 554 bool Passed() const { return !Failed(); } in Passed() 558 bool Failed() const { in Failed() function 559 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); in Failed()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Initialization.h | 924 LLVM_EXPLICIT operator bool() const { return !Failed(); } 927 bool Failed() const { return SequenceKind == FailedSequence; } in Failed() function 1112 assert(Failed() && "Not an initialization failure!"); in getFailureKind()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | byval-align.ll | 5 @.str1 = private constant [8 x i8] c"Failed \00", align 1 ; <[8 x i8]*> [#uses=1]
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
| H A D | debug-info-block-line.m | 88 format:@"Failed \"%@\" (%@)", [map name], [map identifier]];
|
| /minix3/etc/ |
| H A D | rc.minix | 150 umount /dev/imgrd > /dev/null || echo "Failed to unmount boot ramdisk" 151 ramdisk 0 /dev/imgrd || echo "Failed to free boot ramdisk"
|