/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 48 String domain = _qualifiedNameMap.get(Fields.Domain); local 52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + "."; 155 // b._dns-sd._udp.<domain>. 156 // db._dns-sd._udp.<domain>. 157 // r._dns-sd._udp.<domain>. 158 // dr._dns-sd._udp.<domain>. 159 // lb._dns-sd._udp.<domain>. 173 return _qualifiedNameMap.get(Fields.Domain).endsWith("in-addr.arpa"); 177 return _qualifiedNameMap.get(Fields.Domain).endsWith("ip6.arpa") [all...] |
/external/libsepol/tests/policies/test-expander/ |
small-base.conf | 420 attribute domain; 473 type user_t, domain; 477 type sysadm_t, domain, system; 481 type system_t, domain, system, foo;
|
/external/lzma/Asm/x86/ |
7zAsm.asm | 2 ; 2009-12-12 : Igor Pavlov : Public domain
|
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 49 The extension spec is in the public domain. The current implementation
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_context.h | 248 struct nouveau_bo *dst, unsigned offset, unsigned domain, 257 struct nouveau_bo *bo, unsigned domain,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.c | 168 uint32_t domain; local 175 if (radeon_bo_is_busy(query->bo, &domain) == 0) {
|
/external/chromium_org/ash/system/user/ |
user_card_view.cc | 172 // Retrieve the domain managing the device and wrap it with markers. 173 base::string16 domain = base::UTF8ToUTF16( local 175 base::RemoveChars(domain, kDisplayNameMark, &domain); 176 base::i18n::WrapStringWithLTRFormatting(&domain); 177 // Retrieve the label text, inserting the display name and domain. 179 IDS_ASH_STATUS_TRAY_PUBLIC_LABEL, display_name, domain);
|
/external/chromium_org/chrome/renderer/ |
content_settings_observer.cc | 110 static bool IsHostInDomain(const std::string& host, const std::string& domain) { 111 return (EndsWith(host, domain, false) && 112 (host.length() == domain.length() || 113 (host.length() > domain.length() && 114 host[host.length() - domain.length() - 1] == '.')));
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_portable.cc | 355 // NOTE: It is common for the domain and workstation fields to be empty. 362 // 16 : supplied domain security buffer (empty) 444 static int GenerateType3Msg(const base::string16& domain, 479 // Get domain name. 483 ucs_domain_buf = domain; 490 domain_ptr = domain.data(); 491 domain_len = domain.length() * 2; 494 oem_domain_buf = base::SysWideToNativeMB(base::UTF16ToWide(domain)); 603 // 28 : domain name sec buf
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_win_unittest.cc | 423 for (base::DictionaryValue::Iterator domain(*policies); 424 !domain.IsAtEnd(); domain.Advance()) { 426 if (!domain.value().GetAsDictionary(&components)) { 433 UTF8ToUTF16(domain.key()) + kPathSep + UTF8ToUTF16(component.key()); 524 for (base::DictionaryValue::Iterator domain(*policies); 525 !domain.IsAtEnd(); domain.Advance()) { 527 if (!domain.value().GetAsDictionary(&components)) { 531 const base::string16 domain_path = kPathPrefix + UTF8ToUTF16(domain.key()) [all...] |
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 615 mlsconstrain file { read } ((h1 dom h2) or ( t2 == domain ) or ( t1 == mlsfileread )); 631 attribute domain; [all...] |
/external/chromium_org/chrome/browser/policy/test/ |
policy_testserver.py | 108 # Dictionary containing base64-encoded policy signing keys plus per-domain 787 # Set the verification signature appropriate for the policy domain. 788 # TODO(atwilson): Use the enrollment domain for public accounts when 808 logging.error('Could not extract domain from username: %s' % username) 810 domain = parsed_username[1] 812 # Lookup the domain's signature in the passed dictionary. If none is found, 814 if domain in signatures: 815 return signatures[domain] 819 # No key matching this domain. 820 logging.error('No verification signature matching domain: %s' % domain [all...] |
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_handler.cc | 91 // domain only if the policy value is "domain". 95 // Get the currently logged in user and strip the domain part only. 96 std::string domain = ""; 101 domain = user.substr(user.find('@') + 1); 104 return domain == connector->GetEnterpriseDomain();
|
/external/chromium_org/net/cert/ |
x509_util_openssl.cc | 266 const std::string& domain, 286 !ASN1_STRING_set(domain_ia5.get(), domain.data(), domain.size()))
|
/external/chromium_org/net/cookies/ |
cookie_monster.h | 57 // loading of cookies for a specfic domain key(eTLD+1). In the former case, the 61 // loads cookies for the specified domain key(eTLD+1) on DB thread. 66 // - Verify that our domain enforcement and non-dotted handling is correct 73 // * The 'top level domain' (TLD) of an internet domain name is 76 // * The 'effective top level domain' (eTLD) is the longest 77 // "." initiated terminal substring of an internet domain name 78 // that is controlled by a general domain registrar. 80 // * The 'effective top level domain plus one' (eTLD+1) is the 82 // domain name that is not controlled by a general domai [all...] |
/external/javassist/src/main/javassist/ |
ClassPool.java | [all...] |
/external/mdnsresponder/mDNSPosix/ |
Responder.c | 212 "Usage: %s [-v level ] [-r] [-n name] [-t type] [-d domain] [-p port] [-f file] [-b] [-P pidfile] [-x name=val ...]\n", 222 fprintf(stderr, " -d uses 'domain' as the service domain (default is '%s')\n", kDefaultServiceDomain); 428 domainname domain; local 438 MakeDomainNameFromDNSNameString(&domain, serviceDomain); 440 &name, &type, &domain, // Name, type, domain 456 "%s: Registered service %d, name \"%s\", type \"%s\", domain \"%s\", port %ld\n", 546 // see if a domain name is specified 551 // skip any leading whitespace before domain nam [all...] |
/external/mdnsresponder/mDNSCore/ |
uDNS.c | 37 // For domain enumeration and automatic browsing 39 // In each of these domains we search for our special pointer records (lb._dns-sd._udp.<domain>, etc.) 40 // to discover recommended domains for domain enumeration (browse, default browse, registration, 121 while (*p) // Check if we already have this {interface,address,port,domain} tuple registered 124 mDNSSameAddress(&(*p)->addr, addr) && mDNSSameIPPort((*p)->port, port) && SameDomainName(&(*p)->domain, d)) 126 if (!((*p)->flags & DNSServer_FlagDelete)) debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface); 153 AssignDomainName(&(*p)->domain, d); 184 &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c, q, q->qname.c, DNSTypeName(q->qtype), 236 q->qname.c, DNSTypeName(q->qtype), &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c); 292 if (SameDomainName(&ptr->domain, n) [all...] |
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
uaccess.h | 18 #include <asm/domain.h>
|
/device/moto/shamu/ |
BoardConfig.mk | 125 domain.te \
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_client_mac.h | 45 const std::string& domain,
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/ |
math_map.js | 44 * Array of domain names. 47 this.allDomains = cstrValues.domain;
|
/external/chromium_org/chrome/browser/resources/history/ |
history_mobile.css | 209 .entry .domain { 230 .site-domain-wrapper {
|
/external/chromium_org/chrome/common/local_discovery/ |
service_discovery_client_impl.cc | 49 const std::string& domain, 53 domain, address_family, callback, mdns_client_)); 506 const std::string& domain, 510 : domain_(domain), address_family_(address_family), callback_(callback),
|
/external/chromium_org/components/content_settings/core/common/ |
content_settings_pattern.cc | 30 // Returns true if |sub_domain| is a sub domain or equls |domain|. E.g. 31 // "mail.google.com" is a sub domain of "google.com" but "evilhost.com" is not a 34 const std::string& domain) { 35 // The empty string serves as wildcard. Each domain is a subdomain of the 37 if (domain.empty()) 39 const size_t match = sub_domain.rfind(domain); 42 (match + domain.length() != sub_domain.length())) { 48 // Compares two domain names. 60 // domain names are stored in puny code. So it's fine to use the compar [all...] |