HomeSort by relevance Sort by last modified time
    Searched defs:domain (Results 101 - 125 of 344) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 82 "enterprise.domain";
197 std::string domain = gaia::ExtractDomainName(user); local
199 (!registration_domain_.empty() && domain == registration_domain_) ?
259 std::string domain = gaia::ExtractDomainName(registration_user); local
265 domain) ||
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 66 scoped_ptr<std::string> domain; member in struct:extension_web_request_api_helpers::ResponseCookie
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 216 const char* domain = autofillable ? "example" : "blacklisted"; local
218 std::string realm = base::StringPrintf("http://%zu.%s.com", i, domain);
220 i, domain);
222 i, domain);
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.h 38 const std::string& domain,
230 LocalDomainResolverImpl(const std::string& domain,
238 const std::string& domain() { return domain_; } function in class:local_discovery::LocalDomainResolverImpl
  /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/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 304 uint64 id, const std::string& domain,
308 base::Unretained(this), id, domain, address_family));
385 const std::string& domain,
387 VLOG(1) << "ResolveLocalDomain, id=" << id << ", domain=" << domain; local
393 domain, address_family,
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.cc 312 // If no owning_domain_ supplied, try extracting the domain from the policy
315 std::string domain = owning_domain_.empty() ? local
317 if (domain.empty()) {
318 LOG(ERROR) << "Policy does not contain a domain";
321 signed_data.set_domain(domain);
332 std::string domain; local
334 domain = gaia::ExtractDomainName(
338 return domain;
component_cloud_policy_store.cc 32 PolicyDomain domain; member in struct:policy::__anon11109::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/net/base/
sdch_manager.cc 43 const std::string& domain,
50 domain_(domain),
62 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
65 1. The server's effective host name domain-matches the Domain attribute of
93 bool SdchManager::Dictionary::CanSet(const std::string& domain,
100 1. The dictionary has no Domain attribute.
102 not domain-match the Domain attribute.
103 3. The Domain attribute is a top level domain
392 std::string domain, path; local
    [all...]
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 52 const base::string16& domain,
61 identity.Domain =
62 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str()));
63 identity.DomainLength = domain.size();
295 base::string16 domain; local
297 SplitDomainAndUser(credentials->username(), &domain, &user);
298 rv = AcquireExplicitCredentials(library_, security_package_, domain,
392 base::string16* domain,
394 // |combined| may be in the form "user" or "DOMAIN\user".
396 // TODO(cbentzel): I believe user@domain is also a valid form
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp 49 "[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?" // domain part
52 // RFC5321 says the maximum total length of a domain name is 255 octets.
125 static bool checkValidDotUsage(const String& domain)
127 if (domain.isEmpty())
129 if (domain[0] == '.' || domain[domain.length() - 1] == '.')
131 return domain.find("..") == kNotFound;
215 String domain = invalidAddress.substring(atIndex + 1); local
218 if (domain.isEmpty()
    [all...]
  /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/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/kernel-headers/original/uapi/linux/
cciss_ioctl.h 15 unsigned short domain; member in struct:_cciss_pci_info_struct
  /external/libxml2/
error.c 249 int domain; local
266 domain = err->domain;
289 else if ((line != 0) && (domain == XML_FROM_PARSER))
296 ((domain == XML_FROM_PARSER) || (domain == XML_FROM_SCHEMASV)||
297 (domain == XML_FROM_SCHEMASP)||(domain == XML_FROM_DTD) ||
298 (domain == XML_FROM_RELAXNGP)||(domain == XML_FROM_RELAXNGV))
    [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;
  /external/ppp/pppd/plugins/
winbind.c 251 const char *domain,
337 if (domain) {
338 char *b64_domain = base64_encode(domain);
339 fprintf(pipe_in, "NT-Domain:: %s\n", b64_domain);
525 char *domain; local
534 /* remove domain from "domain\username" */
542 /* remove domain from "domain\username" */
545 domain = domainname
    [all...]
  /external/stressapptest/src/
os.h 33 int32 domain; member in struct:PCIDevice
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 341 int domain = PF_INET6; local
344 int domain = PF_INET; local
357 priv->sock = socket(domain, SOCK_DGRAM, 0);
  /frameworks/wilhelm/src/
data.h 104 XAuint32 domain; member in struct:__anon39128
  /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);
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_private.h 115 uint32_t domain; member in struct:nouveau_bo_priv
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.c 610 int domain, bus, dev, func; local
615 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func);
620 domain, bus, dev, func);
639 domain, bus, dev, func);
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 62 * by a space, followed by the calendar email address. The domain is sometimes
87 String domain = null; local
89 // Drop the special one character domain
94 domain = "gmail.com";
97 domain = "group.calendar.google.com";
100 domain = "holiday.calendar.google.com";
103 domain = "import.calendar.google.com";
106 domain = "group.v.calendar.google.com";
109 Log.wtf(TAG, "Unexpected one letter domain: "
113 domain = "%"
    [all...]

Completed in 1091 milliseconds

1 2 3 45 6 7 8 91011>>