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

  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 92 def ListAllDepsPaths(deps_content):
100 deps_content: String containing deps information to be evaluated, in the
110 exec deps_content in deps.__dict__
134 def DownloadDeps(destination_dir, deps_content):
137 Reads deps_content, assuming the contents are in the simple DEPS-like file
143 deps_content: String containing deps information to be evaluated.
149 exec deps_content in deps.__dict__
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 55 def _ParseDEPS(deps_content):
59 deps_content: The contents of the .DEPS.git file as text.
89 exec(deps_content) in tmp_globals, tmp_locals
158 deps_content = _ReadGitFile(root_sha1, '.DEPS.git')
160 deps_content = _ReadGitFile('FETCH_HEAD', version + '/DEPS',
163 deps_vars = _ParseDEPS(deps_content)

Completed in 53 milliseconds