HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 26 - 50 of 594) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 113 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
233 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScopeClass(scope=it)><endif>}>
238 <rules:{it|<ruleAttributeScopeClass(scope=it.ruleDescriptor.ruleScope)>}>
260 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeStack(scope=it)><endif>}>
261 <rules:{it | <ruleAttributeScopeStack(scope=it.ruleDescriptor.ruleScope)>}>
403 <returnScope(scope=ruleDescriptor.returnScope)>
883 ruleRef(rule,label,elementIndex,args,scope) ::= <<
885 <if(label)><label> = <endif>self.<if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">)<\n>
890 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 68 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
189 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
214 public function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):<returnType()> \{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope.attributes:{a|<a.name>}; separator=", ">); \}}; separator="\n">
256 public final function <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):void {
316 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
319 public final function <ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):<returnType()> {
447 public final function m<ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):void {
741 ruleRef(rule,label,elementIndex,args,scope) ::= <<
743 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">);<\n
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 343 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
344 <returnScope(scope=ruleDescriptor.returnScope)>
787 ruleRef(rule,label,elementIndex,args,scope) ::= <<
789 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">)<\n>
795 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
806 lexerRuleRef(rule,label,args,elementIndex,scope) ::= <<
811 <if(scope)><scope:delegateName()>.<endif>m<rule.name>(<args; separator=", ">)
817 <if(scope)><scope:delegateName()>.<endif>m<rule.name>(<args; separator=", ">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 55 * actionScope (String): 'lexer', 'parser', 'tree_parser' or custom scope
133 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
228 procedure m<rule.ruleName>(<rule.ruleDescriptor.parameterScope:parameterScope(scope=rule)>);<\n>
337 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScopeDeclaration(scope=it)><endif>}>
400 <rules: {r | <ruleAttributeScopeInit(scope=r.ruleDescriptor.ruleScope)>}>
401 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
449 function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>): I<returnType()>;<\n>
452 function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>): <returnType()>;<\n>
454 procedure <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>);<\n>
461 function T<grammar.recognizerName>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>): I<returnType()>;<\n
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 80 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
214 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
272 # <ruleDescriptor.parameterScope:parameterScope(scope=it)>
337 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
338 <returnScope(scope=ruleDescriptor.returnScope)>
343 my ($self, <ruleDescriptor.parameterScope:parameterScope(scope=it)>) = @_;
475 # <ruleDescriptor.parameterScope:parameterScope(scope=it)>
771 ruleRef(rule,label,elementIndex,args,scope) ::= <<
783 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
794 lexerRuleRef(rule,label,args,elementIndex,scope) ::= <
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptControllerQt.cpp 40 v8::Context::Scope scope(v8Context);
ScriptFunctionCall.cpp 63 ScriptScope scope(m_scriptState);
69 ScriptScope scope(m_scriptState);
75 ScriptScope scope(m_scriptState);
81 ScriptScope scope(m_scriptState);
87 ScriptScope scope(m_scriptState);
93 ScriptScope scope(m_scriptState);
99 ScriptScope scope(m_scriptState);
117 ScriptScope scope(m_scriptState, reportExceptions);
121 if (!scope.success()) {
134 if (!scope.success())
    [all...]
V8DOMMap.cpp 95 v8::HandleScope scope; local
117 v8::HandleScope scope; local
132 v8::HandleScope scope; local
147 v8::HandleScope scope; local
164 v8::HandleScope scope; local
  /libcore/luni/src/main/java/java/security/
IdentityScope.java 24 * {@code IdentityScope} represents a scope for {@link Identity} objects.
35 // systemScope holds reference to the current system scope
57 * name and the specified scope.
61 * @param scope
62 * the scope of this {@code IdentityScope}.
66 public IdentityScope(String name, IdentityScope scope)
68 super(name, scope);
72 * Returns the system's scope.
74 * @return the system's scope.
79 * "system.scope", and the class is only loaded from boot classpath. No defaul
    [all...]
Signer.java 53 * given scope.
57 * @param scope
58 * the scope of the signer.
61 * provided scope.
63 public Signer(String name, IdentityScope scope) throws KeyManagementException {
64 super(name, scope);
98 * {@code Signer} including its name and its scope if present.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 81 <placeAction(scope="all", name="header")>
82 <placeAction(scope=actionScope,name="header")>
90 <placeAction(scope=actionScope,name="footer")>
91 <placeAction(scope="all", name="footer")>
95 <placeAction(scope=actionScope,name="main")>
125 <placeAction(scope="token",name="scheme")>
126 <placeAction(scope="token",name="members")>
132 <placeAction(scope="module",name="head")>
135 <placeAction(scope="module",name="foot")>
257 <placeAction(scope=actionScope,name="init")
    [all...]
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 83 // Check that the scope chain contains the expected types of scopes.
87 var scope = exec_state.frame().scope(i);
88 assertTrue(scope.isScope());
89 assertEquals(scopes[i], scope.scopeType());
91 // Check the global object when hitting the global scope.
95 assertPropertiesEqual(global_object, scope.scopeObject().value());
121 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
125 // Check that the content of the scope is as expected. For functions just check
128 var scope = exec_state.frame().scope(number)
    [all...]
  /external/skia/legacy/src/animator/
SkDisplayApply.cpp 34 // if no attibutes, enclosed displayable is both scope & target
35 // only if both scope & target are specified, or if target and enclosed displayable, are scope and target different
47 SK_MEMBER(scope, Drawable), // thing that scopes animation (unnamed enclosed displayable goes here)
59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
68 delete scope;
160 return fDeleteScope && scope == child;
164 SkDrawable* saveScope = scope;
165 scope = NULL;
167 result->scope = scope = saveScope
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 34 // if no attibutes, enclosed displayable is both scope & target
35 // only if both scope & target are specified, or if target and enclosed displayable, are scope and target different
47 SK_MEMBER(scope, Drawable), // thing that scopes animation (unnamed enclosed displayable goes here)
59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
68 delete scope;
160 return fDeleteScope && scope == child;
164 SkDrawable* saveScope = scope;
165 scope = NULL;
167 result->scope = scope = saveScope
    [all...]
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 80 // Check that the scope chain contains the expected types of scopes.
84 var scope = exec_state.frame().scope(i);
85 assertTrue(scope.isScope());
86 assertEquals(scopes[i], scope.scopeType());
88 // Check the global object when hitting the global scope.
92 assertPropertiesEqual(this, scope.scopeObject().value());
118 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
122 // Check that the content of the scope is as expected. For functions just check
125 var scope = exec_state.frame().scope(number)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 108 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
294 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
370 // imported grammars are 'public' (can't be internal because their return scope classes must be accessible)
489 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
1021 ruleRef(rule,label,elementIndex,args,scope) ::= <<
1023 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name; format="id">(<args; separator=", ">);
1029 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
1040 lexerRuleRef(rule,label,args,elementIndex,scope) ::= <%
1045 <if(scope)><scope:delegateName()>.<endif>m<rule.name>(<args; separator=", ">); <checkRuleBacktrackFailure()> (…)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 109 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
299 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
388 // imported grammars are 'public' (can't be internal because their return scope classes must be accessible)
508 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
1041 ruleRef(rule,label,elementIndex,args,scope) ::= <<
1043 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name; format="id">(<args; separator=", ">);
1049 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.c 58 Scope *ScopeList = NULL;
59 Scope *CurrentScope = NULL;
60 Scope *GlobalScope = NULL;
63 Scope *scope = _scope; local
65 if (scope->next)
66 scope->next->prev = scope->prev;
67 if (scope->prev)
68 scope->prev->next = scope->next
    [all...]
  /external/clang/test/CodeGenCXX/
blocks.cpp 49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
  /external/webkit/Source/WebKit/chromium/src/
WebStorageAreaImpl.cpp 73 ScopedStorageEventURL scope(url);
85 ScopedStorageEventURL scope(url);
91 ScopedStorageEventURL scope(url);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 135 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
281 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
339 public void <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throws RecognitionException {
408 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
409 <returnScope(scope=ruleDescriptor.returnScope)>
413 public <returnType()> <ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throw(antlr3::BaseRecognitionException)
518 void m<ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throw(antlr3::BaseRecognitionException)
1082 * out of scope */
1152 globalAttributeScope(scope) ::= <<
1153 <if(scope.attributes)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 17 scope Symbols {
23 @Symbols_stack.reverse_each do |scope|
24 scope.types.include?(name) and return true
36 scope Symbols; // entire file is a scope
64 scope Symbols; // put parameters and locals into same scope for now
72 scope {
  /external/webkit/Source/WebCore/inspector/front-end/
ScopeChainSidebarPane.js 28 WebInspector.SidebarPane.call(this, WebInspector.UIString("Scope Variables"));
62 var scope = scopeChain[i];
64 var subtitle = scope.object.description;
68 switch (scope.type) {
74 if (scope.this)
75 extraProperties = [ new WebInspector.RemoteObjectProperty("this", WebInspector.RemoteObject.fromPayload(scope.this)) ];
96 var section = new WebInspector.ObjectPropertiesSection(WebInspector.RemoteObject.fromPayload(scope.object), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
100 if (!foundLocalScope || scope.type === "local" || title in this._expandedSections)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 149 AttributeScope scope = r.getLocalAttributeScope(attrName);
150 if ( scope!=null && !scope.isParameterScope ) {
151 return scope.getAttribute(attrName);
164 return null; // not a valid dynamic scope
191 AttributeScope scope = enclosingRule.getLocalAttributeScope($y.text);
192 if ( scope.isPredefinedRuleScope ) {
196 st.add("scope", $x.text);
207 else if ( scope.isPredefinedLexerRuleScope ) {
215 else if ( scope.isParameterScope )
    [all...]
  /external/v8/src/
scopeinfo.cc 41 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope) {
43 ZoneList<Variable*> stack_locals(scope->StackLocalCount());
44 ZoneList<Variable*> context_locals(scope->ContextLocalCount());
45 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
49 ASSERT(scope->StackLocalCount() == stack_local_count);
50 ASSERT(scope->ContextLocalCount() == context_local_count);
55 if (scope->is_function_scope() && scope->function() != NULL) {
56 Variable* var = scope->function()->var()
    [all...]

Completed in 687 milliseconds

12 3 4 5 6 7 8 91011>>