Home
last modified time | relevance | path

Searched refs:report (Results 126 - 150 of 385) sorted by relevance

12345678910>>...16

/third_party/python/Lib/test/
H A Dtest_traceback.py1605 report = self.get_report(exc)
1606 self.assertEqual(report, expected)
1640 report = self.get_report(exc)
1641 self.assertEqual(report, expected)
1686 report = self.get_report(exc)
1687 self.assertEqual(report, expected)
1735 report = self.get_report(exc)
1736 self.assertEqual(report, expected)
1779 report = self.get_report(eg)
1780 self.assertEqual(report, expecte
[all...]
H A Dtest_sys.py1155 # The following line is included in the traceback report:
1165 # The following line is included in the traceback report:
1177 report = stderr.getvalue()
1178 self.assertIn("Exception ignored", report)
1179 self.assertIn(test_class.__del__.__qualname__, report)
1180 self.assertIn("test_sys.py", report)
1181 self.assertIn("raise exc", report)
1183 self.assertIn("BrokenStrException", report)
1184 self.assertIn("<exception str() failed>", report)
1186 self.assertIn("ValueError", report)
1209 report = stderr.getvalue() global() variable in UnraisableHookTest.test_original_unraisablehook_exception_qualname.A.B
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dav_tx.c95 report(PREFIX "_%i", last_check); \
97 report(PREFIX); \
H A Dllviddspenc.c110 report("diff_bytes"); in checkasm_check_llviddspenc()
113 report("sub_left_predict"); in checkasm_check_llviddspenc()
H A Dpixblockdsp.c104 report("get_pixels"); in checkasm_check_pixblockdsp()
111 report("diff_pixels"); in checkasm_check_pixblockdsp()
H A Dutvideodsp.c100 report("restore_rgb_planes"); in checkasm_check_utvideodsp()
105 report("restore_rgb_planes10"); in checkasm_check_utvideodsp()
H A Dalacdsp.c66 report("decorrelate_stereo"); in check_decorrelate_stereo()
113 report("append_extra_bits"); in check_append_extra_bits()
H A Dvf_blend.c124 report("8bit"); in checkasm_check_blend()
141 report("16bit"); in checkasm_check_blend()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationCreationMethodTest.java83 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey()
114 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) in report() method in CollationCreationMethodTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationCreationMethodTest.java86 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey()
117 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) in report() method in CollationCreationMethodTest
/third_party/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py59 def report(self): member in Statuses
62 The report is a series of line of the form "psa_foo PSA_ERROR_XXX".
71 """Build and run unit tests and report observed function return statuses.
125 data.report()
/third_party/node/lib/internal/process/
H A Dreport.js11 const nr = internalBinding('report');
15 const report = {
120 report,
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dmain.rs39 use crate::gen::error::{report, Result};
60 let _ = writeln!(io::stderr(), "cxxbridge: {}", report(err)); in main()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreusable_diagnostic.rs44 for diagnostic in errors.iter().map(Error::report) { in main()
58 fn report(&self) -> Diagnostic<()> { in report() functions
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py133 report(fname, nr + 1, macro)
137 def report(fname, nr, macro): function
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.c43 if (prog->report) { in progress_monitor()
72 progress->report = FALSE; in start_progress_monitor()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py27 from _core.report.encrypt import check_pub_key_exist
28 from _core.report.encrypt import do_rsa_encrypt
37 # report name constants
87 report = "report" variable in ReportConstant
119 # report title constants
313 LOG.info("Generate data report: %s", file_name)
364 report = "" variable in Suite
408 report = "" variable in Case
487 "report
[all...]
H A Drepeater_helper.py18 from _core.report.reporter_helper import ReportConstant
19 from _core.report.reporter_helper import DataHelper
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c256 bool report = true; in report_kernel() local
264 report = want > 0; in report_kernel()
267 if (report) in report_kernel()
286 if (!report || result < 0) in report_kernel()
293 /* Look for a kernel debug archive. If we find one, report all its modules.
384 /* First report the kernel. */ in dwfl_linux_kernel_report_offline()
429 /* We have a .ko file to report. Following the algorithm in dwfl_linux_kernel_report_offline()
719 #define report() \ in dwfl_linux_kernel_report_kernel() macro
729 return report () == NULL ? -1 : 0; in dwfl_linux_kernel_report_kernel()
738 Dwfl_Module *mod = report (); in dwfl_linux_kernel_report_kernel()
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dlistener.py27 from _core.report.suite_reporter import ResultCode
28 from _core.report.encrypt import check_pub_key_exist
115 @Plugin(type=Plugin.LISTENER, id=ListenerType.report)
133 # generate suite report
/third_party/node/test/report/
H A Dtest-report-uv-handles.js136 // Generate the report while the connection is active.
137 console.log(JSON.stringify(process.report.getReport(), null, 2));
149 const helper = require('../common/report.js');
188 const report = JSON.parse(stdout);
211 // Pipe handles. The report should contain three pipes:
232 // TCP handles. The report should contain three sockets:
268 for (const entry of report.libuv) {
281 // Common report tests.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp111 void report(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);
295 void CFIInstrInserter::report(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ) { in report() function in CFIInstrInserter
324 report(CurrMBBInfo, SuccMBBInfo); in verify()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DRoundTripLatencyActivity.java51 // Run the test several times and report the acverage latency.
218 String report = getCommonTestReport(); in onAnalyzerDone()
219 report += message; in onAnalyzerDone()
220 maybeWriteTestResult(report); in onAnalyzerDone()
239 // Only report valid latencies. in getResultString()
/third_party/cJSON/tests/unity/auto/
H A Dunity_to_junit.py11 self.report = ''
102 return self.report
/third_party/libabigail/tests/
H A Dtest-abidiff.cc11 /// resulting report with a reference report. If the resulting report
12 /// is different from the reference report, the test has failed.
44 "data/test-abidiff/test-enum0-report.txt",
45 "output/test-abidiff/test-enum0-report.txt"
50 "data/test-abidiff/test-enum1-report.txt",
51 "output/test-abidiff/test-enum1-report.txt"
56 "data/test-abidiff/test-qual-type0-report.txt",
57 "output/test-abidiff/test-qual-type0-report
[all...]

Completed in 15 milliseconds

12345678910>>...16