Home
last modified time | relevance | path

Searched refs:errs (Results 1 - 25 of 288) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/
H A Dmain.go53 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 Dperf-record.c68 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 Dperf-record.c68 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 DAliasAnalysisEvaluator.cpp56 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp227 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 DGraphWriter.cpp84 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp57 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/node/test/parallel/
H A Dtest-net-error-twice.js29 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 Dparser_test.cc31 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/infra/bots/
H A Dcheck_deps.py39 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 Dtest_rslib.c152 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 Dtest_rslib.c152 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 Drehash.c242 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 Drehash.c245 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 DMCSubtargetInfo.cpp81 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 Dpin_data.rs23 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 DDlltoolDriver.cpp61 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()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dtestmmiotrace.c52 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 Dtestmmiotrace.c52 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 DMipsSubtarget.cpp161 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 Dcause.go30 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 DHello.cpp32 errs() << "Hello: ";
33 errs().write_escaped(F.getName()) << '\n';
50 errs() << "Hello: ";
51 errs().write_escaped(F.getName()) << '\n';
/kernel/linux/linux-5.10/drivers/xen/
H A Darm-device.c49 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()
/kernel/linux/linux-6.6/drivers/xen/
H A Darm-device.c49 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp51 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()

Completed in 12 milliseconds

12345678910>>...12