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

  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 97 def __init__(self, custom_vars, local_scope):
99 self._local_scope = local_scope
109 local_scope = {}
110 var = VarImpl({}, local_scope)
117 execfile(deps_file_path, global_scope, local_scope)
118 deps = local_scope.get('deps', {})
119 deps_os = local_scope.get('deps_os', {})
  /external/chromium_org/tools/checkdeps/
builddeps.py 241 def __init__(self, local_scope):
242 self._local_scope = local_scope
250 local_scope = {}
254 'Var': _VarImpl(local_scope).Lookup,
268 execfile(deps_file, global_scope, local_scope)
274 include_rules = local_scope.get(INCLUDE_RULES_VAR_NAME, [])
275 specific_include_rules = local_scope.get(SPECIFIC_INCLUDE_RULES_VAR_NAME,
277 skip_subdirs = local_scope.get(SKIP_SUBDIRS_VAR_NAME, [])
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 75 def __init__(self, custom_vars, local_scope):
77 self._local_scope = local_scope
  /external/v8/src/
runtime.cc     [all...]
  /external/chromium_org/v8/src/
runtime.cc     [all...]

Completed in 91 milliseconds