Searched defs:scoped (Results 1 - 10 of 10) sorted by relevance

/external/libchrome/base/
H A Dscoped_generic.h172 bool operator==(const T& value, const ScopedGeneric<T, Traits>& scoped) { argument
173 return value == scoped.get();
177 bool operator!=(const T& value, const ScopedGeneric<T, Traits>& scoped) { argument
178 return value != scoped.get();
/external/iproute2/ip/
H A Dipaddress.c1777 int scoped = 0; local
1836 scoped = 1;
1933 if (!scoped && cmd != RTM_DELADDR)
/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);
/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/toybox/toys/pending/
H A Dip.c1055 scoped = 0; local
1148 scoped = 1;
1202 if (!scoped && (cmd != RTM_DELADDR) && (local.family == AF_INET)
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 127 milliseconds