/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/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);
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
JavaContext.java | 42 * the given scope, in the given project reporting errors to the given 86 * scope to check for suppress lint annotations. 89 * @param scope the AST node scope the error applies to. The lint infrastructure 98 @Nullable Node scope, 102 if (scope != null && mDriver.isSuppressed(issue, scope)) {
|
Scope.java | 25 * The scope of a detector is the set of files a detector must consider when 33 public enum Scope { 43 * The analysis considers <b>all</b> the resource file. This scope must not 44 * be used in conjunction with {@link #RESOURCE_FILE}; an issue scope is 86 * Returns true if the given scope set corresponds to scanning a single file 89 * @param scopes the scope set to check 90 * @return true if the scope set references a single file 92 public static boolean checkSingleFile(@NonNull EnumSet<Scope> scopes) { 102 * Returns the intersection of two scope sets 109 public static EnumSet<Scope> intersect 112 EnumSet<Scope> scope = EnumSet.copyOf(scope1); local [all...] |
/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)
|
/hardware/ril/mock-ril/src/cpp/ |
node_util.cpp | 24 v8::HandleScope scope; local 52 v8::HandleScope scope; local 54 if (!len) return scope.Close(v8::String::Empty()); 65 return scope.Close(chunk); 70 return scope.Close(chunk); 75 v8::HandleScope scope; local 100 v8::HandleScope scope; local
|
/external/mesa3d/src/mesa/program/ |
symbol_table.c | 32 * The linked list of symbols with the same name is ordered by scope 39 * Link to the next symbol in the table with the same scope 41 * The linked list of symbols with the same scope is unordered. Symbols 57 * exist in the same name space at the same scope level. 61 /** Scope depth where this symbol was defined. */ 86 * Element of the scope stack. 89 /** Link to next (inner) scope level. */ 92 /** Linked list of symbols with the same scope. */ 104 /** Top of scope stack. */ 110 /** Current scope depth. * 137 struct scope_level *scope; local 161 struct scope_level *const scope = table->current_scope; local 189 struct scope_level *const scope = calloc(1, sizeof(*scope)); local [all...] |