OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEPS_FILE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/perf/
run_measurement
13
DEPS_FILE
= 'bootstrap_deps'
69
deps_file
= os.path.join(base_path, PERF_DIR,
DEPS_FILE
)
70
return telemetry_bootstrap.ListAllDepsPaths(
deps_file
)
75
_Bootstrap(BASE_URL + 'src/tools/perf/' +
DEPS_FILE
)
/external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py
38
DEPS_FILE
= "
DEPS_FILE
"
51
DEPS_FILE
: "DEPS",
416
if not os.path.exists(self.Config(
DEPS_FILE
)):
446
deps = FileToText(self.Config(
DEPS_FILE
))
450
TextToFile(deps, self.Config(
DEPS_FILE
))
test_scripts.py
52
DEPS_FILE
: "/tmp/test-v8-push-to-trunk-tempfile-chromium/DEPS",
584
TEST_CONFIG[
DEPS_FILE
])
691
deps = FileToText(TEST_CONFIG[
DEPS_FILE
])
/external/chromium_org/tools/
bisect-builds.py
32
DEPS_FILE
= 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
646
url = urllib.urlopen(
DEPS_FILE
% rev)
[
all
...]
Completed in 1013 milliseconds