/ndk/sources/host-tools/sed-4.2.1/ |
autoboot | 70 # The command to download all .po files for a specified domain into 71 # a specified directory. Fill in the first %s is the domain name, and 294 domain=$2 295 echo "$0: getting translations into $subdir for $domain..." 296 cmd=`printf "$po_download_command_format" "$domain" "$subdir"` 306 domain=$2 313 download_po_files $ref_po_dir $domain \ 637 /^DOMAIN *=.*/s/=.*/= '"$package"'-runtime/
|
/external/skia/src/pdf/ |
SkPDFShader.cpp | 438 SkPDFStream* makePSFunction(const SkString& psCode, SkPDFArray* domain); 537 // populate domain. 615 SkAutoTUnref<SkPDFArray> domain(new SkPDFArray); 616 domain->reserve(4); 617 domain->appendScalar(bbox.fLeft); 618 domain->appendScalar(bbox.fRight); 619 domain->appendScalar(bbox.fTop); 620 domain->appendScalar(bbox.fBottom); 645 pdfShader->insert("Domain", domain.get()) [all...] |
/frameworks/wilhelm/tests/sandbox/ |
xaplay.c | 225 // convert a domain type to string 226 static const char *domainToString(XAuint32 domain) 228 switch (domain) { 624 XAuint32 domain; local 630 streamIndex, &domain); 644 domain = 12345; 646 &domain); 648 printf(" QueryStreamType: domain = 0x%X (%s)\n", domain, domainToString(domain)); 759 XAuint32 domain; local [all...] |
/external/chromium/chrome/browser/ui/webui/ |
net_internals_ui.cc | 1057 std::string domain; local 1103 std::string domain; local 1151 std::string domain; local [all...] |
/external/dnsmasq/src/ |
rfc2131.c | 105 char *domain, char *config_domain, 133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local 391 domain = config->domain; 490 domain, netid, subnet_addr, 0, 0, 0, NULL); 563 domain = config->domain; 571 domain = strip_hostname(client_hostname); [all...] |
/external/libselinux/src/ |
android.c | 77 char *domain; member in struct:seapp_context 218 } else if (!strcasecmp(name, "domain")) { 219 cur->domain = strdup(value); 220 if (!cur->domain) 275 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s user=%s seinfo=%s name=%s sebool=%s -> domain=%s type=%s level=%s levelFrom=%s", 278 cur->seinfo, cur->name, cur->sebool, cur->domain, 388 else if (kind == SEAPP_DOMAIN && !cur->domain) 406 if (context_type_set(ctx, cur->domain))
|
/external/mdnsresponder/mDNSShared/ |
dnssd_clientstub.c | 1445 char name[256], regtype[kDNSServiceMaxDomainName], domain[kDNSServiceMaxDomainName]; local 1516 char domain[kDNSServiceMaxDomainName]; local [all...] |
uds_daemon.c | 118 domainname domain; member in struct:service_instance 122 // for multi-domain default browsing 126 domainname domain; member in struct:browser_t 396 // Generates a response message giving name, type, domain, plus interface index, 550 mDNSlocal int build_domainname_from_strings(domainname *srv, char *name, char *regtype, char *domain) 557 if (!MakeDomainNameFromDNSNameString(&d, domain)) return -1; 565 // On a freshly-created Unix Domain Socket, the kernel should *never* fail to buffer a small write for us 806 if (instance->request->u.servicereg.InterfaceID == mDNSInterface_P2P || (!instance->request->u.servicereg.InterfaceID && SameDomainName(&instance->domain, &localdomain) && (instance->request->flags & kDNSServiceFlagsIncludeP2P))) 1593 char domain[MAX_ESCAPED_DOMAIN_NAME], host[MAX_ESCAPED_DOMAIN_NAME]; local 2149 char regtype[MAX_ESCAPED_DOMAIN_NAME], domain[MAX_ESCAPED_DOMAIN_NAME]; local 2290 char name[256], regtype[MAX_ESCAPED_DOMAIN_NAME], domain[MAX_ESCAPED_DOMAIN_NAME]; local 3091 char domain[MAX_ESCAPED_DOMAIN_NAME]; local 3197 domainname domain; local [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
Resource.js | 130 this.domain = parsedURL ? parsedURL.host : ""; 166 this._displayName = this.url.trimURL(WebInspector.mainResource ? WebInspector.mainResource.domain : ""); 174 // WebInspector.Database calls this, so don't access more than this.domain. 175 if (this.domain && (!WebInspector.mainResource || (WebInspector.mainResource && this.domain !== WebInspector.mainResource.domain))) 176 return this.domain;
|
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 432 * The data is typed by a domain name (usually your Android package name) and 433 * a domain-specific type. This data is packaged into a "NFC Forum External 435 * NFC Forum requires that the domain and type used in an external record 437 * always case sensitive. So this method will force the domain and type to 440 * if the domain and type have serious problems, for example if either field 450 * @param domain domain-name of issuing organization 451 * @param type domain-specific type of data 453 * @throws IllegalArugmentException if either domain or type are empty or invalid 455 public static NdefRecord createExternal(String domain, String type, byte[] data) [all...] |
/cts/tests/tests/mediastress/jni/ |
native-media-jni.cpp | 215 XAuint32 domain; local 216 res = (*caller)->QueryStreamType(caller, streamIndex, &domain); 218 switch (domain) { 228 ALOGE("Unexpected domain %u\n", domain);
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
native-media-jni.c | 220 XAuint32 domain; local 221 res = (*caller)->QueryStreamType(caller, streamIndex, &domain); 223 switch (domain) { 233 fprintf(stderr, "Unexpected domain %u\n", domain);
|
/device/lge/mako/ |
BoardConfig.mk | 103 domain.te \
|
/external/chromium/chrome/browser/resources/net_internals/ |
hstsview.js | 111 addTextNode(this.queryOutputDiv_, ' domain:'); 114 t.innerText = result.domain;
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.h | 142 const std::string& domain,
|
/external/chromium/net/base/ |
cookie_monster.h | 44 // - Verify that our domain enforcement and non-dotted handling is correct 53 // * The 'top level domain' (TLD) of an internet domain name is 56 // * The 'effective top level domain' (eTLD) is the longest 57 // "." initiated terminal substring of an internet domain name 58 // that is controlled by a general domain registrar. 60 // * The 'effective top level domain plus one' (eTLD+1) is the 62 // domain name that is not controlled by a general domain 77 // (default), then the key is based on the effective domain of th [all...] |
sdch_filter_unittest.cc | 144 static std::string NewSdchDictionary(const std::string& domain) { 146 if (!domain.empty()) { 147 dictionary.append("Domain: "); 148 dictionary.append(domain); 628 // Decode with content arriving from the "wrong" domain. [all...] |
/external/chromium/third_party/libevent/ |
evdns.h | 31 * public domain. You can find his original copyright below. Please, 35 * This software is Public Domain. To view a copy of the public domain dedication, 127 * globally. Otherwise each search domain is appended in turn. 132 * For example, with ndots set to 1 (the default) and a search domain list of 177 /** The domain name does not exist */ 426 Add a domain to the list of search domains 428 @param domain the domain to be added to the search list 430 void evdns_search_add(const char *domain); [all...] |
/external/kernel-headers/original/asm-arm/ |
thread_info.h | 29 #include <asm/domain.h> 56 struct exec_domain *exec_domain; /* execution domain */ 58 __u32 cpu_domain; /* cpu domain */
|
/frameworks/base/core/java/android/app/backup/ |
FullBackup.java | 63 static public native int backupToTar(String packageName, String domain,
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 243 XAuint32 domain; local 244 res = (*caller)->QueryStreamType(caller, streamIndex, &domain); 246 switch (domain) { 256 fprintf(stderr, "Unexpected domain %u\n", domain);
|
/packages/apps/Email/tests/src/com/android/email/ |
VendorPolicyLoaderTest.java | 152 assertEquals("yahoo.com", p.domain);
|
/bionic/libc/netbsd/resolv/ |
res_data.c | 170 const char *dname, /* domain name */ 200 res_query(const char *name, /* domain name */ 269 res_search(const char *name, /* domain name */ 284 const char *domain, 294 return (res_nquerydomain(&_nres, name, domain,
|
/external/chromium/chrome/browser/extensions/ |
extension_cookies_helpers.cc | 55 result->SetString(keys::kDomainKey, cookie.Domain()); 57 net::CookieMonster::DomainIsHostOnly(cookie.Domain())); 94 const std::string& domain_key = cookie.Domain(); 110 // Ignore any cookie whose domain doesn't match the extension's 141 MatchesDomain(cookie.Domain()) && 163 bool MatchFilter::MatchesDomain(const std::string& domain) { 170 // Add a leading '.' character to the filter domain if it doesn't exist. 174 std::string sub_domain(domain); 175 // Strip any leading '.' character from the input cookie domain. 179 // Now check whether the domain argument is a subdomain of the filter domain [all...] |
/external/chromium/net/http/ |
http_auth_handler_digest.cc | 60 static const char domain[] = "0123456789abcdef"; local 64 cnonce.push_back(domain[base::RandInt(0, 15)]); 177 // [domain="<list-of-URIs>"] 234 } else if (LowerCaseEqualsASCII(name, "domain")) {
|