/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 49 report_file, argument 59 create_xml_report_file(tree, report_file) 70 per_suite_report_file = os.path.join(os.path.dirname(report_file), 72 os.path.basename(report_file)) 76 def create_xml_report_file(tree, report_file): argument 79 report_dir = os.path.dirname(os.path.abspath(report_file)) 82 tree.write(report_file, encoding='UTF-8')
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_file.cpp | 30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0}; variable 33 report_file.Write(buffer, internal_strlen(buffer)); in RawWrite() 215 report_file.SetReportPath(path); in __sanitizer_set_report_path() 219 report_file.fd = (fd_t)reinterpret_cast<uptr>(fd); in __sanitizer_set_report_fd() 220 report_file.fd_pid = internal_getpid(); in __sanitizer_set_report_fd() 224 return report_file.GetReportPath(); in __sanitizer_get_report_path()
|
D | sanitizer_file.h | 50 extern ReportFile report_file;
|
D | sanitizer_symbolizer_report.cpp | 52 return report_file.SupportsColors(); in ReportSupportsColors()
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 51 report_file, argument 59 create_xml_report_file(tree, report_file) 62 def create_xml_report_file(tree, report_file): argument 65 report_dir = os.path.dirname(os.path.abspath(report_file)) 68 tree.write(report_file, encoding='UTF-8')
|
/external/autotest/site_utils/ |
D | perf_compare.py | 256 report_file = os.path.join(result_dir, 'results.html') 257 if not os.path.exists(report_file): 263 return report_file, perf_keys_requested 266 def parse_crosperf_report_file(report_file, perf_keys_requested): argument 276 with open(report_file, 'r') as f: 305 def generate_results(report_file, result_file, perf_keys_requested): argument 318 results = parse_crosperf_report_file(report_file, perf_keys_requested) 539 report_file, perf_keys_requested = invoke_crosperf( 543 generate_results(report_file, result_file, perf_keys_requested)
|
D | lab_inventory.py | 927 report_file = open(filename, 'w') 928 report_file.write(report_body) 929 report_file.close()
|
D | gs_offloader_unittest.py | 531 def assert_report_well_formatted(self, report_file): argument 536 with open(report_file, 'r') as f:
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2_main.py | 199 with open(report_filename, "w") as report_file: 200 report_file.write(report) 201 report_file.write(detailed_report_header) 202 report_file.write(six.ensure_str(report_text))
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.cc | 31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0}; variable 34 report_file.Write(buffer, internal_strlen(buffer)); in RawWrite() 463 report_file.SetReportPath(path); in __sanitizer_set_report_path() 467 report_file.fd = (fd_t)reinterpret_cast<uptr>(fd); in __sanitizer_set_report_fd() 468 report_file.fd_pid = internal_getpid(); in __sanitizer_set_report_fd()
|
D | sanitizer_common_libcdep.cc | 41 (internal_strcmp(flag, "auto") == 0 && report_file.SupportsColors()); in ColorizeReports()
|
D | sanitizer_common.h | 216 extern ReportFile report_file;
|
/external/grpc-grpc/test/cpp/qps/ |
D | report.h | 115 JsonReporter(const string& name, const string& report_file) in JsonReporter() argument 116 : Reporter(name), report_file_(report_file) {} in JsonReporter()
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_interop_matrix.sh | 25 …_interop_matrix_tests.py --language=all --release=all --allow_flakes --report_file=sponge_log.xml …
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
D | grpc_interop_matrix.cfg | 29 …value: "--language=all --release=all --allow_flakes --report_file=sponge_log.xml --bq_result_table…
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/pull_request/ |
D | grpc_interop_matrix_adhoc.cfg | 29 value: "--language=all --release=all --allow_flakes --report_file=sponge_log.xml"
|
/external/toolchain-utils/cros_utils/ |
D | perf_diff.py | 28 def GetPerfDictFromReport(report_file): argument 30 perf_report = PerfReport(report_file)
|
/external/grpc-grpc/tools/interop_matrix/ |
D | run_interop_matrix_tests.py | 268 report_utils.create_xml_report_file(_xml_report_tree, args.report_file)
|
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/ |
D | run_interop_matrix_tests.py | 310 report_utils.create_xml_report_file(_xml_report_tree, args.report_file)
|