Searched refs:global_scope (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py125 global_scope = {
131 execfile(deps_file_path, global_scope, local_scope)
/external/chromium_org/tools/findit/
H A Dchromium_deps.py36 global_scope = {
44 exec(content, global_scope, local_scope)
/external/chromium_org/v8/src/
H A Dscopes.cc187 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope, argument
198 global_scope->ast_value_factory_,
211 global_scope->ast_value_factory_,
218 global_scope->ast_value_factory_,
225 global_scope->ast_value_factory_,
234 global_scope->ast_value_factory_,
241 global_scope->ast_value_factory_->GetString(Handle<String>(name)),
242 global_scope->ast_value_factory_, zone);
254 global_scope->AddInnerScope(current_scope);
255 global_scope
[all...]
H A Dcompiler.h107 Scope* global_scope() const { return global_scope_; } function in class:v8::internal::CompilationInfo
229 void SetGlobalScope(Scope* global_scope) { argument
231 global_scope_ = global_scope;
H A Dscopes.h83 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc2907 i::Scope* global_scope = local
2909 global_scope->Initialize();
2910 i::Scope* s = i::Scope::DeserializeScopeChain(context, global_scope, &zone);
2911 DCHECK(s != global_scope);
2954 i::Scope* global_scope = local
2956 global_scope->Initialize();
2957 i::Scope* s = i::Scope::DeserializeScopeChain(context, global_scope, &zone);
2958 DCHECK(s != global_scope);
3001 i::Scope* global_scope = local
3003 global_scope
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py385 counters = self.global_scope().id_counters
399 def global_scope(self): member in class:Scope
401 return self.outer_scope.global_scope()
811 self.global_scope().use_utility_code(new_code)
1035 def global_scope(self): member in class:ModuleScope
1088 return self.global_scope().context.find_module(
1525 entry = self.global_scope().lookup_target(name)
1576 name = outer_scope.global_scope().next_id(Naming.genexpr_id_ref)
1755 entry = self.global_scope().lookup_target(name)
2014 outer_scope = self.global_scope(), parent_scop
[all...]
H A DMemoryView.py625 cythonscope = env.global_scope().context.cython_scope
848 viewscope = env.global_scope().context.cython_scope.viewscope
898 cython_scope = env.global_scope().context.cython_scope
H A DVisitor.py336 def global_scope(self): member in class:EnvTransform
337 return self.current_env().global_scope()
H A DFusedNode.py619 env.global_scope())
H A DOptimize.py156 is_safe_iter = self.global_scope().context.language_level >= 3
2363 ext_type.scope.global_scope() == self.current_env().global_scope()):
H A DNodes.py361 entries = env.global_scope().undeclared_cached_builtins
737 op_args_struct = env.global_scope().declare_struct_or_union(
939 scope = scope.global_scope()
4137 genv = env.global_scope()
8195 env.global_scope(),
H A DParseTreeTransforms.py1831 self.module_name = self.global_scope().qualified_name
H A DExprNodes.py2182 Future.absolute_import not in env.global_scope().context.future_directives): namespace
2864 #if env.global_scope().context.language_level >= 3:
7405 module_scope = env.global_scope()
8640 return env.global_scope().context.cython_scope.viewscope.lookup("array").type
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3247 OSet* global_scope; local
3263 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 );
3264 vg_assert(global_scope);
3265 gs_size = VG_(OSetGen_Size)( global_scope );
3276 = VG_(OSetGen_Lookup)( global_scope, &zero );
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); local
2046 if (!global_scope || (var->mode != ir_var_in)) {
2059 if (!global_scope || (var->mode != ir_var_out)) {
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); local
2046 if (!global_scope || (var->mode != ir_var_in)) {
2059 if (!global_scope || (var->mode != ir_var_out)) {

Completed in 8657 milliseconds