/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/ |
H A 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 { [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | perf-record.c | 68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 201 ++errs; in test__PERF_RECORD() 209 ++errs; in test__PERF_RECORD() 215 ++errs; in test__PERF_RECORD() 221 ++errs; in test__PERF_RECORD() 231 ++errs; in test__PERF_RECORD() 239 ++errs; in test__PERF_RECORD() 246 ++errs; in test__PERF_RECORD() 277 ++errs; in test__PERF_RECORD() 303 ++errs; in test__PERF_RECORD() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | perf-record.c | 68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 201 ++errs; in test__PERF_RECORD() 209 ++errs; in test__PERF_RECORD() 215 ++errs; in test__PERF_RECORD() 221 ++errs; in test__PERF_RECORD() 231 ++errs; in test__PERF_RECORD() 239 ++errs; in test__PERF_RECORD() 246 ++errs; in test__PERF_RECORD() 277 ++errs; in test__PERF_RECORD() 303 ++errs; in test__PERF_RECORD() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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() << " Alia in ~AAEvaluator() [all...] |
/third_party/node/test/parallel/ |
H A D | test-net-error-twice.js | 29 const errs = []; 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/ |
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A 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() << "Initializatio in runFuzzerOnInputs() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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() << "Root in DAGDeltaAlgorithmImpl() [all...] |
H A 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() << "Runnin in DisplayGraph() [all...] |
/third_party/skia/infra/bots/ |
H A 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:
|
/kernel/linux/linux-5.10/lib/reed_solomon/ |
H A D | test_rslib.c | 152 int len, int errs, int eras) in get_rcw_we() 178 for (i = 0; i < errs; i++) { in get_rcw_we() 214 errs++; in get_rcw_we() 218 return errs; in get_rcw_we() 260 static void test_uc(struct rs_control *rs, int len, int errs, in test_uc() argument 275 nerrs = get_rcw_we(rs, ws, len, errs, eras); in test_uc() 324 int errs, eras, retval; in ex_rs_helper() local 329 for (errs = 0; errs <= nroots / 2; errs in ex_rs_helper() 151 get_rcw_we(struct rs_control *rs, struct wspace *ws, int len, int errs, int eras) get_rcw_we() argument 366 test_bc(struct rs_control *rs, int len, int errs, int eras, int trials, struct bcstat *stat, struct wspace *ws) test_bc() argument 412 int errs, eras, cutoff; exercise_rs_bc() local [all...] |
/kernel/linux/linux-6.6/lib/reed_solomon/ |
H A D | test_rslib.c | 152 int len, int errs, int eras) in get_rcw_we() 178 for (i = 0; i < errs; i++) { in get_rcw_we() 214 errs++; in get_rcw_we() 218 return errs; in get_rcw_we() 260 static void test_uc(struct rs_control *rs, int len, int errs, in test_uc() argument 275 nerrs = get_rcw_we(rs, ws, len, errs, eras); in test_uc() 324 int errs, eras, retval; in ex_rs_helper() local 329 for (errs = 0; errs <= nroots / 2; errs in ex_rs_helper() 151 get_rcw_we(struct rs_control *rs, struct wspace *ws, int len, int errs, int eras) get_rcw_we() argument 366 test_bc(struct rs_control *rs, int len, int errs, int eras, int trials, struct bcstat *stat, struct wspace *ws) test_bc() argument 412 int errs, eras, cutoff; exercise_rs_bc() local [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 242 int type, errs = 0; in do_file() local 259 errs++; in do_file() 281 ++errs; in do_file() 289 ++errs; in do_file() 293 ++errs; in do_file() 304 errs += add_entry(type, hash_value, filename, digest, 1, ~0); in do_file() 308 errs++; in do_file() 312 errs += add_entry(type, X509_NAME_hash_old(name), in do_file() 318 return errs; in do_file() 355 int n, numfiles, nextid, dirlen, buflen, errs in do_dir() local 516 int errs = 0; rehash_main() local [all...] |
/third_party/openssl/apps/ |
H A 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() 358 int n, numfiles, nextid, buflen, errs in do_dir() local 510 int errs = 0; rehash_main() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A 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() << "\ in cpuHelp() [all...] |
/kernel/linux/linux-6.6/rust/macros/ |
H A D | pin_data.rs | 23 let mut errs = TokenStream::new(); variables 49 errs.extend( 58 .flat_map(|tt| replace_self_and_deny_type_defs(&struct_name, tt, &mut errs)) 67 replace_self_and_deny_type_defs(&struct_name, tt, &mut errs) 81 quoted.extend(errs); 88 /// The error is appended to `errs` to allow normal parsing to continue. 92 errs: &mut TokenStream, in replace_self_and_deny_type_defs() 102 errs.extend( in replace_self_and_deny_type_defs() 123 .flat_map(|tt| replace_self_and_deny_type_defs(struct_name, tt, errs)) in replace_self_and_deny_type_defs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A 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()
|
/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_cached_entity.h | 76 std::string errs; in ReloadFromFile() local 85 bool res = jsonReader->parse(sv.data(), sv.data() + sv.length(), &jValue, &errs); in ReloadFromFile() 86 if (!res || !errs.empty()) { in ReloadFromFile() 87 return BError(BError::Codes::UTILS_INVAL_JSON_ENTITY, errs).GetCode(); in ReloadFromFile() 104 std::string errs; in ReloadFromString() local 106 bool res = jsonReader->parse(sv.data(), sv.data() + sv.length(), &jValue, &errs); in ReloadFromString() 107 if (!res || !errs.empty()) { in ReloadFromString()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | testmmiotrace.c | 52 unsigned errs[3] = { 0 }; in do_read_test() local 58 ++errs[0]; in do_read_test() 62 ++errs[1]; in do_read_test() 66 ++errs[2]; in do_read_test() 69 errs[0], errs[1], errs[2]); in do_read_test()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | testmmiotrace.c | 52 unsigned errs[3] = { 0 }; in do_read_test() local 58 ++errs[0]; in do_read_test() 62 ++errs[1]; in do_read_test() 66 ++errs[2]; in do_read_test() 69 errs[0], errs[1], errs[2]); in do_read_test()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A 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/ |
H A 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/ |
H A D | Hello.cpp | 32 errs() << "Hello: "; 33 errs().write_escaped(F.getName()) << '\n'; 50 errs() << "Hello: "; 51 errs().write_escaped(F.getName()) << '\n';
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | arm-device.c | 49 int *errs; in xen_map_device_mmio() local 64 errs = kcalloc(nr, sizeof(int), GFP_KERNEL); in xen_map_device_mmio() 65 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio() 68 kfree(errs); in xen_map_device_mmio() 87 set_xen_guest_handle(xatp.errs, errs); in xen_map_device_mmio() 92 kfree(errs); in xen_map_device_mmio()
|