OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:good_rev
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/
bisect_test.py
35
def bisect(self,
good_rev
, bad_rev, evaluate):
36
return bisect_builds.Bisect(
good_rev
=
good_rev
,
bisect-builds.py
460
good_rev
=0,
474
@param
good_rev
Number/tag of the known good revision.
486
good_rev
=0, bad_rev=100. The first revision to be checked is 50. Depending on
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
:
813
good_rev
= opts.goo
[
all
...]
bisect-perf-regression.py
[
all
...]
Completed in 695 milliseconds