HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 326 - 350 of 1206) sorted by null

<<11121314151617181920>>

  /external/c-ares/
ares_search.c 41 int next_domain; /* next search domain to try */
51 static int cat_domain(const char *name, const char *domain, char **s);
62 /* If name only yields one domain to search, then we don't have
124 /* Try the name as-is last; start with the first search domain. */
166 * even if the last domain we queried for T_AAAA resource records
174 /* Try the next domain. */
214 static int cat_domain(const char *name, const char *domain, char **s)
217 size_t dlen = strlen(domain);
224 memcpy(*s + nlen + 1, domain, dlen);
314 /* No domain search to do; just try the name as-is. *
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer2.py 26 from boto.cloudsearch.domain import Domain
50 Return a list of :class:`boto.cloudsearch.domain.Domain`
51 objects for each domain defined in the current account.
54 return [Domain(self.layer1, data) for data in domain_data]
58 Create a new CloudSearch domain and return the corresponding
59 :class:`boto.cloudsearch.domain.Domain` object.
62 return Domain(self.layer1, data
    [all...]
  /external/dnsmasq/src/
forward.c 114 unsigned short qtype, char *qdomain, int *type, char **domain)
117 /* If the query ends in the domain in one of our servers, set
118 domain to point to that name. We find the largest match to allow both
119 domain.org and sub.domain.org to exist. */
127 /* domain matches take priority over NODOTS matches */
152 unsigned int domainlen = strlen(serv->domain);
155 hostname_isequal(matchstart, serv->domain) &&
157 (domainlen == 0 || namelen == domainlen || *(serv->domain) == '.' || *(matchstart-1) == '.' ))
161 *domain = serv->domain
208 char *domain = NULL; local
792 char *domain = NULL; local
    [all...]
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * Internationalized domain names</a> such as {@code ??.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain name, converted to lower case
    [all...]
  /external/libdrm/radeon/
radeon_bo.h 67 int radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain);
radeon_bo_int.h 41 int (*bo_is_busy)(struct radeon_bo_int *bo, uint32_t *domain);
  /external/libevent/include/event2/
dns_compat.h 293 Add a domain to the list of search domains
299 @param domain the domain to be added to the search list
301 void evdns_search_add(const char *domain);
307 the first query to be without any search domain.
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 121 // Domain Enumeration
229 const char *domain, /* may be NULL */
255 if (!MakeDomainNameFromDNSNameString(&d, (domain && *domain) ? domain : "local.")) { errormsg = "Bad Domain"; goto badparam; }
277 &x->name, &t, &d, // Name, type, domain
292 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err);
373 domainname type, domain; local
383 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain))
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 27 struct nouveau_bo *, unsigned domain,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 8 * and are considered to be in the public domain. As a result, a formal
820 "sip:3Zqkv5dajqaaas0tCjCxT0xH2ZEuEMsFl0xoasip%3A%2B3519116786244%40siplab.domain.com@213.0.115.163:7070"};
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h 52 const GrTextureDomain& domain() const { return fDomain; } function in class:GrMatrixConvolutionEffect
  /external/valgrind/include/vki/
vki-xen-hvm.h 43 vki_uint8_t domain, bus, device, intx; member in struct:vki_xen_hvm_set_pci_intx_level
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 10 @ Thanks for asking. Those routines are public domain (originally posted to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
schedule.h 40 __isl_take isl_union_set *domain,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
schedule.h 40 __isl_take isl_union_set *domain,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_LWPCookieJar.py 28 ("domain", cookie.domain)]
106 "port", "path", "domain",
147 domain = h("domain")
148 domain_specified = domain.startswith(".")
151 domain, domain_specified, h("domain_dot"),
  /prebuilts/gdb/linux-x86/lib/python2.7/
_LWPCookieJar.py 28 ("domain", cookie.domain)]
106 "port", "path", "domain",
147 domain = h("domain")
148 domain_specified = domain.startswith(".")
151 domain, domain_specified, h("domain_dot"),
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon56156::__anon56157
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon56923::__anon56924
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon57702::__anon57703
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon58480::__anon58481
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon59256::__anon59257
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon60033::__anon60034

Completed in 2566 milliseconds

<<11121314151617181920>>