Searched refs:run_label (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/testing/tools/ |
D | safetynet_compare.py | 29 def RunSingleTestCaseParallel(this, run_label, build_dir, test_case): argument 30 result = this.RunSingleTestCase(run_label, build_dir, test_case) 290 def _ProfileSeparateRepo(self, run_label, relative_build_dir, branch): argument 304 build_dir = self._CreateTempRepo('repo_%s' % run_label, 309 return self._MeasureCurrentBranch(run_label, build_dir) 392 def _MeasureCurrentBranch(self, run_label, build_dir): argument 395 results = self._RunAsync(run_label, build_dir) 397 results = self._RunSync(run_label, build_dir) 402 def _RunSync(self, run_label, build_dir): argument 417 result = self.RunSingleTestCase(run_label, build_dir, test_case) [all …]
|
/external/toolchain-utils/automation/clients/helper/ |
D | android.py | 250 run_label = 'normal' 253 run_label, run_experiment, android_arch, local_basebenchbin_dir) 298 run_label, argument 317 '--run_label=%s' % run_label,
|