HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 151 - 175 of 1418) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data.py 45 def LookupKind(kinds, spec, scope):
46 """Tries to find which Kind a spec refers to, given the scope in which its
47 referenced. Starts checking from the narrowest scope to most general. For
53 |scope| is a tuple that looks like (namespace, struct/interface), referring
57 for i in xrange(len(scope), -1, -1):
60 test_spec += '.'.join(scope[:i]) + '.'
68 def LookupValue(values, name, scope):
70 for i in xrange(len(scope), -1, -1):
72 test_spec = '.'.join(scope[:i]) + '.'
80 def FixupExpression(module, value, scope)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.cpp 40 ScriptState::Scope scope(m_scriptState.get());
TreeBoundaryCrossingRules.h 43 void addTreeBoundaryCrossingRules(const RuleSet&, ContainerNode& scope, CSSStyleSheet*);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScopeClient.h 59 virtual blink::WebURL scope() const = 0;
  /external/chromium_org/v8/test/cctest/
print-extension.cc 43 v8::HandleScope scope(args.GetIsolate());
test-javascript-arm64.cc 90 v8::HandleScope scope(env->GetIsolate());
98 v8::HandleScope scope(env->GetIsolate());
106 v8::HandleScope scope(env->GetIsolate());
116 v8::HandleScope scope(env->GetIsolate());
179 v8::HandleScope scope(env->GetIsolate());
194 v8::HandleScope scope(env->GetIsolate());
216 v8::HandleScope scope(env->GetIsolate());
233 v8::HandleScope scope(env->GetIsolate());
246 v8::HandleScope scope(env->GetIsolate());
  /external/chromium_org/v8/test/mjsunit/
debug-stepout-scope-part1.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part2.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part3.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part4.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part5.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part6.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part7.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-stepout-scope-part8.js 30 // Check that the ScopeIterator can properly recreate the scope at
37 // Access scope details.
40 var scope = exec_state.frame().scope(i);
41 // assertTrue(scope.isScope());
42 scope.scopeType();
43 scope.scopeObject();
46 // Do steps until we reach the global scope again.
debug-scopes.js 79 // Check that two scope are the same.
93 var scope = fast_all_scopes[length - i - 1];
94 assertTrue(scope.isScope());
95 assertEquals(scopes[scopes.length - i - 1], scope.scopeType());
100 // Check that the scope chain contains the expected types of scopes.
106 var scope = exec_state.frame().scope(i);
107 assertTrue(scope.isScope());
108 assertEquals(scopes[i], scope.scopeType());
109 assertScopeMirrorEquals(all_scopes[i], scope);
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3138.js 22 // var initialization is intercepted by with scope.
32 // const initialization is not intercepted by with scope.
  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 33 template<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
35 expected-error {{variable template specialization of 'pi1' must originally be declared in the global scope}}
  /system/netd/server/
NetlinkHandler.h 45 const char *flags, const char *scope);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 16 scope {
46 scope aScope {
61 scope aScope;
69 scope {x}
86 scope {
110 scope {
137 /* recursive rule scopes, access bottom-most scope */
140 scope {
154 scope {
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_api.cc 70 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
72 if (params->details.scope ==
74 scope = kExtensionPrefsScopeIncognitoSessionOnly;
92 store->ClearContentSettingsForExtension(extension_id(), scope); local
212 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
214 if (params->details.scope ==
216 scope = kExtensionPrefsScopeIncognitoSessionOnly;
235 if (scope == kExtensionPrefsScopeIncognitoSessionOnly &&
245 resource_identifier, setting, scope); local
  /external/chromium_org/v8/src/
scopes.cc 43 Scope* scope,
55 p->value = new(zone()) Variable(scope,
80 // Implementation of Scope
82 Scope::Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone)
97 // The outermost scope must be a global scope.
103 Scope::Scope(Scope* inner_scope
257 Scope* scope = info->function()->scope(); local
712 Scope* scope = this; local
721 Scope* scope = this; local
743 Scope* scope = inner_scopes_[i]; local
    [all...]
scopeinfo.cc 16 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope, Zone* zone) {
18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
19 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
20 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
24 ASSERT(scope->StackLocalCount() == stack_local_count);
25 ASSERT(scope->ContextLocalCount() == context_local_count);
30 if (scope->is_function_scope() && scope->function() != NULL) {
31 Variable* var = scope->function()->proxy()->var()
    [all...]
  /external/chromium_org/
PRESUBMIT_test.py 98 scope = [(1, '#include <csystem.h>'),
101 all_linenums = [linenum for (linenum, _) in scope]
103 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
108 scope = [(10, '#include <cppsystem>'),
111 all_linenums = [linenum for (linenum, _) in scope]
113 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
119 scope = [(10, '#include <cppsystem>'),
122 all_linenums = [linenum for (linenum, _) in scope]
124 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api,
130 scope = [(10, '#include "acustom.h"')
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 28 scope {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverWithContext.cpp 57 ScriptState::Scope scope(m_scriptState.get());
69 V8RecursionScope scope(m_scriptState->isolate(), m_scriptState->executionContext());

Completed in 746 milliseconds

1 2 3 4 5 67 8 91011>>