HomeSort by relevance Sort by last modified time
    Searched refs:deps_file (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gyp/test/make/
gyptest-dependencies.py 20 deps_file = test.built_file_path(".deps/out/Default/obj.target/main/main.o.d") variable
21 test.must_contain(deps_file, "main.h")
  /external/icu4c/test/depstest/
dependencies.py 73 def _ReadFiles(deps_file, item, library_name):
77 line = _ReadLine(deps_file)
93 def _ReadDeps(deps_file, item, library_name):
97 line = _ReadLine(deps_file)
119 def _ReadSystemSymbols(deps_file, item):
122 line = _ReadLine(deps_file)
140 deps_file = open("dependencies.txt")
145 while not line: line = _RemoveComment(deps_file.next())
155 line = _ReadFiles(deps_file, item, name)
169 line = _ReadFiles(deps_file, item, library_name
    [all...]
  /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/tools/telemetry_tools/
telemetry_bootstrap.py 97 def ListAllDepsPaths(deps_file):
105 deps_file: File containing deps information to be evaluated, in the
119 exec open(deps_file).read()
  /external/chromium_org/tools/checkdeps/
builddeps.py 256 deps_file = os.path.join(dir_name, 'DEPS')
266 if os.path.isfile(deps_file) and (
268 execfile(deps_file, global_scope, local_scope)

Completed in 690 milliseconds