HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 676 - 700 of 1184) sorted by null

<<21222324252627282930>>

  /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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 266 local scope
271 scope = funcname
274 resolve(name)[scope] = true
  /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 1009 * numeric hostname with scope
1021 char *cp, *hostname2 = NULL, *scope, *addr;
1047 * Handle special case of <scoped_address><delimiter><scope id>
1055 scope = cp + 1;
1065 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1240 /* convert a string to a scope identifier. XXX: IPv6 specific */
1242 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1248 assert(scope != NULL);
1255 if (*scope == '\0')
1264 *scopeid = if_nametoindex(scope);
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 114 PTHREAD_WRAPPER(pthread_attr_setscope, (pthread_attr_t *attr, int scope), (attr, scope),
115 "(attr:%p, scope:%d)");
  /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/chrome/browser/ui/webui/
inline_login_ui.cc 148 std::string scope = net::EscapeUrlEncodedData( local
153 "?scope=%s&client_id=%s", scope.c_str(), client_id.c_str());
  /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/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 86 ScriptScope scope(m_scriptState);
118 ScriptScope scope(m_scriptState);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 96 // render object is updated if we're in the appropriate scope.
256 void StyleResolver::addTreeBoundaryCrossingRules(const Vector<MinimalRuleData>& rules, ContainerNode* scope)
260 m_treeBoundaryCrossingRules.addRule(info.m_rule, info.m_selectorIndex, scope, info.m_flags);
264 void StyleResolver::processScopedRules(const RuleSet& authorRules, const KURL& sheetBaseURL, ContainerNode* scope)
268 ensureScopedStyleResolver(scope)->addKeyframeStyle(keyframesRules[i]);
270 addTreeBoundaryCrossingRules(authorRules.treeBoundaryCrossingRules(), scope);
273 if (!scope || scope->isDocumentNode()) {
280 addTreeBoundaryCrossingRules(authorRules.shadowDistributedRules(), scope);
378 // Note: We mustn't skip ShadowRoot nodes for the scope stack
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 134 // Every scope other than document needs a parent scope.
473 bool TreeScope::isInclusiveAncestorOf(const TreeScope& scope) const
475 for (const TreeScope* current = &scope; current; current = current->parentTreeScope()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 391 void SVGDocumentExtensions::invalidateSVGRootsWithRelativeLengthDescendents(SubtreeLayoutScope* scope)
400 (*it)->invalidateRelativeLengthClients(scope);
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 316 ScriptScope scope(m_scriptState);
348 ScriptScope scope(m_scriptState);
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 195 AllowExternalCallThatCantCauseGC scope(masm());
250 AllowExternalCallThatCantCauseGC scope(masm());
lithium-codegen-arm.h 55 scope_(info->scope()),
169 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
374 Scope* const scope_;
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 438 CpuFeatureScope scope(masm, SSE2);
452 CpuFeatureScope scope(masm, SSE2);
lithium-codegen-ia32.h 57 scope_(info->scope()),
184 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
416 Scope* const scope_;
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 195 AllowExternalCallThatCantCauseGC scope(masm());
256 AllowExternalCallThatCantCauseGC scope(masm());
lithium-codegen-mips.h 54 scope_(info->scope()),
168 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
400 Scope* const scope_;
  /external/chromium_org/v8/src/
mirror-debugger.js 161 var SCOPE_TYPE = 'scope';
192 // A copy of the scope types from runtime.cc.
399 * Check whether the mirror reflects a scope.
400 * @returns {boolean} True if the mirror reflects a scope
958 FunctionMirror.prototype.scope = function(index) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-log.cc 61 // Need to run this prior to creating the scope.
177 v8::HandleScope scope;
181 v8::Context::Scope context_scope(context);
303 v8::HandleScope scope(CcTest::isolate());

Completed in 1448 milliseconds

<<21222324252627282930>>