Searched refs:scoped (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/common/
H A Dmulti_process_lock_unittest.cc74 scoped_ptr<MultiProcessLock> scoped(MultiProcessLock::Create(name));
76 scoped.reset(NULL);
/external/chromium/chrome/browser/password_manager/
H A Dpassword_manager_unittest.cc77 ACTION_P(SaveToScopedPtr, scoped) {
78 scoped->reset(arg0);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.cc98 ScopedSessionContextConflictResolver scoped(session->context(),
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cc162 ScopedJavaFunc scoped(thr, caller_pc); \
/external/iproute2/ip/
H A Dipaddress.c1000 int scoped = 0; local
1058 scoped = 1;
1144 if (!scoped && cmd != RTM_DELADDR)
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests2184 my $scoped = catdir($platformBaseDirectory, $platforms[$i]);
2185 push(@hierarchy, $scoped) if (-d $scoped);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) argument
117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped);
123 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disabled &&
145 (*p)->scoped = scoped;
4816 // We suppressed the domain enumeration for scoped search domains below. When we enable that
4846 // Also, suppress the domain enumeration for scoped search domains for now until there is a need.
H A DmDNSEmbeddedAPI.h1075 mDNSBool scoped; // interface should be matched against question only member in struct:DNSServer
1076 // if scoped is set
1278 // Currently we have no concept of a wide-area uDNS record scoped to a particular interface, so if the InterfaceID is
2471 extern DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout);
H A DmDNS.c1104 // Skip checks for LocalOnly and P2P as they are not valid InterfaceIDs. Also, for scoped
3854 // We handle mDNSInterface_Any and scoped questions here. See LocalOnlyRecordAnswersQuestion for more
3856 // we handle both mDNSInterface_Any and scoped questions.
7843 debugf("SetValidDNSServers: Parsing DNS server Address %#a (Domain %##s), Scope: %d", &curr->addr, curr->domain.c, curr->scoped);
7846 { debugf("SetValidDNSServers: Delete set for index %d, DNS server %#a (Domain %##s), scoped %d", index, &curr->addr, curr->domain.c, curr->scoped); continue; }
7852 // match the scoped entries by mistake.
7856 if (curr->scoped && curr->interface == mDNSInterface_Any)
7860 if ((!curr->scoped && (!question->InterfaceID || (question->InterfaceID == mDNSInterface_Unicast))) || (curr->interface == question->InterfaceID))
7874 " Timeout %d, interface %p", question->qname.c, &curr->addr, curr->domain.c, curr->scoped, inde
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3107 DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) argument
3108 { ( void ) m; ( void ) d; ( void ) interface; ( void ) addr; ( void ) port; ( void ) scoped; ( void ) timeout; return(NULL); }
/external/iproute2/doc/
H A Dip-cref.tex2685 are administratively scoped, the reply may be lost entirely.

Completed in 2018 milliseconds