OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bisect_utils
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/
prepare-bisect-perf-regression.py
24
import
bisect_utils
namespace
60
if not
bisect_utils
.CheckIfBisectDepotExists(opts):
62
bisect_utils
.CreateBisectDirectoryAndSetupDepot(opts,
63
bisect_utils
.DEFAULT_GCLIENT_CUSTOM_DEPS)
run-bisect-perf-regression.py
22
import
bisect_utils
namespace
119
bisect_utils
.OutputAnnotationStepStart('Results - Failed')
123
bisect_utils
.OutputAnnotationStepClosed()
168
bisect_utils
.OutputAnnotationStepStart('Building With Patch')
173
if
bisect_utils
.RunGClient(['runhooks']):
179
bisect_utils
.OutputAnnotationStepClosed()
180
bisect_utils
.OutputAnnotationStepStart('Running With Patch')
188
bisect_utils
.OutputAnnotationStepClosed()
190
bisect_utils
.OutputAnnotationStepStart('Reverting Patch')
191
if
bisect_utils
.RunGClient(['revert'])
[
all
...]
bisect-perf-regression.py
53
import
bisect_utils
namespace
95
"custom_deps":
bisect_utils
.GCLIENT_CUSTOM_DEPS_V8,
437
if not
bisect_utils
.SetupPlatformBuildEnvironment(opts):
440
bisect_utils
.RunGClient(['runhooks'])
652
return
bisect_utils
.RunGClient(['sync', '--revision',
665
return
bisect_utils
.RunRepoSyncAtTimestamp(timestamp)
869
RunGit(['reset', 'HEAD',
bisect_utils
.FILE_DEPS_GIT])
871
return not RunGit(['checkout',
bisect_utils
.FILE_DEPS_GIT])[1]
1043
execfile(
bisect_utils
.FILE_DEPS_GIT, {}, locals)
[
all
...]
Completed in 47 milliseconds