HomeSort by relevance Sort by last modified time
    Searched refs:scopes (Results 101 - 125 of 187) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 34 // function and block scopes.
176 // Test that resolution of let bound variables works with scopes that call eval.
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 34 // function and block scopes.
176 // Test that resolution of let bound variables works with scopes that call eval.
  /external/linux-tools-perf/util/
probe-finder.c 1142 Dwarf_Die vr_die, *scopes; local
1186 nscopes = dwarf_getscopes_die(sp_die, &scopes);
1189 dwarf_diename(&scopes[nscopes]));
1191 if (die_find_variable_at(&scopes[nscopes],
1198 if (scopes)
1199 free(scopes);
1702 Dwarf_Die die_mem, *scopes = NULL; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 52 #pragma mark Dynamic Global Scopes
54 #pragma mark Dynamic Rule Scopes
56 #pragma mark Rule Return Scopes start
57 //#pragma mark Rule return scopes start
60 #pragma mark Rule return scopes start
65 #pragma mark Dynamic Rule Scopes
67 #pragma mark global Attribute Scopes
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m 42 #pragma mark Dynamic Global Scopes
44 #pragma mark Dynamic Rule Scopes
46 #pragma mark Rule Return Scopes start
65 //#pragma mark Rule return scopes start
68 #pragma mark Rule return scopes start
73 #pragma mark Dynamic Rule Scopes
75 #pragma mark global Attribute Scopes
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 125 OAuth2TokenService::ScopeSet scopes(scope_vector.begin(), scope_vector.end());
129 token_service->GetPrimaryAccountId(), scopes, this);
  /external/chromium_org/v8/test/mjsunit/
try-catch-extension-object.js 28 // Try catch scopes should be implemented with special extension
const-eval-init.js 31 // This only makes sense in local scopes since the declaration and
  /external/chromium_org/v8/test/webkit/
exception-try-finally-scope-error.js 24 description('This test makes sure stack unwinding works correctly in combination with dynamically added scopes');
  /external/v8/test/mjsunit/
try-catch-extension-object.js 28 // Try catch scopes should be implemented with special extension
const-eval-init.js 31 // This only makes sense in local scopes since the declaration and
  /external/chromium_org/chrome/browser/drive/
drive_api_service.cc 81 // OAuth2 scopes for Drive API.
310 std::vector<std::string> scopes; local
311 scopes.push_back(kDriveScope);
312 scopes.push_back(kDriveAppsReadonlyScope);
315 scopes.push_back(util::kDocsListScope);
316 scopes.push_back(util::kDriveAppsScope);
322 scopes),
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 47 scopes, superClass, literals) ::=
64 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
68 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
170 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
189 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
235 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType="Object", superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
242 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 41 scopes, superClass, literals) ::=
57 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
80 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
188 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
214 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
250 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="ANTLR::Runtime::Parser", labelType="ANTLR::Runtime::Token", members={<actions.parser.members>}) ::= <<
257 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR::Runtime::TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 51 scopes, superClass, literals) ::=
67 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
87 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScope()><endif>}>
181 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
210 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScope()><endif>}>
254 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
263 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 101 scopes,
186 /* Aids in accessing scopes for grammar programmers
501 * Functions to create and destroy scopes. First come the rule scopes, followed
502 * by the global declared scopes.
510 <recognizer.scopes:{it | <if(it.isDynamicGlobalScope)>
555 scopes,
688 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeDecl(it)><endif>}>
722 <scopes:{it | <if(it.isDynamicGlobalScope)>
853 scopes,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 21 trace, scopes, superClass, literals) ::=
167 grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
185 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, filterMode, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR3::TreeParser", members={<actions.treeparser.members>}) ::= <<
197 parserBody(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, inputStreamType, superClass, filterMode, labelType, members, rewriteElementType, actionScope, ASTLabelType="Object") ::= <<
204 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeClass()><\n><endif>}>
256 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeStack()><\n><endif>}><rules:{it | <ruleAttributeScopeStack(.ruleDescriptor.ruleScope)>}>
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 72 #pragma mark Dynamic Global Scopes
74 #pragma mark Dynamic Rule Scopes
76 #pragma mark Rule return scopes start
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 459 scopes=attrScopes
463 -> ^($gr $gid $cmt? optionsSpec? $ig? $ts? $scopes? $a? $r)
488 * ids for action scopes.
582 scopes=ruleScopeSpec
596 $scopes
  /external/chromium_org/v8/test/mjsunit/compiler/
eval-introduced-closure.js 29 // strict mode and non-strict mode eval in scopes.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/v8/test/mjsunit/compiler/
eval-introduced-closure.js 29 // strict mode and non-strict mode eval in scopes.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 45 #pragma mark Dynamic Global Scopes
46 #pragma mark Dynamic Rule Scopes
47 #pragma mark Rule Return Scopes start
259 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 77 * scopes:
87 scopes, superClass, literals) ::=
117 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
133 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
306 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
337 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScopeDeclaration(scope=it)><endif>}>
401 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
485 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
492 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="object", superClass="TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
    [all...]
  /external/chromium_org/
PRESUBMIT.py 659 # Split into scopes: Each region between #if and #endif is its own scope.
660 scopes = []
667 scopes.append(current_scope)
673 scopes.append(current_scope)
675 for scope in scopes:
    [all...]

Completed in 1010 milliseconds

1 2 3 45 6 7 8