/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 221 ruleRef(rule,label,elementIndex,args,scope) ::= << 233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 248 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 254 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 260 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 266 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 272 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 280 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 179 ruleRef(rule,label,elementIndex,args,scope) ::= << 191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 206 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 212 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 218 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 224 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 230 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 238 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 233 ruleRef(rule,label,elementIndex,args,scope) ::= << 247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 264 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 270 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 276 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 282 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 288 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 296 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/chromium/third_party/libjingle/source/talk/base/ |
firewallsocketserver.cc | 163 CritScope scope(&crit_); 168 CritScope scope(&crit_); 175 CritScope scope(&crit_); 219 CritScope scope(&crit_); 224 CritScope scope(&crit_); 231 CritScope scope(&crit_); 239 CritScope scope(&crit_);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/external/v8/test/cctest/ |
test-decls.cc | 112 HandleScope scope; 134 HandleScope scope; local 205 HandleScope scope; local 260 HandleScope scope; local 314 HandleScope scope; local 404 HandleScope scope; local 496 HandleScope scope; local 524 HandleScope scope; local 586 HandleScope scope; local
|
/bionic/libc/bionic/ |
pthread_attr.cpp | 149 int pthread_attr_setscope(pthread_attr_t* , int scope) { 150 if (scope == PTHREAD_SCOPE_SYSTEM) { 153 if (scope == PTHREAD_SCOPE_PROCESS) {
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTParser.stg | 127 ruleRef(rule,label,elementIndex,args,scope) ::= << 133 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 136 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 142 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 148 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 154 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 126 ruleRef(rule,label,elementIndex,args,scope) ::= << 132 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 135 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 141 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 147 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 153 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTParser.stg | 131 ruleRef(rule,label,elementIndex,args,scope) ::= <% 139 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 142 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 148 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 154 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 160 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTParser.stg | 137 ruleRef(rule,label,elementIndex,args,scope) ::= << 143 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 146 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 152 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 158 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 164 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ASTParser.stg | 133 ruleRef(rule,label,elementIndex,args,scope) ::= << 141 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>" 144 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 152 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 159 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= << 166 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/webkit/Source/WebCore/bindings/v8/ |
DOMDataStore.cpp | 139 v8::HandleScope scope; local 146 v8::HandleScope scope; local 180 v8::HandleScope scope; local
|
ScriptHeapSnapshot.cpp | 50 v8::HandleScope scope; local
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CustomApplicationInstalledCallback.cpp | 55 v8::Context::Scope scope(context);
|
V8CustomPositionCallback.cpp | 67 v8::Context::Scope scope(context);
|
V8CustomPositionErrorCallback.cpp | 67 v8::Context::Scope scope(context);
|
V8CustomSQLStatementErrorCallback.cpp | 57 v8::Context::Scope scope(v8Context);
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 378 /* scope_index_t holds all of the symbols that are in scope in a 380 * subtract one) into the global policydb->scope array. */ 382 ebitmap_t scope[SYM_NUM]; member in struct:scope_index 383 #define p_classes_scope scope[SYM_CLASSES] 384 #define p_roles_scope scope[SYM_ROLES] 385 #define p_types_scope scope[SYM_TYPES] 386 #define p_users_scope scope[SYM_USERS] 387 #define p_bools_scope scope[SYM_BOOLS] 388 #define p_sens_scope scope[SYM_LEVELS] 389 #define p_cat_scope scope[SYM_CATS 447 uint32_t scope; member in struct:scope_datum 508 symtab_t scope[SYM_NUM]; member in struct:policydb [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashMap.h | 42 NSInteger Scope; 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashMap.h | 42 NSInteger Scope; 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashMap.h | 42 NSInteger Scope; 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
|
/external/skia/legacy/src/animator/ |
SkDisplayApply.h | 55 SkDrawable* getScope() { return scope; } 87 SkDrawable* scope; member in class:SkApply
|
/external/skia/src/animator/ |
SkDisplayApply.h | 55 SkDrawable* getScope() { return scope; } 87 SkDrawable* scope; member in class:SkApply
|
/external/v8/src/ |
prettyprinter.h | 73 void PrintParameters(Scope* scope); 100 void PrintParameters(Scope* scope);
|