Searched refs:scope (Results 151 - 175 of 998) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DASTParser.stg124 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/
H A DASTParser.stg123 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/
H A DASTParser.stg95 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/
H A DASTParser.stg131 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/
H A Doauth2_manifest_handler.cc82 std::string scope; local
83 if (!list->GetString(i, &scope)) {
87 info->scopes.push_back(scope);
/external/chromium_org/remoting/webapp/
H A Dthird_party_token_fetcher.js32 * @param {string} scope OAuth scope to request the token for.
38 tokenUrl, hostPublicKey, scope, tokenUrlPatterns,
41 this.tokenScope_ = scope;
138 'scope': this.tokenScope_,
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DCustomEventTest.cpp66 ScriptState::Scope scope(scriptState());
108 V8TestingScope scope(isolate);
110 RefPtr<EventListener> listener = TestListener::create(scope.scriptState());
/external/chromium_org/v8/test/cctest/
H A Dtest-mementos.cc59 v8::HandleScope scope(CcTest::isolate());
74 v8::HandleScope scope(CcTest::isolate());
88 v8::HandleScope scope(CcTest::isolate());
H A Dtest-weakmaps.cc51 HandleScope scope(isolate);
86 HandleScope scope(isolate);
93 HandleScope scope(isolate);
102 HandleScope scope(isolate);
118 HandleScope scope(isolate);
147 HandleScope scope(isolate);
155 HandleScope scope(isolate);
189 HandleScope scope(isolate);
201 HandleScope scope(isolate);
229 HandleScope scope(isolat
[all...]
H A Dprint-extension.cc43 v8::HandleScope scope(args.GetIsolate());
H A Dtest-javascript-arm64.cc90 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/clang/test/CodeGenCXX/
H A Dblocks.cpp49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dscopes.rb16 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/
H A Dcontent_settings_api.cc70 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/chrome/browser/extensions/api/preference/
H A Dpreference_helpers.h23 extensions::ExtensionPrefsScope* scope);
/external/chromium_org/extensions/browser/
H A Dextension_pref_value_map.h88 extensions::ExtensionPrefsScope scope,
95 extensions::ExtensionPrefsScope scope);
165 extensions::ExtensionPrefsScope scope) const;
169 extensions::ExtensionPrefsScope scope);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-962.js30 function L(scope) { this.s = new Object(); }
/external/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp33 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}}
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py81 # in_closure boolean Is referenced in an inner scope
99 # as_module None Module scope, if a cimported module
220 An entry in a closure scope that represents the real outer Entry.
224 def __init__(self, outer_entry, scope):
230 self.scope = scope
255 # outer_scope Scope or None Enclosing scope
266 # return_type PyrexType or None Return type of function owning scope
267 # is_builtin_scope boolean Is the builtin scope of Python/Cython
268 # is_py_class_scope boolean Is a Python class scope
[all...]
/external/chromium_org/v8/src/
H A Dscopes.cc33 Variable* VariableMap::Declare(Scope* scope, const AstRawString* name, argument
48 Variable(scope, name, mode, is_valid_lhs, kind, initialization_flag,
87 // The outermost scope must be a global scope.
165 // Inherit the strict mode from the parent scope.
189 // Reconstruct the outer scope chain from a closure's context chain.
262 Scope* scope = info->function()->scope(); local
263 Scope* top = scope;
265 // Traverse the scope tre
715 ContextChainLength(Scope* scope) argument
729 Scope* scope = this; local
738 Scope* scope = this; local
760 Scope* scope = inner_scopes_[i]; local
[all...]
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc152 UseScratchRegisterScope scope(masm());
153 Register temp = scope.AcquireX();
211 UseScratchRegisterScope scope(masm());
212 Register temp = scope.AcquireX();
218 UseScratchRegisterScope scope(masm());
219 Register temp = scope.AcquireW();
226 UseScratchRegisterScope scope(masm());
227 Register temp = scope.AcquireX();
233 UseScratchRegisterScope scope(masm());
234 Register temp = scope
[all...]
/external/chromium_org/
H A DPRESUBMIT_test.py98 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
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g28 scope {
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dcloud_parsers.js161 var nameFormatter = function(name, scope) {
162 return name && scope ? (name + ' (' + scope + ')') : (name || scope);
175 receiverName = nameFormatter(receiver['name'], receiver['scope']);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptValue.cpp69 ScriptState::Scope scope(m_scriptState.get());
80 ScriptState::Scope scope(scriptState);

Completed in 1346 milliseconds

1234567891011>>