/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_dom_feature_extractor_browsertest.cc | 269 // The PhishingDOMFeatureExtractor depends on URLs being domains and not IPs, 314 // The PhishingDOMFeatureExtractor depends on URLs being domains and not IPs, 359 // Form action domains are compared to the URL of the document they're in,
|
/external/chromium_org/third_party/libevent/ |
evdns.h | 107 * supports searching. This involves setting a list of default domains, in 420 Clear the list of search domains. 426 Add a domain to the list of search domains
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.h | 790 return ctx->ws->cs_add_reloc(ctx->cs, rbo->cs_buf, usage, rbo->domains) * 4; 909 if (rr->domains & RADEON_DOMAIN_GTT) { 912 if (rr->domains & RADEON_DOMAIN_VRAM) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
/external/dnsmasq/ |
CHANGELOG | 257 re-worked to support multiple domains (see below). 259 Support DHCP clients in multiple DNS domains. This is a 269 long as they are in different domains.
|
/external/guava/guava/src/com/google/common/net/ |
InternetDomainName.java | 48 * this test is no longer accurate. There are many domains which are both public 51 * is {@link #hasPublicSuffix()}. This will return {@code true} for many domains 175 // Excluded domains (e.g. !nhs.uk) use the next highest
|
/external/llvm/docs/tutorial/ |
LangImpl8.rst | 86 - **unusual domains** - We've been talking about applying LLVM to a 88 specific language. However, there are many other domains that can use 161 you can have portable code. This can make sense for specialized domains
|
OCamlLangImpl8.rst | 86 - **unusual domains** - We've been talking about applying LLVM to a 88 specific language. However, there are many other domains that can use 161 you can have portable code. This can make sense for specialized domains
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 790 return ctx->ws->cs_add_reloc(ctx->cs, rbo->cs_buf, usage, rbo->domains) * 4; 909 if (rr->domains & RADEON_DOMAIN_GTT) { 912 if (rr->domains & RADEON_DOMAIN_VRAM) {
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
/frameworks/base/core/java/android/net/ |
LinkProperties.java | 224 public void setDomains(String domains) { 225 mDomains = domains; 358 String domainName = "Domains: " + mDomains;
|
/external/chromium_org/chrome_frame/ |
CFInstance.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AuditRules.js | 236 summary.value = "The following domains only serve one resource each. If possible, avoid the extra DNS lookups by serving these resources from existing domains."; [all...] |
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | [all...] |
/external/strace/ |
net.c | 122 static const struct xlat domains[] = { variable in typeref:struct:xlat [all...] |
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 217 * BrowseDomains enumerates domains recommended for browsing, RegistrationDomains 218 * enumerates domains recommended for registration. 549 * portion is also escaped, though most domains in use on the public Internet 551 * As DNS-SD becomes more popular, rich-text domains for service discovery will 552 * become common, so software should be written to cope with domains with escaping. [all...] |
/external/chromium_org/net/cookies/ |
cookie_store_unittest.h | 49 // // and the "com" domains. 52 // // The cookie store handles the domains with trailing dots (such as "com.") 294 // FireFox recognizes domains containing trailing periods as valid. 306 // Test that cookies can bet set on higher level domains. 326 // Check that the same cookie can exist on different sub-domains. 358 // Completely invalid domains: 413 { // Even when the domains match exactly, don't consider it host cookie. [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspector.py | 1607 def domains(self): member in class:TypeMap [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 1721 domain_entry_t * domains; member in struct:__anon22733 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | 554 For accepting/blocking domains. 562 """For blocking/accepting domains. 882 """Return the sequence of blocked domains (as a tuple).""" 885 """Set the sequence of blocked domains.""" 895 """Return None, or the sequence of allowed domains (as a tuple).""" 898 """Set the sequence of allowed domains, or None.""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 554 For accepting/blocking domains. 562 """For blocking/accepting domains. 882 """Return the sequence of blocked domains (as a tuple).""" 885 """Set the sequence of blocked domains.""" 895 """Return None, or the sequence of allowed domains (as a tuple).""" 898 """Set the sequence of allowed domains, or None.""" [all...] |
/external/apache-http/src/org/apache/http/conn/ssl/ |
AbstractVerifier.java | 64 * This contains a list of 2nd-level domains that aren't allowed to
|
/external/chromium/chrome/browser/history/ |
visitsegment_database.cc | 116 // domains service.
|
/external/chromium/chrome/common/extensions/docs/ |
faq.html | 361 <li><a href="#faq-dev-16">Why do wildcard matches not work for top level domains (TLDs)?</a></li> 631 <h3 id="faq-dev-16">Why do wildcard matches not work for top level domains 637 complexity of actually restricting such a match to only the desired domains. 640 For the example of <code>http://google.*/*</code>, the Google domains would [all...] |