Lines Matching refs:search
8 This script bisects a snapshot archive using binary search. It starts at
10 revision. It will then binary search across this revision range by downloading,
12 it will ask you whether it is good or bad before continuing the search.
68 # Search pattern to be matched in the JSON output from
75 # Search pattern to be matched in the json output from
342 result = search_pattern.search(message[len(message)-1])
347 result = re.search(CHROMIUM_SEARCH_PATTERN_OLD,
470 build_numbers = filter(lambda b: revision_re.search(b), build_numbers)
693 """Given known good and known bad revisions, run a binary search on all
706 the user's experience. For example, suppose the bounds of the search are
754 # Binary search time!
887 m = blink_re.search(url.read())
985 'Perform binary search on the snapshot builds to find a minimal\n'