Searched refs:baseline_path (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/build/soong/scripts/ |
H A D | lint_strict_updatability_checks.py | 68 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 D | text_tracing_test.cc | 75 std::string baseline_path = in TEST() local 77 auto status_s = VerifyAgainstBaseline(baseline_path, report); in TEST()
|
H A D | thread_local_tracing_recorder_test.cc | 63 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 D | workflow_consistency_linter.py | 117 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 D | tracing_traits_generator_test.cc | 100 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 D | lint.py | 69 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 D | lint.py | 87 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 D | pkg-status | 176 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 D | testing_test.cc | 24 ABSL_FLAG(std::string, baseline_path, "", "Path to baseline");
|
H A D | BUILD | 100 args = ["--baseline_path=$(location :testdata/verify_baseline_test.baseline)"],
|