HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 351 - 375 of 1100) sorted by null

<<11121314151617181920>>

  /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/valgrind/main/include/vki/
vki-xen-domctl.h 103 vki_xen_domid_t domain; member in struct:vki_xen_domctl_getdomaininfo_00000007
122 vki_xen_domid_t domain; member in struct:vki_xen_domctl_getdomaininfo_00000008
141 vki_xen_domid_t domain; member in struct:vki_xen_domctl_getdomaininfo_00000009
325 vki_xen_domid_t domain; member in struct:vki_xen_domctl
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 145 int type, String domain, String path, long mode, long mtime)
147 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
153 // Various domain+files we understand a priori
154 if (domain.equals(FullBackup.ROOT_TREE_TOKEN)) {
166 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_private.h 115 uint32_t domain; member in struct:nouveau_bo_priv
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_bo_gem.c 212 static int bo_is_busy(struct radeon_bo *bo, uint32_t *domain)
218 args.domain = 0;
223 *domain = args.domain;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
schedule.h 40 __isl_take isl_union_set *domain,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon55636::__anon55637
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon56403::__anon56404
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon57182::__anon57183
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon57960::__anon57961
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon58736::__anon58737
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
tipc.h 112 __u32 domain; member in struct:sockaddr_tipc::__anon59513::__anon59514
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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"),
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp 62 const GrTextureDomain& domain = fp.cast<GrMatrixConvolutionEffect>().domain(); local
100 fDomain.sampleTexture(fsBuilder, domain, "c", coord, samplers[0]);
112 fDomain.sampleTexture(fsBuilder, domain, "c", coords2D, samplers[0]);
130 b->add32(GrTextureDomain::GLDomain::DomainKey(m.domain()));
148 fDomain.setData(pdman, conv.domain(), texture.origin());
190 fDomain == s.domain();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 33 * Turns a domain mapping from its JSON representation containing simple strings
42 for (var domain in mapping) {
43 for (var style in mapping[domain]) {
44 var content = mapping[domain][style];
47 name, domain + '.' + style, '[t] "' + content + '"',
  /external/chromium_org/components/domain_reliability/
monitor.cc 106 LOG(WARNING) << "Baked-in Domain Reliability config for "
107 << config->domain << " is expired.";
214 // Grab a copy of the domain before transferring ownership of |config|.
215 std::string domain = config->domain; local
226 contexts_.insert(make_pair(domain, context));
227 // Make sure the domain wasn't already in the map.
263 // 4. The request was itself a Domain Reliability upload (to avoid loops).
288 beacon.domain = request.url.host();
  /external/chromium_org/net/cookies/
canonical_cookie.cc 65 // Determine the cookie domain to use for setting the specified cookie.
71 domain_string = pc.Domain();
114 const std::string& domain, const std::string& path,
121 domain_(domain),
144 // Do the best we can with the domain.
148 domain_string = pc.Domain();
252 const std::string& domain,
268 std::string parsed_domain = ParsedCookie::ParseValueString(domain);
269 if (parsed_domain != domain)
336 // Can domain match in two ways; as a domain cookie (where the cooki
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 501 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
502 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
503 * Users of the cache must obtain a domain via GenerateDomain().
507 typedef uint8_t Domain;
523 * Initialize the cache ID to a domain and key.
525 GrCacheID(Domain domain, const Key& key) {
526 SkASSERT(kInvalid_Domain != domain);
527 this->reset(domain, key);
530 void reset(Domain domain, const Key& key)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 107 const char *const domain
115 const char *d = domain;
118 if (len < 6 || !domain || !domain[0]) return kDNSServiceErr_BadParam;
150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
  /external/skia/include/gpu/
GrTypes.h 463 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
464 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
465 * Users of the cache must obtain a domain via GenerateDomain().
469 typedef uint8_t Domain;
485 * Initialize the cache ID to a domain and key.
487 GrCacheID(Domain domain, const Key& key) {
488 SkASSERT(kInvalid_Domain != domain);
489 this->reset(domain, key);
492 void reset(Domain domain, const Key& key)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
148 struct nouveau_bo *dst, unsigned offset, unsigned domain,
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
303 tx->rect[1].domain = NOUVEAU_BO_GART;
385 struct nouveau_bo *bo, unsigned domain,
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);

Completed in 807 milliseconds

<<11121314151617181920>>