Home
last modified time | relevance | path

Searched refs:baseline_path (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/build/soong/scripts/
H A Dlint_strict_updatability_checks.py68 for baseline_path in NinjaRspFileReader(baseline_rsp_file):
69 baseline = minidom.parse(baseline_path)
73 % (disallowed_issues, baseline_path, args.name))
/aosp_15_r20/external/federated-compute/fcp/tracing/test/
H A Dtext_tracing_test.cc75 std::string baseline_path = in TEST() local
77 auto status_s = VerifyAgainstBaseline(baseline_path, report); in TEST()
H A Dthread_local_tracing_recorder_test.cc63 std::string baseline_path = GetBaselineFileName(id); in VerifyAgainstBaseline() local
64 return ::fcp::VerifyAgainstBaseline(baseline_path, report); in VerifyAgainstBaseline()
/aosp_15_r20/external/pytorch/tools/linter/adapters/
H A Dworkflow_consistency_linter.py117 baseline_path, baseline_dict = path_and_jobs.pop() variable
128 print_lint_message(baseline_path, baseline_dict, sync_tag)
/aosp_15_r20/external/federated-compute/fcp/tracing/tools/
H A Dtracing_traits_generator_test.cc100 std::string baseline_path = in DoTest() local
102 auto status_s = VerifyAgainstBaseline(baseline_path, report.str()); in DoTest()
/aosp_15_r20/external/angle/build/android/gyp/
H A Dlint.py69 baseline_path=None): argument
77 if baseline_path is not None:
79 baseline.set('file', baseline_path)
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dlint.py87 baseline_path=None): argument
95 if baseline_path is not None:
97 baseline.set('file', baseline_path)
/aosp_15_r20/libcore/tools/upstream/
H A Dpkg-status176 def baseline_path(self, filename): member in JavaPackage
213 self.baseline = package.baseline_path(name)
/aosp_15_r20/external/federated-compute/fcp/testing/
H A Dtesting_test.cc24 ABSL_FLAG(std::string, baseline_path, "", "Path to baseline");
H A DBUILD100 args = ["--baseline_path=$(location :testdata/verify_baseline_test.baseline)"],