HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 876 - 900 of 1425) sorted by null

<<31323334353637383940>>

  /bionic/libc/dns/net/
getaddrinfo.c 1016 * numeric hostname with scope
1028 char *cp, *hostname2 = NULL, *scope, *addr;
1054 * Handle special case of <scoped_address><delimiter><scope id>
1062 scope = cp + 1;
1072 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1247 /* convert a string to a scope identifier. XXX: IPv6 specific */
1249 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1255 assert(scope != NULL);
1262 if (*scope == '\0')
1271 *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/chromium_org/chrome/browser/resources/
policy_android.css 150 .scope-column {
  /external/chromium_org/components/policy/core/common/
policy_map_unittest.cc 66 EXPECT_EQ(POLICY_SCOPE_USER, entry->scope);
75 EXPECT_EQ(POLICY_SCOPE_MACHINE, entry->scope);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_unittest.cc 142 const std::vector<int64> scope; local
145 scope,
253 std::set<int64>() /*scope*/,
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 483 public void fetchThirdPartyToken(String tokenUrl, String clientId, String scope) {
485 mTokenFetcher.fetchToken(tokenUrl, clientId, scope);
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 115 const std::string& scope,
131 scope));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 79 var scopeDetails = mirror.scope(i).details();
112 var scopeMirror = scopeHolder.scope(scopeIndex);
114 throw new Error("Incorrect scope index");
480 // Reset scope object prototype to null so that the proto properties
481 // don't appear in the local scope section.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp 134 PassRefPtrWillBeRawPtr<ShadowRoot> createShadowRootForElementWithIDAndSetInnerHTML(TreeScope& scope, const char* hostElementID, const char* shadowRootContent)
136 RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = scope.getElementById(AtomicString::fromUTF8(hostElementID))->createShadowRoot(ASSERT_NO_EXCEPTION);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
cachePolyfill.js 120 }(self)); // window or worker global scope.
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 191 AllowExternalCallThatCantCauseGC scope(masm());
246 AllowExternalCallThatCantCauseGC scope(masm());
lithium-codegen-arm.h 32 scope_(info->scope()),
149 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
342 Scope* const scope_;
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 33 scope_(info->scope()),
51 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
363 Scope* const scope_;
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 34 scope_(info->scope()),
131 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
342 Scope* const scope_;
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 190 AllowExternalCallThatCantCauseGC scope(masm());
251 AllowExternalCallThatCantCauseGC scope(masm());
lithium-codegen-mips.h 31 scope_(info->scope()),
148 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
374 Scope* const scope_;
  /external/chromium_org/v8/src/
mksnapshot.cc 299 { Isolate::Scope isolate_scope(isolate);
317 HandleScope scope(isolate);
318 v8::Context::Scope cscope(v8::Local<v8::Context>::New(isolate, context));
357 { HandleScope scope(isolate);
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 195 { AllowExternalCallThatCantCauseGC scope(masm());
243 AllowExternalCallThatCantCauseGC scope(masm());
lithium-codegen-x64.h 33 scope_(info->scope()),
124 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
329 Scope* const scope_;
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 34 scope_(info->scope()),
162 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
373 Scope* const scope_;
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 190 HandleScope scope(isolate);
228 HandleScope scope(isolate);
270 v8::Context::Scope context_scope(v8::Context::New(isolate));
291 v8::Context::Scope context_scope(v8::Context::New(isolate));
test-weaktypedarrays.cc 134 v8::HandleScope scope(context->GetIsolate());
272 v8::HandleScope scope(context->GetIsolate());
  /external/chromium_org/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.
debug-liveedit-4.js 33 // and must be recompiled because it uses variable from outer scope.

Completed in 388 milliseconds

<<31323334353637383940>>