/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 49 scopes, superClass, literals) ::= 102 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken", 109 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}> 272 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules, 299 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}> 403 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, 412 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, 576 // imported grammars need to have public return scopes [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
CSharp3.stg | 50 scopes, superClass, literals) ::= 100 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken", 108 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}> 267 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules, 294 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}> 385 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, 394 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, 554 // imported grammars need to have public return scopes [all...] |
/external/v8/src/ |
debug-debugger.js | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.m | 40 #pragma mark Dynamic Global Scopes 42 #pragma mark Dynamic Rule Scopes 44 #pragma mark Rule Return Scopes start 165 //#pragma mark Rule return scopes start 168 #pragma mark Rule return scopes start 173 #pragma mark Dynamic Rule Scopes 175 #pragma mark global Attribute Scopes
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 38 #pragma mark Dynamic Global Scopes 40 #pragma mark Dynamic Rule Scopes 42 #pragma mark Rule Return Scopes start 123 //#pragma mark Rule return scopes start 126 #pragma mark Rule return scopes start 131 #pragma mark Dynamic Rule Scopes 133 #pragma mark global Attribute Scopes
|
/external/chromium_org/v8/test/mjsunit/ |
arguments-read-and-assignment.js | 129 // Inside non-function scopes.
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-scoping.js | 29 // Test functionality of block scopes.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-70066.js | 29 // from inside 'with' scopes.
|
/external/v8/test/mjsunit/ |
arguments-read-and-assignment.js | 129 // Inside non-function scopes.
|
/external/v8/test/mjsunit/harmony/ |
block-scoping.js | 29 // Test functionality of block scopes.
|
/external/v8/test/mjsunit/regress/ |
regress-70066.js | 29 // from inside 'with' scopes.
|
/external/chromium_org/v8/tools/gyp/ |
v8_base.arm.host.darwin-arm.mk | 29 v8/src/allocation-site-scopes.cc \ 151 v8/src/scopes.cc \
|
v8_base.arm.host.linux-arm.mk | 29 v8/src/allocation-site-scopes.cc \ 151 v8/src/scopes.cc \
|
v8_base.ia32.host.darwin-x86.mk | 29 v8/src/allocation-site-scopes.cc \ 151 v8/src/scopes.cc \
|
v8_base.ia32.host.linux-x86.mk | 29 v8/src/allocation-site-scopes.cc \ 151 v8/src/scopes.cc \
|
v8_base.mipsel.host.darwin-mips.mk | 29 v8/src/allocation-site-scopes.cc \ 151 v8/src/scopes.cc \
|
v8_base.mipsel.host.linux-mips.mk | 29 v8/src/allocation-site-scopes.cc \ 151 v8/src/scopes.cc \
|
v8_base.arm.target.darwin-arm.mk | 30 v8/src/allocation-site-scopes.cc \ 152 v8/src/scopes.cc \
|
v8_base.arm.target.linux-arm.mk | 30 v8/src/allocation-site-scopes.cc \ 152 v8/src/scopes.cc \
|
v8_base.ia32.target.darwin-x86.mk | 30 v8/src/allocation-site-scopes.cc \ 152 v8/src/scopes.cc \
|
/external/chromium_org/chrome/browser/chromeos/login/ |
kiosk_browsertest.cc | [all...] |
/external/chromium_org/v8/src/ |
d8.js | 106 // The different types of scopes matching constants runtime.cc. 379 case 'scopes': 735 // Create a JSON request for the scopes command. 737 // Build a scopes request from the text command. 738 var request = this.createRequest('scopes'); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptSource.js | 383 var scopes = []; 386 scopes.push(InjectedScript.CallFrameProxy._createScopeJson(rawScopes[i].type, rawScopes[i].object, objectGroupName)); 387 details.scopeChain = scopes; [all...] |
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_apitest.cc | 335 SCOPES = 2, 357 if ((fields_to_set & SCOPES) != 0) { 358 oauth2_info.scopes.push_back("scope1"); 359 oauth2_info.scopes.push_back("scope2"); 363 oauth_scopes_ = std::set<std::string>(oauth2_info.scopes.begin(), 364 oauth2_info.scopes.end()); 409 func->set_extension(CreateExtension(SCOPES)); 431 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); 443 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); 459 func->set_extension(CreateExtension(CLIENT_ID | SCOPES)); [all...] |