| /src/usr.bin/make/unit-tests/ |
| opt-debug-errors.exp | 4 *** Failed target: fail-spaces 5 *** Failed command: echo '3 spaces'; false 10 *** Failed target: fail-escaped-space 11 *** Failed command: echo \ indented; false 18 *** Failed target: fail-newline 19 *** Failed command: echo 'line1 line2'; false 24 *** Failed target: fail-multiline 25 *** Failed command: echo 'line1 line2'; false 30 *** Failed target: fail-multiline-intention 31 *** Failed command: echo 'word1' 'word2'; fals [all...] |
| opt-debug-errors-jobs.exp | 4 *** Failed target: fail-spaces 6 *** Failed commands: 14 *** Failed target: fail-escaped-space 16 *** Failed commands: 26 *** Failed target: fail-newline 28 *** Failed commands: 38 *** Failed target: fail-multiline 40 *** Failed commands: 48 *** Failed target: fail-multiline-intention 50 *** Failed commands [all...] |
| /src/external/bsd/am-utils/dist/m4/ |
| amindent | 315 echo Failed! 324 echo Failed!
|
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| PreprocessorOptions.h | 178 llvm::StringSet<> Failed; 182 return Failed.count(module) > 0; 186 Failed.insert(module); 190 /// The set of modules that failed to build. 194 /// other instances will see that the module has failed and won't try to
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| bitwriter.go | 23 var writeBitcodeToFileErr = errors.New("Failed to write bitcode to file")
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| CrashRecoveryContext.cpp | 37 volatile unsigned Failed : 1; 43 : CRC(CRC), Failed(false), SwitchedThread(false), ValidJumpBuffer(false) { 69 assert(!Failed && "Crash recovery context already failed!"); 70 Failed = true;
|
| FormatVariadic.cpp | 53 bool Failed = Spec.consumeInteger(0, Align); 54 return !Failed;
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| update_test_prefix.py | 60 for i in [ (f, 'Failed'), (c, 'Changed'), (a, 'Aborted') ]:
|
| /src/external/apache2/llvm/dist/clang/tools/driver/ |
| cc1as_main.cpp | 508 bool Failed = false; 517 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple; 530 if (!Failed) { 532 Failed = Parser->Run(Opts.NoInitialTextSection); 535 return Failed; 540 bool Failed = ExecuteAssemblerImpl(Opts, Diags); 543 if (Failed) { 550 return Failed; 618 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags); 625 return !!Failed; [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| ConstantEmitter.h | 37 /// Whether the constant-emission failed. 38 bool Failed = false; 163 Failed = true;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_flag_parser.cc | 101 if (!res) fatal_error("Flag parsing failed."); 140 Printf("Failed to read options from '%s': error %d\n", path, err);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.cpp | 113 if (!res) fatal_error("Flag parsing failed."); 158 Printf("Failed to read options from '%s': error %d\n", path, err);
|
| sanitizer_stackdepot.cpp | 106 Failed, 141 state_ = thread_ ? State::Started : State::Failed;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.cpp | 115 if (!res) fatal_error("Flag parsing failed."); 160 Printf("Failed to read options from '%s': error %d\n", path, err);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/ |
| Error.h | 113 *OS << "failed with Error of given type"; 149 *OS << "failed with Error whose message "; 154 *OS << "failed with an Error whose message "; 174 MATCHER(Failed, "") { return !arg.Success(); } 177 testing::Matcher<const detail::ErrorHolder &> Failed() { 182 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| LegalizeTypes.cpp | 84 bool Failed = false; 137 Failed = true; 142 Failed = true; 147 Failed = true; 150 Failed = true; 154 if (Failed) { 448 bool Failed = false; 456 Failed = true; 465 Failed = true; 477 Failed = true [all...] |
| /src/external/bsd/ppp/dist/chat/ |
| chat.c | 406 fatal(1, "%s -- open failed: %m", chat_file); 977 msgf("Failed (%s)", fail_reason); 979 msgf("Failed"); 1172 fatal(1, "%s -- open failed: %m", fn); 1198 fatal(1, "Failed"); 1256 msgf(" -- write failed: %m"); 1474 msgf(" -- failed");
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| Store.cpp | 316 bool &Failed) { 317 Failed = false; 392 // We failed if the region we ended up with has perfect type info. 393 Failed = isa<TypedValueRegion>(MR);
|
| ExprEngineC.cpp | 457 bool Failed = false; 461 Failed = true; 464 val = getStoreManager().attemptDownCast(val, T, Failed); 466 if (Failed) { 496 bool Failed = false; 499 val = getStoreManager().attemptDownCast(val, T, Failed); 502 // Failed to cast or the result is unknown, fall back to conservative. 503 if (Failed || val.isUnknown()) { 694 // We failed to track back where we came from. 702 // We failed to track back where we came from [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
| TestSupport.cpp | 96 llvm::errs() << "failed to open" << File << "\n"; 177 bool Failed = false; 216 Failed = true; 255 return Failed;
|
| ClangRefactor.cpp | 490 llvm::errs() << "error: failed to open " << File << " for rewriting\n"; 635 bool Failed = false; 637 llvm::errs() << "Failed to run refactoring action on files\n"; 640 Failed = true; 642 return RefactorTool.applySourceChanges() || Failed ||
|
| /src/crypto/external/bsd/heimdal/dist/tools/ |
| kdc-log-analyze.pl | 164 print "\tNumber of failed lookups: $no_such_princ\n"; 170 print "\tTop ten failed to find principals\n"; 192 print "\tTop ten failed processing request clients\n"; 235 print "\n\tPreauth failed for for: ", $pa_failed, " requests\n"; 237 print "\tPreauth failed top ten IP addresses:\n"; 239 print "\tPreauth failed top ten principals:\n"; 411 } elsif (/Lookup (.*) failed: No such entry in the database/) { 424 } elsif (/Failed processing [0-9]+ byte request from IPv[46]:([0-9\.:a-fA-F]+)/) { 464 } elsif (/Failed to decrypt PA-DATA -- (.+)$/) { 490 } elsif (/Failed to verify AP-REQ: Ticket expired/) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| SourceCode.cpp | 302 bool Failed = Lexer::getRawToken(Loc, Tok, SM, LangOpts, 304 if (Failed)
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Initialization.h | 786 /// A failed initialization sequence. The failure kind tells what 971 /// Describes why initialization failed. 1015 /// Overloading due to reference initialization failed. 1043 /// Reference binding failed. 1046 /// Implicit conversion failed. 1049 /// Implicit conversion failed. 1065 /// Overloading for a user-defined conversion failed. 1068 /// Overloading for initialization by constructor failed. 1071 /// Overloading for list-initialization by constructor failed. 1083 /// List initialization failed at some point [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-internal-inl.h | 539 // Gets the number of failed test suites. 555 // Gets the number of failed tests. 582 bool Passed() const { return !Failed(); } 584 // Returns true if and only if the unit test failed (i.e. some test suite 585 // failed or something outside of all tests failed). 586 bool Failed() const { 587 return failed_test_suite_count() > 0 || ad_hoc_test_result()->Failed(); 686 << "Failed to get the current working directory."; 722 // thrown during a test, this test is considered to be failed, bu [all...] |