Home
last modified time | relevance | path

Searched defs:report_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs125 let report_path = path.join("report/index.html"); in if_exists() localVariable
390 let mut report_path = report_context.output_directory.clone(); in measurement_complete() localVariable
553 let report_path = output_directory.join("report").join("index.html"); in final_summary() localVariable
801 let mut report_path = report_context.output_directory.clone(); in generate_summary() localVariable
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Dbazel_report_helper.py291 report_path = args.report_path variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dbazel_report_helper.py252 report_path = args.report_path variable
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtensor_tracer_report.py308 def write_report_proto(self, report_path, report_proto, tt_parameters): argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dreport.rs261 pub fn report_path<P: AsRef<Path> + ?Sized>(&self, id: &BenchmarkId, file_name: &P) -> PathBuf { in report_path() method