/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/node/test/parallel/ |
D | test-net-error-twice.js | 29 const errs = []; variable 42 errs.push(err); 43 if (errs.length > 1 && errs[0] === errs[1]) 61 console.log(errs); 62 assert.strictEqual(errs.length, 1);
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_test.cc | 31 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F() local 32 ASSERT_TRUE(program.IsValid()) << errs; in TEST_F() 43 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F() local 44 ASSERT_TRUE(program.IsValid()) << errs; in TEST_F() 56 auto errs = diag::Formatter().format(program.Diagnostics()); in TEST_F() local 57 ASSERT_FALSE(program.IsValid()) << errs; in TEST_F() 58 EXPECT_EQ(errs, in TEST_F()
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | index.js | 9 var errs = require('./errors'); variable 33 FingerprintFormatError: errs.FingerprintFormatError, 34 InvalidAlgorithmError: errs.InvalidAlgorithmError, 35 KeyParseError: errs.KeyParseError, 36 SignatureParseError: errs.SignatureParseError, 37 KeyEncryptedError: errs.KeyEncryptedError, 38 CertificateParseError: errs.CertificateParseError
|
/third_party/openssl/apps/ |
D | rehash.c | 245 int type, errs = 0; in do_file() local 262 errs++; in do_file() 284 ++errs; in do_file() 292 ++errs; in do_file() 296 ++errs; in do_file() 307 errs += add_entry(type, hash_value, filename, digest, 1, ~0); in do_file() 311 errs++; in do_file() 315 errs += add_entry(type, X509_NAME_hash_old(name), in do_file() 321 return errs; in do_file() 353 int n, numfiles, nextid, buflen, errs = 0; in do_dir() local [all …]
|
/third_party/flutter/skia/infra/bots/ |
D | check_deps.py | 37 errs = [] 41 errs.append( 47 errs.append( 52 errs.append( 55 errs.append('%s: "%s" does not look like a commit hash.' % (repo, rev)) 56 if errs: 58 for err in errs:
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | projectReferences.ts | 134 const errs = program.getOptionsDiagnostics(); constant 135 …assertHasError("Reports an error about the wrong decl setting", errs, Diagnostics.Composite_projec… 157 const errs = program.getOptionsDiagnostics(); constant 158 …assertHasError("Reports an error about 'composite' not being set", errs, Diagnostics.Referenced_pr… 177 const errs = program.getOptionsDiagnostics(); constant 178 assertNoErrors("Reports an error about 'composite' not being set", errs); 196 const errs = program.getSemanticDiagnostics(program.getSourceFile("/primary/a.ts")); constant 197 …assertHasError("Reports an error about b.ts not being in the list", errs, Diagnostics.File_0_is_no… 209 const errs = program.getOptionsDiagnostics(); constant 210 … assertHasError("Reports an error about a missing file", errs, Diagnostics.File_0_not_found); [all …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/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:
|
/third_party/skia/third_party/externals/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()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1842 JSONCPP_STRING errs; in JSONTEST_FIXTURE_LOCAL() local 1844 bool ok = parseFromStream(Json::CharReaderBuilder(), iss, &root, &errs); in JSONTEST_FIXTURE_LOCAL() 1847 std::cerr << "errs: " << errs << std::endl; in JSONTEST_FIXTURE_LOCAL() 2998 Json::String errs; in JSONTEST_FIXTURE_LOCAL() local 3001 bool ok = reader->parse(doc, doc + std::strlen(doc), &root, &errs); in JSONTEST_FIXTURE_LOCAL() 3003 JSONTEST_ASSERT(errs.empty()); in JSONTEST_FIXTURE_LOCAL() 3009 Json::String errs; in JSONTEST_FIXTURE_LOCAL() local 3014 bool ok = reader->parse(doc, doc + std::strlen(doc), &root, &errs); in JSONTEST_FIXTURE_LOCAL() 3016 JSONTEST_ASSERT(errs.empty()); in JSONTEST_FIXTURE_LOCAL() 3022 Json::String errs; in JSONTEST_FIXTURE_LOCAL() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 1266 errs() << "Tree has no parent but has roots!\n"; in verifyRoots() 1267 errs().flush(); in verifyRoots() 1273 errs() << "Tree doesn't have a root!\n"; in verifyRoots() 1274 errs().flush(); in verifyRoots() 1279 errs() << "Tree's root is not its parent's entry node!\n"; in verifyRoots() 1280 errs().flush(); in verifyRoots() 1287 errs() << "Tree has different roots than freshly computed ones!\n"; in verifyRoots() 1288 errs() << "\tPDT roots: "; in verifyRoots() 1289 for (const NodePtr N : DT.Roots) errs() << BlockNamePrinter(N) << ", "; in verifyRoots() 1290 errs() << "\n\tComputed roots: "; in verifyRoots() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 108 llvm::errs() << "error opening '" << File << "': " << EIB.message() << '\n'; in fatalOpenError() 149 llvm::errs() << MB.getBufferIdentifier() in getCOFFFileMachine() 159 llvm::errs() << MB.getBufferIdentifier() << ": unknown machine: " << Machine in getCOFFFileMachine() 170 llvm::errs() << MB.getBufferIdentifier() in getBitcodeFileMachine() 185 llvm::errs() << MB.getBufferIdentifier() in getBitcodeFileMachine() 198 llvm::errs() << MB.getBufferIdentifier() in appendFile() 216 llvm::errs() << MB.getBufferIdentifier() << ": " << EIB.message() in appendFile() 252 llvm::errs() << MB.getBufferIdentifier() << ": file machine type " in appendFile() 279 llvm::errs() << "missing arg value for \"" in libDriverMain() 286 llvm::errs() << "ignoring unknown argument: " << Arg->getAsString(Args) in libDriverMain() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 161 errs() << "warning: cannot use small-data accesses for '-mabicalls'" in MipsSubtarget() 168 errs() << "warning: the 'dspr2' ASE requires MIPS64 revision 2 or " in MipsSubtarget() 172 errs() << "warning: the 'dspr2' ASE requires MIPS32 revision 2 or " in MipsSubtarget() 178 errs() << "warning: the 'dsp' ASE requires MIPS64 revision 2 or " in MipsSubtarget() 182 errs() << "warning: the 'dsp' ASE requires MIPS32 revision 2 or " in MipsSubtarget() 191 errs() << "warning: the 'msa' ASE requires " << ArchName in MipsSubtarget() 196 errs() << "warning: the 'virt' ASE requires " << ArchName in MipsSubtarget() 201 errs() << "warning: the 'crc' ASE requires " << ArchName in MipsSubtarget() 206 errs() << "warning: the 'ginv' ASE requires " << ArchName in MipsSubtarget()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cause/ |
D | cause.go | 30 func Merge(errs ...error) error { 31 if len(errs) == 0 { 34 strs := make([]string, len(errs)) 35 for i, err := range errs {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Hello/ |
D | Hello.cpp | 32 errs() << "Hello: "; in runOnFunction() 33 errs().write_escaped(F.getName()) << '\n'; in runOnFunction() 50 errs() << "Hello: "; in runOnFunction() 51 errs().write_escaped(F.getName()) << '\n'; in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 63 errs() << "MSP430ISelAddressMode " << this << '\n'; in dump() 65 errs() << "Base.Reg "; in dump() 68 errs() << " Base.FrameIndex " << Base.FrameIndex << '\n'; in dump() 70 errs() << " Disp " << Disp << '\n'; in dump() 72 errs() << "GV "; in dump() 75 errs() << " CP "; in dump() 77 errs() << " Align" << Align << '\n'; in dump() 79 errs() << "ES "; in dump() 80 errs() << ES << '\n'; in dump() 82 errs() << " JT" << JT << " Align" << Align << '\n'; in dump() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPass.cpp | 51 errs() << "MachineFunctionProperties required by " << getPassName() in runOnFunction() 54 RequiredProperties.print(errs()); in runOnFunction() 55 errs() << "\nCurrent properties: "; in runOnFunction() 56 MFProps.print(errs()); in runOnFunction() 57 errs() << "\n"; in runOnFunction()
|
/third_party/jsoncpp/.travis_scripts/ |
D | run-clang-format.py | 86 def __init__(self, message, errs=None): argument 88 self.errs = errs or [] 162 errs = list(proc_stderr.readlines()) 169 errs, 171 return make_diff(file, original, outs), errs 327 outs, errs = next(it) 333 sys.stderr.writelines(e.errs) 345 sys.stderr.writelines(errs)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
D | RISCVBaseInfo.cpp | 20 errs() in computeTargetABI() 24 errs() << "32-bit ABIs are not supported for 64-bit targets (ignoring " in computeTargetABI() 28 errs() << "64-bit ABIs are not supported for 32-bit targets (ignoring " in computeTargetABI() 33 errs() in computeTargetABI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 63 errs() << "GCOV versions do not match.\n"; in readGCDA() 71 errs() << "File checksums do not match: " << Checksum in readGCDA() 77 errs() << "Unexpected number of functions.\n"; in readGCDA() 144 errs() << "File checksums do not match: " << Parent.getChecksum() in readGCNO() 158 errs() << "Block tag not found.\n"; in readGCNO() 180 errs() << "Unexpected block number: " << BlockNo << " (in " << Name in readGCNO() 209 errs() << "Unexpected block number: " << BlockNo << " (in " << Name in readGCNO() 226 errs() << "Multiple sources for a single basic block: " << Filename in readGCNO() 265 errs() << "Function identifiers do not match: " << Ident in readGCDA() 274 errs() << "Function checksums do not match: " << Checksum in readGCDA() [all …]
|