/external/chromium_org/net/base/ |
dns_util.h | 16 // DNSDomainFromDot - convert a domain string to DNS format. From DJB's 17 // public domain DNS library. 24 // DNSDomainToString converts a domain in DNS format to a dotted string. 27 const base::StringPiece& domain);
|
/external/chromium_org/ppapi/shared_impl/ |
file_path.h | 19 enum Domain { 29 PepperFilePath(Domain d, const base::FilePath& p); 31 Domain domain() const { return domain_; } function in class:ppapi::PepperFilePath 35 Domain domain_;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebURLError.h | 45 WebString domain; member in struct:blink::WebURLError
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_mm.h | 17 nouveau_mm_create(struct nouveau_device *, uint32_t domain,
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.h | 17 nouveau_mm_create(struct nouveau_device *, uint32_t domain,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/isl/ |
cloog.h | 10 #include <cloog/isl/domain.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/isl/ |
cloog.h | 10 #include <cloog/isl/domain.h>
|
/system/core/fastbootd/ |
network_discovery.c | 50 const char *name, const char *regtype, const char *domain, void *context) 60 printf("Got a reply for service %s.%s%s: ", name, regtype, domain); 79 const char *domain = FASTBOOTD_DOMAIN; local 93 name, type, domain, host, port,
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
nav_math_description.js | 27 * domain: (undefined|string), 31 * domain Domain for translation. 42 mathDescr['domain'] = kwargs.domain ? kwargs.domain : '';
|
/external/smack/src/org/jivesoftware/smack/util/ |
DNSUtil.java | 75 * host resolved by a DNS lookup at the specified domain on the default port 80 * @param domain the domain. 82 * XMPP server can be reached at for the specified domain. 84 public static List<HostAddress> resolveXMPPDomain(String domain) { 85 return resolveDomain(domain, 'c'); 96 * host resolved by a DNS lookup at the specified domain on the default port 101 * @param domain the domain. 103 * XMPP server can be reached at for the specified domain [all...] |
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_dom_feature_extractor.cc | 96 // The domain of the document URL, stored here so that we don't need to 98 std::string domain; member in struct:safe_browsing::PhishingDOMFeatureExtractor::FrameData 247 std::string domain; local 248 bool is_external = IsExternalDomain(full_url, &domain); 249 if (domain.empty()) { 250 DVLOG(1) << "Could not extract domain from link: " << full_url; 257 // Record each unique domain that we link to. 258 page_feature_state_->external_domains.insert(domain); 274 // Record whether the action points to a different domain. 282 std::string domain; local 304 std::string domain; local [all...] |
/external/e2fsprogs/intl/ |
dcigettext.c | 224 /* Domain in which to search. */ 234 struct loaded_l10nfile *domain; member in struct:known_translation_t 288 /* Name of the default domain used for gettext(3) prior any call to 292 /* Value used as the default domain for gettext(3). */ 309 static char *plural_lookup (struct loaded_l10nfile *domain, 434 struct loaded_l10nfile *domain; local 465 /* If DOMAINNAME is NULL, we are interested in the default domain. If 494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, 610 domain. Return the MSGID. */ 617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding) 728 struct loaded_domain *domain; local [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_store.cc | 32 PolicyDomain domain; member in struct:policy::__anon11337::DomainConstants 45 const DomainConstants* GetDomainConstants(PolicyDomain domain) { 47 if (kDomains[i].domain == domain) 80 bool ComponentCloudPolicyStore::SupportsDomain(PolicyDomain domain) { 81 return GetDomainConstants(domain) != NULL; 85 bool ComponentCloudPolicyStore::GetPolicyType(PolicyDomain domain, 87 const DomainConstants* constants = GetDomainConstants(domain); 95 PolicyDomain* domain) { 98 *domain = constants->domain [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
jid_unittest.cc | 12 EXPECT_EQ("dude", jid.domain()); 24 EXPECT_EQ("dude", jid.domain()); 36 EXPECT_EQ("dude", jid.domain()); 48 EXPECT_EQ("dude", jid.domain()); 60 EXPECT_EQ("", jid.domain()); 72 EXPECT_EQ("", jid.domain()); 84 EXPECT_EQ("", jid.domain()); 96 EXPECT_EQ("muchat", jid.domain()); 108 EXPECT_EQ("muchat", jid.domain());
|
/bionic/libc/dns/resolv/ |
res_query.c | 129 const char *name, /* domain name */ 223 const char *name, /* domain name */ 228 const char *cp, * const *domain; local 278 * the domain stuff is tried. Will have a better 285 for (domain = (const char * const *)statp->dnsrch; 286 *domain && !done; 287 domain++) { 290 if (domain[0][0] == '\0' || 291 (domain[0][0] == '.' && domain[0][1] == '\0') [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
generate_protocol_externs.py | 102 for domain in json_api: 103 domain_name = domain["domain"] 104 if "types" in domain: 105 for type in domain["types"]: 109 for domain in json_api: 110 domain_name = domain["domain"] 115 if "commands" in domain: 116 for command in domain["commands"] [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
CookiesTable.js | 48 {id: "domain", title: WebInspector.UIString("Domain"), sortable: true, weight: 7}, 75 * @param {?string} domain 77 _clearAndRefresh: function(domain) 79 this.clear(domain); 92 var domain = cookie.domain(); 93 if (domain) 94 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Clear all from \"%s\"" : "Clear All from \"%s\"", domain), this._clearAndRefresh.bind(this, domain)); [all...] |
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrTextureDomain.h | 19 * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped 20 * the edge of the domain or result in a vec4 of zeros (decal mode). The domain is clipped to 22 * domain to affect the read value unless the caller considers this when calculating the domain. 27 // Ignore the texture domain rectangle. 29 // Clamp texture coords to the domain rectangle. 31 // Treat the area outside the domain rectangle as fully transparent. 34 // read texels outside of the domain. We could perform additional texture reads and filte 54 const SkRect& domain() const { return fDomain; } function in class:GrTextureDomain [all...] |
/external/skia/src/gpu/effects/ |
GrTextureDomain.h | 18 * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped 19 * the edge of the domain or result in a vec4 of zeros (decal mode). The domain is clipped to 21 * domain to affect the read value unless the caller considers this when calculating the domain. 26 kIgnore_Mode, // Ignore the texture domain rectangle. 27 kClamp_Mode, // Clamp texture coords to the domain rectangle. 28 kDecal_Mode, // Treat the area outside the domain rectangle as fully transparent. 44 GrTextureDomain(const SkRect& domain, Mode, int index = -1) 46 const SkRect& domain() const { return fDomain; } function in class:GrTextureDomain [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | 459 known_attrs = ("expires", "domain", "path", "secure", 498 """Return True if text is a host domain name.""" 513 """Return True if domain A domain-matches domain B, according to RFC 2965. 515 A and B may be host domain names or IP addresses. 521 be case-insensitive.) Host A's name domain-matches host B's if 527 x.y.com domain-matches .Y.com but not Y.com.) 529 Note that domain-match is not a commutative operation: a.b.c.com 530 domain-matches .c.com, but not the reverse [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 459 known_attrs = ("expires", "domain", "path", "secure", 498 """Return True if text is a host domain name.""" 513 """Return True if domain A domain-matches domain B, according to RFC 2965. 515 A and B may be host domain names or IP addresses. 521 be case-insensitive.) Host A's name domain-matches host B's if 527 x.y.com domain-matches .Y.com but not Y.com.) 529 Note that domain-match is not a commutative operation: a.b.c.com 530 domain-matches .c.com, but not the reverse [all...] |
/external/chromium_org/components/policy/core/common/ |
schema_registry.cc | 33 RegisterComponents(ns.domain, map); 36 void SchemaRegistry::RegisterComponents(PolicyDomain domain, 46 map[domain][it->first] = it->second; 54 if (map[ns.domain].erase(ns.component_id) != 0) { 70 void SchemaRegistry::SetReady(PolicyDomain domain) { 71 if (domains_ready_[domain]) 73 domains_ready_[domain] = true; 121 PolicyDomain domain, 126 map[domain][it->first] = it->second; 134 if (map[ns.domain].erase(ns.component_id) != 0) [all...] |
/external/chromium_org/chrome/browser/ |
internal_auth.cc | 89 bool IsDomainSane(const std::string& domain) { 90 return !domain.empty() && 91 domain.size() <= kStringLengthLimit && 92 base::IsStringUTF8(domain) && 93 domain.find_first_of(kItemSeparator) == std::string::npos; 142 void CreatePassport(const std::string& domain, 149 DCHECK(IsDomainSane(domain)); 156 blob = domain + kItemSeparator; 200 const std::string& domain, 203 int64 tick = PreVerifyPassport(passport, domain, current_tick) [all...] |
internal_auth.h | 22 const std::string& domain, 62 const std::string& domain,
|
/external/chromium_org/chrome/browser/browsing_data/ |
mock_browsing_data_flash_lso_helper.cc | 30 const std::string& domain) { 31 domains_.push_back(domain);
|