/external/webkit/Source/WebCore/html/ |
HTMLTableCellElement.cpp | 162 String HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
langhooks.h | 101 TYPE is placed in the outermost lexical scope. The semantics 153 /* Function to add a decl to the current scope level. Takes one 159 /* Returns the chain of decls so far in the current scope level. */ 249 /* Return true if DECL in SCOPE is scoped in global/namespace scope, 251 bool (*has_global_name) (tree decl, void *scope); 392 necessary. 1: and scope information. 2: and any other 399 necessary. 1: and scope information. */ 458 /* Like builtin_function, but make sure the scope is the external scope [all...] |
/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/mjsunit/regress/ |
regress-747.js | 31 // This can be a problem if eval is used within the scope.
|
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/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...] |
/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:__anon6687 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
|