Home
last modified time | relevance | path

Searched refs:Failed (Results 1 – 25 of 79) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp7 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 Dheimdal_krb5.pot20 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 Dsv_SE.po22 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 DCrashRecoveryContext.cpp32 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 DPreprocessorOptions.h122 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 Dhx509_err.et43 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 Dntlm_err.et10 error_code DECODE, "Failed to decode packet"
12 error_code CRYPTO, "Failed crypto primitive"
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp387 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 Dhttp.errors34 412 SERVER Precondition Failed
39 417 SERVER Expectation Failed
/minix3/crypto/external/bsd/heimdal/dist/po/heim_com_err569856/
H A Dheim_com_err569856.pot160 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 Dheim_err.et13 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 Dmodorder.mk6 TEST_RESULT= && echo Ok || echo Failed
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp84 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 Dtestsuite.at120 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 Dheim_com_err-1980176640.pot25 msgid "Failed to convert v4 principal"
50 msgid "Failed to get the master key"
/minix3/external/bsd/llvm/dist/llvm/cmake/modules/
H A DGetHostTriple.cmake24 message(FATAL_ERROR "Failed to execute ${config_guess}")
H A DFindSphinx.cmake20 "Failed to locate sphinx-build executable"
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp296 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 DSATestBuild.py269 Failed = False
292 Failed = True
297 if Failed == False:
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h524 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 Dgtest-internal-inl.h554 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 DInitialization.h924 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 Dbyval-align.ll5 @.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 Ddebug-info-block-line.m88 format:@"Failed \"%@\" (%@)", [map name], [map identifier]];
/minix3/etc/
H A Drc.minix150 umount /dev/imgrd > /dev/null || echo "Failed to unmount boot ramdisk"
151 ramdisk 0 /dev/imgrd || echo "Failed to free boot ramdisk"

1234