HomeSort by relevance Sort by last modified time
    Searched refs:report_file (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
build_report.py 21 def parse_pcd_report(self, report_file):
24 for line in report_file.xreadlines():
49 report_file = open(filename, 'r')
50 for line in report_file.xreadlines():
53 section_header[1](self, report_file)
cmd_load_symbols.py 33 report_file = None variable
37 report_file = '../../../report.log'
54 report_file = a variable
91 armplatform_debugger = edk2_debugger.ArmPlatformDebugger(ec, report_file, regions, verbose)
  /external/grpc-grpc/tools/internal_ci/linux/
grpc_interop_matrix.sh 25 tools/interop_matrix/run_interop_matrix_tests.py --language=all --release=all --allow_flakes --report_file=sponge_log.xml --bq_result_table interop_results $@
  /external/tensorflow/tensorflow/tools/compatibility/
tf_upgrade_v2_main.py 142 with open(report_filename, "w") as report_file:
143 report_file.write(report)
144 report_file.write("=" * 80 + "\n")
145 report_file.write("Detailed log follows:\n\n")
146 report_file.write("=" * 80 + "\n")
147 report_file.write(report_text)
  /external/grpc-grpc/tools/run_tests/python_utils/
report_utils.py 51 report_file,
59 create_xml_report_file(tree, report_file)
62 def create_xml_report_file(tree, report_file):
65 report_dir = os.path.dirname(os.path.abspath(report_file))
68 tree.write(report_file, encoding='UTF-8')
  /external/grpc-grpc/test/cpp/qps/
report.h 115 JsonReporter(const string& name, const string& report_file)
116 : Reporter(name), report_file_(report_file) {}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0}; member in namespace:__sanitizer
34 report_file.Write(buffer, internal_strlen(buffer));
463 report_file.SetReportPath(path);
467 report_file.fd = (fd_t)reinterpret_cast<uptr>(fd);
468 report_file.fd_pid = internal_getpid();
sanitizer_common_libcdep.cc 41 (internal_strcmp(flag, "auto") == 0 && report_file.SupportsColors());
sanitizer_common.h 216 extern ReportFile report_file;
  /development/testrunner/coverage/
coverage.py 132 report_file = "%s.html" % report_path
135 cmd2 = "-Dreport.html.out.file=%s" % report_file
137 return report_file
  /frameworks/base/cmds/incidentd/src/
Broadcaster.h 22 #include <frameworks/base/cmds/incidentd/src/report_file.pb.h>
WorkDirectory.h 22 #include <frameworks/base/cmds/incidentd/src/report_file.pb.h>
  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 152 with open(self.html_filename, 'w') as report_file:
153 report_file.write(self.doc.get_doc(self.test_version))
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 236 | <td><a href="{report_file}#EndPath">View Report</a></td>
238 handle.write(comment('REPORTBUG', {'id': current['report_file']}))
346 'report_file': filename,
437 encode_value(bug, 'report_file', lambda x: escape(chop(output_dir, x)))
  /external/toolchain-utils/
generate-waterfall-reports.py 82 def EmailReport(report_file, report_type, date, email_to):
86 (sendgmr_path, email_to, subject, report_file))
new-generate-waterfall-reports.py 82 def EmailReport(report_file, report_type, date, email_to):
87 (sendgmr_path, email_to, subject, report_file))
  /external/autotest/site_utils/
perf_compare.py 257 report_file = os.path.join(result_dir, 'results.html')
258 if not os.path.exists(report_file):
264 return report_file, perf_keys_requested
267 def parse_crosperf_report_file(report_file, perf_keys_requested):
270 @param report_file: See generate_results().
277 with open(report_file, 'r') as f:
306 def generate_results(report_file, result_file, perf_keys_requested):
314 @param report_file: The string name of the report file created by crosperf.
319 results = parse_crosperf_report_file(report_file, perf_keys_requested)
539 report_file, perf_keys_requested = invoke_crosperf
    [all...]
gs_offloader_unittest.py 505 def assert_report_well_formatted(self, report_file):
508 @param report_file: Path to report file
510 with open(report_file, 'r') as f:
    [all...]
  /external/toolchain-utils/cros_utils/
perf_diff.py 23 def GetPerfDictFromReport(report_file):
25 perf_report = PerfReport(report_file)
  /external/grpc-grpc/tools/interop_matrix/
run_interop_matrix_tests.py 74 '--report_file', default='report.xml', help='The result file to create.')
268 report_utils.create_xml_report_file(_xml_report_tree, args.report_file)

Completed in 903 milliseconds