OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_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):
37
bad_rev
=
bad_rev
,
bisect-builds.py
456
bad_rev
=0,
469
@param
bad_rev
Number/tag of the known bad revision.
478
good_rev=0,
bad_rev
=100. The first revision to be checked is 50. Depending on
494
context = PathContext(base_url, platform, good_rev,
bad_rev
,
523
if
bad_rev
< good_rev:
571
if answer == 'g' and good_rev <
bad_rev
or \
572
answer == 'b' and
bad_rev
< good_rev:
582
elif answer == 'b' and good_rev <
bad_rev
or \
583
answer == 'g' and
bad_rev
< good_rev:
786
bad_rev
= opts.ba
[
all
...]
bisect-perf-regression.py
[
all
...]
Completed in 160 milliseconds