Searched refs:bad_rev (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/tools/ |
D | bisect-builds.py | 461 bad_rev=0, argument 502 context = PathContext(base_url, platform, good_rev, bad_rev, 531 if bad_rev < good_rev: 587 if answer == 'g' and good_rev < bad_rev or \ 588 answer == 'b' and bad_rev < good_rev: 598 elif answer == 'b' and good_rev < bad_rev or \ 599 answer == 'g' and bad_rev < good_rev: 805 bad_rev = opts.bad 807 bad_rev = '999.0.0.0' 809 bad_rev = GetChromiumRevision(context.GetLastChangeURL()) [all …]
|
D | bisect_test.py | 35 def bisect(self, good_rev, bad_rev, evaluate): argument 37 bad_rev=bad_rev,
|
D | bisect-perf-regression.py | 2726 def GatherReferenceValues(self, good_rev, bad_rev, cmd, metric, target_depot): argument 2740 bad_run_results = self.SyncBuildAndRunRevision(bad_rev,
|