HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 276 - 300 of 598) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 165 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
171 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
177 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
183 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 396 r'(was not declared in this scope|has not been declared)')
452 r'error: \'(?P<type>.+)\' was not declared in this scope\n'
459 r'error: \'(?P<type>.+)\' was not declared in this scope\n'
461 r'.*error: \'.+\' was not declared in this scope')
  /external/v8/test/cctest/
test-hashing.cc 156 v8::HandleScope scope; local
185 v8::HandleScope scope; local
test-parsing.cc 178 v8::Context::Scope context_scope(context);
548 v8::Context::Scope context_scope(context);
817 // of a scope. We check the scope positions of exactly one scope
818 // nested in the global scope of a program. 'inner source' is the
820 // to the nested scope. 'outer_prefix' and 'outer_suffix' are
821 // parts of the source that belong to the global scope.
1027 i::Scope* scope = function->scope(); local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-747.js 31 // This can be a problem if eval is used within the scope.
regress-91120.js 29 // function f's scope. Invoke it before try/catch, in the try block, in the
regress-962.js 30 function L(scope) { this.s = new Object(); }
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 84 // Scope ID -- the URL may contain an optional ["%" <scope_id>] section.
88 // Don't allow scope-id
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 492 String scope = (String)it.next(); local
493 if ( !target.isValidActionScope(grammar.type, scope) ) {
494 // get any action from the scope to get error location
495 Map scopeActions = (Map)actions.get(scope);
500 actionAST.getToken(),scope,
512 String scope = (String)it.next(); local
513 Map scopeActions = (Map)actions.get(scope);
518 /** Use for translating rule @init{...} actions that have no scope */
1087 AttributeScope scope = grammar.getGlobalScope(x); local
1135 AttributeScope scope = refdRule.getAttributeScope(y); local
1178 AttributeScope scope = enclosingRule.getAttributeScope(x); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 474 function getFullyQualifiedFunctionName(scope, func) {
475 return (getObjectName(scope) || getModuleName()) + "." + func.name;
496 function getAnchorName(type, name, scope) {
497 return type + "-" + (scope ? scope + "-" : "") + name;
  /external/iproute2/ip/
iproute.c 61 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n");
65 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
76 fprintf(stderr, "SCOPE := [ host | link | global | NUMBER ]\n");
94 int scope, scopemask; member in struct:__anon7856
184 if ((filter.scope^r->rtm_scope)&filter.scopemask)
358 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
738 } else if (strcmp(*argv, "scope") == 0) {
739 __u32 scope = 0 local
1092 __u32 scope = 0; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 339 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
526 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
940 atom[GrammarAST scope, GrammarAST label, GrammarAST astSuffix]
970 grammar.checkRuleReference(scope, $r, $rarg, currentRuleName);
972 if ( scope!=null ) {
973 scopeName = scope.getText();
982 if ( scope!=null ) { // scoped rule ref
983 Grammar scopeG = grammar.composite.getGrammar(scope.getText());
984 $code.add("scope", scopeG);
990 $code.add("scope", rdef.grammar)
    [all...]
  /external/v8/src/
debug.cc 389 HandleScope scope; local
736 HandleScope scope(isolate);
815 HandleScope scope(isolate_);
897 HandleScope scope(isolate_);
3366 v8::HandleScope scope; local
    [all...]
ic.cc 143 HandleScope scope; local
283 HandleScope scope(isolate());
292 HandleScope scope(isolate());
1997 HandleScope scope; local
    [all...]
isolate.cc 760 HandleScope scope;
833 HandleScope scope(this);
876 HandleScope scope(this);
898 HandleScope scope; local
965 HandleScope scope; local
1060 HandleScope scope; local
1201 HandleScope scope; local
1212 HandleScope scope; local
1855 HandleScope scope; local
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 571 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
573 RefPtr<Range> testRange = Range::create(scope->document(), scope, 0, range->startContainer(), range->startOffset());
574 ASSERT(testRange->startContainer() == scope);
579 ASSERT(testRange->startContainer() == scope);
597 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
598 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 50 HandleScope scope(isolate);
121 HandleScope scope(isolate);
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 189 v8::HandleScope scope;
353 v8::HandleScope scope; local
355 v8::Context::Scope function_scope(v8_context_);
404 v8::HandleScope scope; local
448 v8::Context::Scope ctx(v8_context_);
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 749 CritScope scope(&cs_);
763 CritScope scope(&cs_);
776 CritScope scope(&cs_);
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 88 int flags, myflags, index, plen, scope; local
112 &index, &plen, &scope, &flags, ifname) != EOF) {
161 sin6->sin6_scope_id=scope;
  /external/skia/src/animator/
SkAnimateActive.cpp 74 SkASSERT(fApply.scope == apply->scope);
77 // SkASSERT(fApply.scope == test->fTarget || fApply.scope->contains(test->fTarget));
194 SkDrawable* drawable = fApply.scope;
466 // SkASSERT(fApply.scope == test->fTarget || fApply.scope->contains(test->fTarget));
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 813 int scope = LDAP_SCOPE_ONE; local
905 scope = LDAP_SCOPE_SUBTREE;
908 res = ldap_search_ext_s(ld, basedn, scope,
1045 int scope = LDAP_SCOPE_ONE; local
1122 scope = LDAP_SCOPE_SUBTREE;
1125 res = ldap_search_ext_s(ld, basedn, scope,
    [all...]
  /external/v8/tools/gcmole/
gcmole.lua 263 local scope
268 scope = funcname
271 resolve(name)[scope] = true
  /bionic/libc/netbsd/net/
getaddrinfo.c 1017 * numeric hostname with scope
1029 char *cp, *hostname2 = NULL, *scope, *addr;
1055 * Handle special case of <scoped_address><delimiter><scope id>
1063 scope = cp + 1;
1073 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1248 /* convert a string to a scope identifier. XXX: IPv6 specific */
1250 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1256 assert(scope != NULL);
1263 if (*scope == '\0')
1272 *scopeid = if_nametoindex(scope);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 263 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<

Completed in 4055 milliseconds

<<11121314151617181920>>