HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 176 - 200 of 382) sorted by null

1 2 3 4 5 6 78 91011>>

  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 249 IJavaSearchScope scope = SearchEngine.createHierarchyScope(viewType); local
259 engine.search(pattern, participants, scope, requestor,
  /external/v8/tools/gcmole/
gcmole.lua 179 local scope
184 scope = funcname
187 resolve(name)[scope] = true
  /external/v8/src/
ic.cc 112 HandleScope scope; local
252 HandleScope scope(isolate());
261 HandleScope scope(isolate());
432 HandleScope scope(isolate());
540 HandleScope scope(isolate());
826 HandleScope scope(isolate());
870 HandleScope scope(isolate());
    [all...]
stub-cache.cc 55 HandleScope scope; local
    [all...]
builtins.cc 986 HandleScope scope local
993 HandleScope scope; local
1000 HandleScope scope; local
1007 HandleScope scope; local
    [all...]
hydrogen.cc 584 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
2215 Scope* scope = info()->scope(); 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:__anon6425
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/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/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/skia/src/animator/
SkAnimateActive.cpp 82 SkASSERT(fApply.scope == apply->scope);
85 // SkASSERT(fApply.scope == test->fTarget || fApply.scope->contains(test->fTarget));
197 SkDrawable* drawable = fApply.scope;
469 // SkASSERT(fApply.scope == test->fTarget || fApply.scope->contains(test->fTarget));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 312 // Compute a search scope: We need to merge all the subclasses
314 IJavaSearchScope scope = SearchEngine.createWorkspaceScope();
348 // class, if any) and merge the two arrays - then create a scope from these
367 scope = SearchEngine.createJavaSearchScope(subTypes, IJavaSearchScope.SOURCES);
378 scope,
  /bionic/libc/netbsd/net/
getaddrinfo.c 1011 * numeric hostname with scope
1023 char *cp, *hostname2 = NULL, *scope, *addr;
1049 * Handle special case of <scoped_address><delimiter><scope id>
1057 scope = cp + 1;
1067 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1242 /* convert a string to a scope identifier. XXX: IPv6 specific */
1244 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1250 assert(scope != NULL);
1257 if (*scope == '\0')
1266 *scopeid = if_nametoindex(scope);
    [all...]
  /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
debug-liveedit-3.js 33 // and must be recompiled because it uses variable from outer scope.
for-in.js 88 // Test that for-in in the global scope works with a keyed property as "each".
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent12.js 101 // bring class variables into function scope
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent12.js 101 // bring class variables into function scope
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 94 // bring class variables into function scope
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 438 v8::HandleScope scope; local
514 v8::HandleScope scope; local
  /bionic/libc/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  /development/ndk/platforms/android-3/include/
pthread.h 134 int pthread_attr_setscope(pthread_attr_t *attr, int scope);

Completed in 457 milliseconds

1 2 3 4 5 6 78 91011>>