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

  /development/testrunner/coverage/
coverage.py 104 report_path = os.path.join(output_path,
106 return self._GenerateReport(report_path, coverage_local_path, [target],
110 def _GenerateReport(self, report_path, coverage_file_path, targets,
115 report_path: absolute file path of output file, without extension
132 report_file = "%s.html" % report_path
204 report_path = os.path.join(self._output_root_path, "android")
206 self._GenerateReport(report_path, combined_coverage,
220 report_path = os.path.join(output_path, target_name)
221 self._GenerateReport(report_path, combined_coverage, [target])
  /test/vts/utils/python/systrace/
systrace_controller.py 224 def SaveLastOutput(self, report_path=None):
225 if not report_path:
228 report_path = str(report_path)
235 parent_dir = os.path.dirname(report_path)
244 shutil.copy(self._path_output, report_path)
systrace_utils.py 113 report_path = getattr(self, keys.ConfigKeys.IKEY_SYSTRACE_REPORT_PATH)
119 report_destination_file_path = os.path.join(report_path, report_destination_file_name)
  /external/autotest/client/tests/unixbench/
unixbench.py 47 report_path = os.path.join(self.resultsdir, 'report')
48 self.report_data = open(report_path).readlines()[9:]
  /system/extras/simpleperf/scripts/inferno/
inferno.py 159 f = open(args.report_path, 'w')
281 report_group.add_argument('-o', '--report_path', default='report.html', help="""Set report
322 report_path = output_report(process, args)
324 open_report_in_browser(report_path)
326 log_info("Flamegraph generated at '%s'." % report_path)
  /external/autotest/client/tools/
crash_handler.py 165 report_path = os.path.join(basedir, 'report')
166 write_to_file(report_path, report)
  /system/extras/simpleperf/scripts/
utils.py 338 def open_report_in_browser(report_path):
342 subprocess.check_call(['open', report_path])
354 browser.open(report_path, new=0, autoraise=True)
357 webbrowser.open_new_tab(report_path)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 816 InternalScopedString report_path(kMaxPathLength);
818 CovOpenFile(&report_path, false /* packed */, GetProcessName(), "html");
824 Printf("coverage report generated to %s\n", report_path.data());
    [all...]
  /test/vts/utils/python/coverage/
coverage_utils.py 700 "--report_path",
701 dest="report_path",
739 if args.report_path:
740 coverage.SetCoverageReportDirectory(args.report_path)

Completed in 122 milliseconds