HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 101 - 125 of 1068) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScopeChainSidebarPane.js 33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Scope Variables"));
67 var scope = scopeChain[i];
69 var subtitle = scope.object.description;
74 switch (scope.type) {
124 var section = new WebInspector.ObjectPropertiesSection(WebInspector.ScopeRemoteObject.fromPayload(scope.object, scopeRef), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
128 if (scope.type === "global")
130 else if (!foundLocalScope || scope.type === "local" || title in this._expandedSections)
  /external/v8/test/cctest/
test-weakmaps.cc 69 v8::HandleScope scope; local
76 v8::HandleScope scope; local
85 v8::HandleScope scope; local
99 v8::HandleScope scope; local
124 v8::HandleScope scope; local
132 v8::HandleScope scope; local
test-deoptimization.cc 116 v8::HandleScope scope; local
154 v8::HandleScope scope; local
193 v8::HandleScope scope; local
218 v8::HandleScope scope; local
245 v8::HandleScope scope; local
273 v8::HandleScope scope; local
311 v8::HandleScope scope; local
340 v8::HandleScope scope; local
430 v8::HandleScope scope; local
442 v8::HandleScope scope; local
454 v8::HandleScope scope; local
466 v8::HandleScope scope; local
478 v8::HandleScope scope; local
490 v8::HandleScope scope; local
533 v8::HandleScope scope; local
613 v8::HandleScope scope; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 124 ruleRef(rule,label,elementIndex,args,scope) ::= <<
130 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
133 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
139 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
145 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
151 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 123 ruleRef(rule,label,elementIndex,args,scope) ::= <<
129 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
132 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
138 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
144 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
150 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 95 ruleRef(rule,label,elementIndex,args,scope) ::= <<
101 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
104 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
110 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
116 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
122 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 131 ruleRef(rule,label,elementIndex,args,scope) ::= <<
137 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
140 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
146 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
152 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
158 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.cc 82 std::string scope; local
83 if (!list->GetString(i, &scope)) {
87 info->scopes.push_back(scope);
  /external/clang/test/CodeGenCXX/
blocks.cpp 49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
  /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 71 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
73 if (params->details.scope ==
75 scope = kExtensionPrefsScopeIncognitoSessionOnly;
93 store->ClearContentSettingsForExtension(extension_id(), scope); local
214 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
216 if (params->details.scope ==
218 scope = kExtensionPrefsScopeIncognitoSessionOnly;
237 if (scope == kExtensionPrefsScopeIncognitoSessionOnly &&
247 resource_identifier, setting, scope); local
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.h 23 extensions::ExtensionPrefsScope* scope);
  /external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.h 26 const std::string& scope,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleNotifier.cpp 69 TemporaryChange<IterationType> scope(this->m_iterating, IteratingOverActiveDOMObjects);
80 TemporaryChange<IterationType> scope(this->m_iterating, IteratingOverActiveDOMObjects);
91 TemporaryChange<IterationType> scope(this->m_iterating, IteratingOverActiveDOMObjects);
102 TemporaryChange<IterationType> scope(this->m_iterating, IteratingOverActiveDOMObjects);
  /external/chromium_org/tools/gn/
function_process_file_template.cc 54 Value RunProcessFileTemplate(Scope* scope,
  /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.
  /system/netd/
NetlinkHandler.h 43 const char *flags, const char *scope);
  /external/chromium_org/v8/src/
scopes.cc 68 Scope* scope,
80 p->value = new(zone()) Variable(scope,
105 // Implementation of Scope
107 Scope::Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone)
122 // The outermost scope must be a global scope.
128 Scope::Scope(Scope* inner_scope
283 Scope* scope = info->function()->scope(); local
739 Scope* scope = this; local
748 Scope* scope = this; local
770 Scope* scope = inner_scopes_[i]; local
    [all...]

Completed in 262 milliseconds

1 2 3 45 6 7 8 91011>>