/external/chromium/chrome/browser/resources/ |
connection_manager.js | 23 'domain': location.href,
|
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_manager.cc | 53 bool CloudPolicyManager::IsInitializationComplete(PolicyDomain domain) const { 54 if (domain == POLICY_DOMAIN_CHROME)
|
/external/chromium_org/chrome/browser/resources/ |
connection_manager.js | 23 'domain': location.href,
|
/external/chromium_org/content/browser/ |
storage_partition_impl_map.h | 61 // Each StoragePartition is uniquely identified by which partition domain 77 StoragePartitionConfig(const std::string& domain, 80 : partition_domain(domain),
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
bitops-3bit-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
bitops-3bit-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
bitops-3bit-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com
|
/external/libsepol/include/sepol/policydb/ |
services.h | 132 * `domain', `type', `protocol', and `port'. 134 extern int sepol_port_sid(uint16_t domain, 153 * in bytes and `domain' is the communications domain or 156 extern int sepol_node_sid(uint16_t domain,
|
/external/sepolicy/ |
untrusted_app.te | 12 type untrusted_app, domain;
|
/frameworks/base/core/jni/ |
android_app_backup_FullBackup.cpp | 62 * This method writes one file data block. 'domain' is the name of the appropriate pseudo- 67 * domain: which semantic name the file is to be stored under (a, r, f, db, etc) 87 String8 domain(domainchars ? domainchars : ""); 110 return write_tarfile(packageName, domain, rootpath, path, writer);
|
/development/ndk/sources/android/libportable/arch-mips/ |
socket.c | 133 int WRAP(socket)(int domain, int type, int protocol) { 137 ALOGV("%s(domain:%d, type:%d, protocol:%d) {", __func__, 138 domain, type, protocol); 140 rv = REAL(socket)(domain, socktype_pton(type), protocol); 147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) { 151 ALOGV("%s(domain:%d, type:%d, protocol:%d, sv[2]:%p) {", __func__, 152 domain, type, protocol, sv); 154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv);
|
/external/chromium_org/third_party/libxml/src/ |
error.c | 249 int domain; local 266 domain = err->domain; 289 else if ((line != 0) && (domain == XML_FROM_PARSER)) 295 else if ((line != 0) && (domain == XML_FROM_PARSER)) 301 switch (domain) { 396 else if ((line != 0) && (domain == XML_FROM_PARSER)) 401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) && 423 * @domain: the domain for the erro [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 30 uint32_t domain; member in struct:nouveau_mman 131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 236 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain, 246 cache->domain = domain;
|
/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/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 30 uint32_t domain; member in struct:nouveau_mman 131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 236 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain, 246 cache->domain = domain;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
VendorPolicyLoader.java | 200 public String domain; field in class:VendorPolicyLoader.Provider 228 * $domain, $user and $email. 234 returnString = returnString.replaceAll("\\$domain", domain); 255 * @param domain The domain portion of the user's email address 258 public Provider findProviderForDomain(String domain) { 260 params.putString(FIND_PROVIDER, domain); 266 p.domain = domain; [all...] |
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSettingsUtilsTests.java | 46 * Incoming: Prepend "imap" or "pop3" to domain, unless "pop", "pop3", 68 // <provider id="gmail" label="Gmail" domain="gmail.com"> 77 assertEquals("gmail.com", testProvider.domain); 79 // <provider id="rr-generic" label="RoadRunner" domain="*.rr.com"> 80 // <incoming uri="pop3://pop-server.$domain" username="$email" /> 86 assertEquals("pop3://pop-server.$domain", testProvider.incomingUriTemplate); 88 assertEquals("elmore.rr.com", testProvider.domain); 90 // Domain matches 2 providers; first one wins 138 // <provider id="cox" label="Cox" domain="cox.net"> 143 testProvider.domain = "cox.net" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/system/core/libnetutils/ |
dhcp_utils.c | 95 char *domain, 158 snprintf(prop_name, sizeof(prop_name), "%s.%s.domain", DHCP_PROP_NAME_PREFIX, 160 property_get(prop_name, domain, NULL); 194 char *domain, 247 server, lease, vendorInfo, domain, mtu) == -1) { 338 char *domain, 376 server, lease, vendorInfo, domain, mtu);
|
/external/libxml2/ |
error.c | 249 int domain; local 266 domain = err->domain; 289 else if ((line != 0) && (domain == XML_FROM_PARSER)) 295 else if ((line != 0) && (domain == XML_FROM_PARSER)) 301 switch (domain) { 396 else if ((line != 0) && (domain == XML_FROM_PARSER)) 401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) && 423 * @domain: the domain for the erro [all...] |
/external/chromium_org/net/ssl/ |
server_bound_cert_service.cc | 48 // Synchronously found and returned an existing domain bound cert. 50 // Retrieved or generated and returned a domain bound cert asynchronously. 383 std::string domain = local 386 if (domain.empty()) 388 return domain; 406 std::string domain = GetDomainForHost(host); local 407 if (domain.empty()) { 417 j = inflight_.find(domain); 434 // Check if a domain bound cert of an acceptable type already exists for this 435 // domain. Note that |expiration_time| is ignored, and expired certs ar [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 54 domain and importance. There are no preset classifications required, but 56 must adhere to these domain and level conventions. 59 level, we separated errors into their own domain, as even error printing 69 - there are two output files supported. Error domain output is going to 72 - colors can be specified for each domain - through this file or the 84 __OMX_DBG_DOMAIN__ - print domain 91 file:function():line domain<level> message 145 FILE *err; /* error output file - used for the error domain 187 string is less than 8 hexadecimal digits, the remaining domain mask levels 282 * domain - domain of the debug messag [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 104 Test whether a domain name is local. 135 lookup for AF_INET. Output is in .in-addr.arpa domain. 158 lookup for AF_INET6. Output is in .ip6.arpa domain. 181 Compare whether the given dns name has the given domain suffix. 183 domain is ignored for the purposes of the comparison. 193 cmp_dns_suffix (const char * name, const char * domain); 321 A return of 0 implies the empty domain. 352 Test whether a domain name is in a domain covered by nss_mdns. 355 if the unqualified prefix happens to match a domain suffix 1713 char * domain; member in struct:domain_entry [all...] |