/third_party/python/Lib/test/ |
H A D | test_traceback.py | 1605 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 D | test_sys.py | 1155 # 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 D | av_tx.c | 95 report(PREFIX "_%i", last_check); \ 97 report(PREFIX); \
|
H A D | llviddspenc.c | 110 report("diff_bytes"); in checkasm_check_llviddspenc() 113 report("sub_left_predict"); in checkasm_check_llviddspenc()
|
H A D | pixblockdsp.c | 104 report("get_pixels"); in checkasm_check_pixblockdsp() 111 report("diff_pixels"); in checkasm_check_pixblockdsp()
|
H A D | utvideodsp.c | 100 report("restore_rgb_planes"); in checkasm_check_utvideodsp() 105 report("restore_rgb_planes10"); in checkasm_check_utvideodsp()
|
H A D | alacdsp.c | 66 report("decorrelate_stereo"); in check_decorrelate_stereo() 113 report("append_extra_bits"); in check_append_extra_bits()
|
H A D | vf_blend.c | 124 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 D | CollationCreationMethodTest.java | 83 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 D | CollationCreationMethodTest.java | 86 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 D | psa_collect_statuses.py | 59 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 D | report.js | 11 const nr = internalBinding('report'); 15 const report = { 120 report,
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | main.rs | 39 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 D | reusable_diagnostic.rs | 44 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 D | pep384_macrocheck.py | 133 report(fname, nr + 1, macro) 137 def report(fname, nr, macro): function
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | cdjpeg.c | 43 if (prog->report) { in progress_monitor() 72 progress->report = FALSE; in start_progress_monitor()
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 27 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 D | repeater_helper.py | 18 from _core.report.reporter_helper import ReportConstant 19 from _core.report.reporter_helper import DataHelper
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 256 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 D | listener.py | 27 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 D | test-report-uv-handles.js | 136 // 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 D | CFIInstrInserter.cpp | 111 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 D | RoundTripLatencyActivity.java | 51 // 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 D | unity_to_junit.py | 11 self.report = '' 102 return self.report
|
/third_party/libabigail/tests/ |
H A D | test-abidiff.cc | 11 /// 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...] |