HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 126 - 150 of 1184) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/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);
  /external/clang/test/CodeGenCXX/
blocks.cpp 49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.h 23 extensions::ExtensionPrefsScope* scope);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_unittest.cc 45 const std::set<int64> scope; local
50 scope,
97 const std::set<int64> scope; local
102 scope,
  /external/chromium_org/gin/
runner_unittest.cc 27 Runner::Scope scope(&runner);
  /external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.h 26 const std::string& scope,
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.cpp 37 v8::Context::Scope scope(context);
  /external/chromium_org/tools/gn/
function_process_file_template.cc 54 Value RunProcessFileTemplate(Scope* scope,
scope_per_file_provider.h 10 #include "tools/gn/scope.h"
13 // ProgrammaticProvider for a scope to provide it with per-file built-in
15 class ScopePerFileProvider : public Scope::ProgrammaticProvider {
17 ScopePerFileProvider(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.
  /external/v8/test/cctest/
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...]
  /system/netd/
NetlinkHandler.h 43 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 71 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
73 if (params->details.scope ==
75 scope = kExtensionPrefsScopeIncognitoSessionOnly;
94 store->ClearContentSettingsForExtension(extension_id(), scope); local
214 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
216 if (params->details.scope ==
218 scope = kExtensionPrefsScopeIncognitoSessionOnly;
237 if (scope == kExtensionPrefsScopeIncognitoSessionOnly &&
248 resource_identifier, setting, scope); local
  /external/chromium_org/v8/src/
scopes.cc 66 Scope* scope,
78 p->value = new(zone()) Variable(scope,
103 // Implementation of Scope
105 Scope::Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone)
120 // The outermost scope must be a global scope.
126 Scope::Scope(Scope* inner_scope
281 Scope* scope = info->function()->scope(); local
737 Scope* scope = this; local
746 Scope* scope = this; local
768 Scope* scope = inner_scopes_[i]; local
    [all...]
scopeinfo.cc 39 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope, Zone* zone) {
41 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
42 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
43 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
47 ASSERT(scope->StackLocalCount() == stack_local_count);
48 ASSERT(scope->ContextLocalCount() == context_local_count);
53 if (scope->is_function_scope() && scope->function() != NULL) {
54 Variable* var = scope->function()->proxy()->var()
    [all...]

Completed in 611 milliseconds

1 2 3 4 56 7 8 91011>>