/external/swiftshader/tests/check_build_files/ |
D | main.go | 53 errs := []error{} 76 errs = append(errs, err) 82 errs = append(errs, checkBlueprint(path, string(content))...) 84 errs = append(errs, checkGn(path, string(content))...) 86 errs = append(errs, checkBazel(path, string(content))...) 93 for _, err := range errs { 110 errs := []error{} 117 errs = append(errs, err) 121 return errs 125 errs := []error{} [all …]
|
/external/clang/lib/Serialization/ |
D | Module.cpp | 59 llvm::errs() << " " << Name << ":\n"; in dumpLocalRemap() 62 llvm::errs() << " " << I->first << " -> " << I->second << "\n"; in dumpLocalRemap() 67 llvm::errs() << "\nModule: " << FileName << "\n"; in dump() 69 llvm::errs() << " Imports: "; in dump() 72 llvm::errs() << ", "; in dump() 73 llvm::errs() << Imports[I]->FileName; in dump() 75 llvm::errs() << "\n"; in dump() 79 llvm::errs() << " Base source location offset: " << SLocEntryBaseOffset in dump() 83 llvm::errs() << " Base identifier ID: " << BaseIdentifierID << '\n' in dump() 87 llvm::errs() << " Base macro ID: " << BaseMacroID << '\n' in dump() [all …]
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 116 if (Verbose) errs() << "Loading '" << FN << "'\n"; in loadFile() 120 Err.print(argv0, errs()); in loadFile() 178 errs() << "ERROR: "; in diagnosticHandler() 183 errs() << "WARNING: "; in diagnosticHandler() 190 DiagnosticPrinterRawOStream DP(errs()); in diagnosticHandler() 192 errs() << '\n'; in diagnosticHandler() 208 errs() << EC.message() << '\n'; in importFunctions() 224 errs() << "Import parameter bad format: " << Import << "\n"; in importFunctions() 233 if (verifyModule(SrcModule, &errs())) { in importFunctions() 234 errs() << argv0 << ": " << FileName in importFunctions() [all …]
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 312 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main() 378 errs() << ToolName << ": Debugging...\n"; in main() 393 errs() << ToolName << ": Failed to get process times: " in main() 406 errs() << ToolName << ": Timeout Failed: Process has been running for" in main() 415 errs() << ToolName << ": Process timed out.\n"; in main() 430 errs() << ToolName << ": Process timed out.\n"; in main() [all …]
|
/external/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 228 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl() 229 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl() 232 if (it != Changes.begin()) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 233 llvm::errs() << *it; in DAGDeltaAlgorithmImpl() 236 llvm::errs() << "("; in DAGDeltaAlgorithmImpl() 239 if (it2 != succ_begin(*it)) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 240 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() 242 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl() 245 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl() 247 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl() [all …]
|
D | GraphWriter.cpp | 72 errs() << "Error: " << EC.message() << "\n"; in createGraphFilename() 76 errs() << "Writing '" << Filename << "'... "; in createGraphFilename() 88 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer() 92 errs() << " done. \n"; in ExecGraphViewer() 95 errs() << "Remember to erase graph file: " << Filename << "\n"; in ExecGraphViewer() 151 errs() << "Trying 'open' program... "; in DisplayGraph() 161 errs() << "Trying 'xdg-open' program... "; in DisplayGraph() 173 errs() << "Running 'Graphviz' program... "; in DisplayGraph() 188 errs() << "Running 'xdot.py' program... "; in DisplayGraph() 235 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 227 llvm::errs() << "-- DAGDeltaAlgorithmImpl --\n"; in DAGDeltaAlgorithmImpl() 228 llvm::errs() << "Changes: ["; in DAGDeltaAlgorithmImpl() 232 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 233 llvm::errs() << *it; in DAGDeltaAlgorithmImpl() 236 llvm::errs() << "("; in DAGDeltaAlgorithmImpl() 240 llvm::errs() << ", "; in DAGDeltaAlgorithmImpl() 241 llvm::errs() << "->" << *it2; in DAGDeltaAlgorithmImpl() 243 llvm::errs() << ")"; in DAGDeltaAlgorithmImpl() 246 llvm::errs() << "]\n"; in DAGDeltaAlgorithmImpl() 248 llvm::errs() << "Roots: ["; in DAGDeltaAlgorithmImpl() [all …]
|
D | GraphWriter.cpp | 84 errs() << "Error: " << EC.message() << "\n"; in createGraphFilename() 88 errs() << "Writing '" << Filename << "'... "; in createGraphFilename() 98 errs() << "Error: " << ErrMsg << "\n"; in ExecGraphViewer() 102 errs() << " done. \n"; in ExecGraphViewer() 105 errs() << "Remember to erase graph file: " << Filename << "\n"; in ExecGraphViewer() 163 errs() << "Trying 'open' program... "; in DisplayGraph() 172 errs() << "Trying 'xdg-open' program... "; in DisplayGraph() 183 errs() << "Running 'Graphviz' program... "; in DisplayGraph() 196 errs() << "Running 'xdot.py' program... "; in DisplayGraph() 242 errs() << "Running '" << GeneratorPath << "' program... "; in DisplayGraph() [all …]
|
/external/grpc-grpc/tools/debug/core/ |
D | error_ref_leak.py | 27 errs = [] variable 37 assert (err not in errs) 38 errs.append(err) 40 errs.remove(line[1]) 41 errs.append(line[3]) 44 assert (err in errs) 45 errs.remove(err) 47 print "leaked:", errs
|
/external/rust/crates/grpcio-sys/grpc/tools/debug/core/ |
D | error_ref_leak.py | 27 errs = [] variable 37 assert (err not in errs) 38 errs.append(err) 40 errs.remove(line[1]) 41 errs.append(line[3]) 44 assert (err in errs) 45 errs.remove(err) 47 print "leaked:", errs
|
/external/clang/tools/libclang/ |
D | ARCMigrate.cpp | 39 llvm::errs() << "error: feature not enabled in this build\n"; in clang_getRemappings() 46 llvm::errs() << "clang_getRemappings was called with NULL parameter\n"; in clang_getRemappings() 52 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path in clang_getRemappings() 54 llvm::errs() << "\"" << migrate_dir_path << "\" does not exist\n"; in clang_getRemappings() 66 llvm::errs() << "Error by clang_getRemappings(\"" << migrate_dir_path in clang_getRemappings() 70 llvm::errs() << I->second << '\n'; in clang_getRemappings() 82 llvm::errs() << "error: feature not enabled in this build\n"; in clang_getRemappingsFromFileList() 91 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList() 98 llvm::errs() << "clang_getRemappingsFromFileList was called with " in clang_getRemappingsFromFileList() 111 llvm::errs() << "Error by clang_getRemappingsFromFileList\n"; in clang_getRemappingsFromFileList() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 56 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n"; in PrintResults() 63 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults() 64 Ptr->printAsOperand(errs(), true, M); in PrintModRefResults() 65 errs() << "\t<->" << *I << '\n'; in PrintModRefResults() 72 errs() << " " << Msg << ": " << *CallA << " <-> " << *CallB << '\n'; in PrintModRefResults() 80 errs() << " " << AR << ": " << *V1 << " <-> " << *V2 << '\n'; in PrintLoadStoreResults() 137 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runInternal() 330 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10) in PrintPercent() 340 errs() << "===== Alias Analysis Evaluator Report =====\n"; in ~AAEvaluator() 342 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"; in ~AAEvaluator() [all …]
|
/external/llvm/tools/opt/ |
D | PrintSCC.cpp | 76 errs() << "SCCs for Function " << F.getName() << " in PostOrder:"; in runOnFunction() 79 errs() << "\nSCC #" << ++sccNum << " : "; in runOnFunction() 82 errs() << (*I)->getName() << ", "; in runOnFunction() 84 errs() << " (Has self-loop)."; in runOnFunction() 86 errs() << "\n"; in runOnFunction() 96 errs() << "SCCs for the program in PostOrder:"; in runOnModule() 100 errs() << "\nSCC #" << ++sccNum << " : "; in runOnModule() 103 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName() in runOnModule() 106 errs() << " (Has self-loop)."; in runOnModule() 108 errs() << "\n"; in runOnModule()
|
/external/vboot_reference/tests/ |
D | run_vbutil_kernel_arg_tests.sh | 38 errs=0 58 : $(( errs++ )) 75 : $(( errs++ )) 85 : $(( errs++ )) 114 : $(( errs++ )) 127 : $(( errs++ )) 150 : $(( errs++ )) 167 : $(( errs++ )) 179 : $(( errs++ )) 189 : $(( errs++ )) [all …]
|
D | run_preamble_tests.sh | 29 errs=0 50 : $(( errs++ )) 77 : $(( errs++ )) 95 : $(( errs++ )) 105 if [ "$errs" -ne 0 ]; then 106 echo -e "${COL_RED}${ME}: ${errs}/${tests} tests failed${COL_STOP}"
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 52 errs() << " " << Msg << ":\t" in PrintResults() 62 errs() << " " << Msg << ": Ptr: "; in PrintModRefResults() 63 Ptr->printAsOperand(errs(), true, M); in PrintModRefResults() 64 errs() << "\t<->" << *I << '\n'; in PrintModRefResults() 72 errs() << " " << Msg << ": " << *CSA.getInstruction() in PrintModRefResults() 81 errs() << " " << Msg << ": " << *V1 in PrintLoadStoreResults() 139 errs() << "Function: " << F.getName() << ": " << Pointers.size() in runInternal() 297 errs() << "(" << Num * 100LL / Sum << "." << ((Num * 1000LL / Sum) % 10) in PrintPercent() 307 errs() << "===== Alias Analysis Evaluator Report =====\n"; in ~AAEvaluator() 309 errs() << " Alias Analysis Evaluator Summary: No pointers!\n"; in ~AAEvaluator() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | FuzzerCLI.cpp | 57 errs() << ExecName << ": Unknown option: " << Opt << ".\n"; in handleExecNameEncodedBEOpts() 61 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedBEOpts() 63 errs() << " " << Args[I]; in handleExecNameEncodedBEOpts() 64 errs() << "\n"; in handleExecNameEncodedBEOpts() 120 errs() << ExecName << ": Unknown option: " << Opt << ".\n"; in handleExecNameEncodedOptimizerOpts() 125 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedOptimizerOpts() 127 errs() << " " << Args[I]; in handleExecNameEncodedOptimizerOpts() 128 errs() << "\n"; in handleExecNameEncodedOptimizerOpts() 140 errs() << "*** This tool was not linked to libFuzzer.\n" in runFuzzerOnInputs() 143 errs() << "Initialization failed\n"; in runFuzzerOnInputs() [all …]
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 215 llvm::errs() << tok::getTokenName(Tok.getKind()) << " '" in DumpToken() 220 llvm::errs() << "\t"; in DumpToken() 222 llvm::errs() << " [StartOfLine]"; in DumpToken() 224 llvm::errs() << " [LeadingSpace]"; in DumpToken() 226 llvm::errs() << " [ExpandDisabled]"; in DumpToken() 229 llvm::errs() << " [UnClean='" << StringRef(Start, Tok.getLength()) in DumpToken() 233 llvm::errs() << "\tLoc=<"; in DumpToken() 235 llvm::errs() << ">"; in DumpToken() 243 llvm::errs() << "MACRO: "; in DumpMacro() 246 llvm::errs() << " "; in DumpMacro() [all …]
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 111 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in checkForMigration() 127 llvm::errs() << "error: no input files\n"; in checkForMigration() 156 new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); in performTransformations() 167 llvm::errs() << "error: no input files\n"; in performTransformations() 192 llvm::errs() << "\n##### FINAL RESULT #####\n"; in performTransformations() 194 llvm::errs() << "\n##### OUTPUT AFTER "<< i+1 <<". TRANSFORMATION #####\n"; in performTransformations() 195 printResult(migration.getRemapper(), llvm::errs()); in performTransformations() 196 llvm::errs() << "\n##########################\n\n"; in performTransformations() 233 errs() << "error: filename '" << fname in verifyTransformedFiles() 246 errs() << "error: could not read remappings input\n"; in verifyTransformedFiles() [all …]
|
/external/skia/infra/bots/ |
D | check_deps.py | 39 errs = [] 43 errs.append( 50 errs.append( 58 errs.append( 62 errs.append('%s: "%s" does not look like a commit hash.' % (repo, rev)) 63 if errs: 65 for err in errs:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 81 errs() << "'" << Feature << "' is not a recognized feature for this target" in ApplyFeatureFlag() 110 errs() << "Available CPUs for this target:\n\n"; in Help() 112 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key, in Help() 114 errs() << '\n'; in Help() 117 errs() << "Available features for this target:\n\n"; in Help() 119 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help() 120 errs() << '\n'; in Help() 122 errs() << "Use +feature to enable a feature, or -feature to disable it.\n" in Help() 138 errs() << "Available CPUs for this target:\n\n"; in cpuHelp() 140 errs() << "\t" << CPU.Key << "\n"; in cpuHelp() [all …]
|
/external/llvm/tools/llc/ |
D | llc.cpp | 206 errs() << EC.message() << '\n'; in GetOutputStream() 218 DiagnosticPrinterRawOStream DP(errs()); in DiagnosticHandler() 219 errs() << LLVMContext::getDiagnosticMessagePrefix(DI.getSeverity()) << ": "; in DiagnosticHandler() 221 errs() << "\n"; in DiagnosticHandler() 289 Err.print(argv[0], errs()); in compileModule() 295 if (!NoVerify && verifyModule(*M, &errs())) { in compileModule() 296 errs() << argv[0] << ": " << InputFilename in compileModule() 317 errs() << argv[0] << ": " << Error; in compileModule() 326 errs() << argv[0] << ": invalid optimization level.\n"; in compileModule() 383 errs() << argv[0] in compileModule() [all …]
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | litlint.py | 47 errs = 0 52 errs += 1 56 return errs 66 errs = 0 variable 68 errs += LintFile(p) 71 if errs > 0:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 61 llvm::errs() << "cannot open file " << Path << ": " << EC.message() << "\n"; in openFile() 84 llvm::errs() << Args.getArgString(MissingIndex) << ": missing argument\n"; in dlltoolDriverMain() 98 llvm::errs() << "error: no target machine specified\n" in dlltoolDriverMain() 104 llvm::errs() << "ignoring unknown argument: " << Arg->getAsString(Args) in dlltoolDriverMain() 108 llvm::errs() << "no definition file specified\n"; in dlltoolDriverMain() 118 llvm::errs() << "definition file empty\n"; in dlltoolDriverMain() 127 llvm::errs() << "unknown target\n"; in dlltoolDriverMain() 135 llvm::errs() << "error parsing definition\n" in dlltoolDriverMain() 145 llvm::errs() << "no DLL name specified\n"; in dlltoolDriverMain()
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 117 Err.print(argv[0], errs()); in main() 128 errs() << argv[0] << ": program doesn't contain alias named '" in main() 140 errs() << argv[0] << ": '" << ExtractRegExpAliases[i] << "' " in main() 152 errs() << argv[0] << ": program doesn't contain global named '" in main() 162 errs() << argv[0] << ": program doesn't contain global named '" in main() 174 errs() << argv[0] << ": '" << ExtractRegExpGlobals[i] << "' " in main() 185 errs() << argv[0] << ": program doesn't contain global named '" in main() 195 errs() << argv[0] << ": program doesn't contain function named '" in main() 207 errs() << argv[0] << ": '" << ExtractRegExpFuncs[i] << "' " in main() 219 errs() << argv[0] << ": program doesn't contain global named '" in main() [all …]
|