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

<<11121314151617181920>>

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 418 // Compute a search scope: We need to merge all the subclasses
420 IJavaSearchScope scope = SearchEngine.createWorkspaceScope();
454 // class, if any) and merge the two arrays - then create a scope from these
473 scope = SearchEngine.createJavaSearchScope(subTypes, IJavaSearchScope.SOURCES);
484 scope,
551 IJavaSearchScope scope = SearchEngine.createWorkspaceScope();
556 // class, if any) and merge the two arrays - then create a scope from these
565 scope = SearchEngine.createJavaSearchScope(viewTypes, IJavaSearchScope.SOURCES);
576 scope,
  /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:__anon9122
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...]
code-stubs.cc 60 NoCurrentFrameScope scope(masm);
112 HandleScope scope(isolate);
  /external/v8/test/cctest/
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/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/legacy/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/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 1008 * numeric hostname with scope
1020 char *cp, *hostname2 = NULL, *scope, *addr;
1046 * Handle special case of <scoped_address><delimiter><scope id>
1054 scope = cp + 1;
1064 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1239 /* convert a string to a scope identifier. XXX: IPv6 specific */
1241 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1247 assert(scope != NULL);
1254 if (*scope == '\0')
1263 *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) ::= <<
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 173 (* Emit the start code first, without 'variable' in scope. *)
248 (* Emit the initializer before adding the variable to scope, this
276 (* Codegen the body, now that all vars are in scope. *)
279 (* Pop all our variables from scope. *)
  /external/v8/test/mjsunit/
const-eval-init.js 32 // initialization of consts in the global scope happen at the same

Completed in 1913 milliseconds

<<11121314151617181920>>