HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 476 - 500 of 908) sorted by null

<<11121314151617181920>>

  /external/chromium/net/base/
transport_security_state.cc 60 state_copy.domain.clear();
116 result->domain = DNSDomainToString(
119 // If we matched the domain exactly, it doesn't matter what the value of
576 out->domain = DNSDomainToString(host_sub_chunk);
580 out->domain = DNSDomainToString(host_sub_chunk);
650 LOG(ERROR) << "Rejecting public key chain for domain " << domain
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 365 // NOTE: It is common for the domain and workstation fields to be empty.
372 // 16 : supplied domain security buffer (empty)
454 static int GenerateType3Msg(const string16& domain,
489 // Get domain name.
493 ucs_domain_buf = domain;
499 domain_ptr = domain.data();
500 domain_len = domain.length() * 2;
503 oem_domain_buf = base::SysWideToNativeMB(UTF16ToWide(domain));
612 // 28 : domain name sec buf
http_auth_sspi_win.h 177 // Splits |combined| into domain and username.
178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user|
180 // If |combined| is of form "bar", |domain| will be empty and |user| will
182 // |domain| and |user| must be non-NULL.
184 string16* domain,
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 103 static bool IsHostInDomain(const std::string& host, const std::string& domain) {
104 return (EndsWith(host, domain, false) &&
105 (host.length() == domain.length() ||
106 (host.length() > domain.length() &&
107 host[host.length() - domain.length() - 1] == '.')));
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 352 // NOTE: It is common for the domain and workstation fields to be empty.
359 // 16 : supplied domain security buffer (empty)
441 static int GenerateType3Msg(const base::string16& domain,
476 // Get domain name.
480 ucs_domain_buf = domain;
486 domain_ptr = domain.data();
487 domain_len = domain.length() * 2;
490 oem_domain_buf = base::SysWideToNativeMB(UTF16ToWide(domain));
599 // 28 : domain name sec buf
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 67 * If the domain is well-known, the account is configured fully and checked immediately
70 * If the domain is not known, or the user selects Manual setup, we invoke the
537 final String domain = emailParts[1].trim(); local
538 mProvider = AccountSettingsUtils.findProviderForDomain(this, domain);
567 final String domain = emailParts[1].trim(); local
582 recvAuth.setConnection(null, domain, HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE);
586 sendAuth.setConnection(null, domain, HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE);
  /external/chromium_org/components/policy/core/common/
policy_loader_win_unittest.cc 417 for (base::DictionaryValue::Iterator domain(*policies);
418 !domain.IsAtEnd(); domain.Advance()) {
420 if (!domain.value().GetAsDictionary(&components)) {
427 UTF8ToUTF16(domain.key()) + kPathSep +
518 for (base::DictionaryValue::Iterator domain(*policies);
519 !domain.IsAtEnd(); domain.Advance()) {
521 if (!domain.value().GetAsDictionary(&components)) {
525 const 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/chrome/browser/google/
google_url_tracker_unittest.cc 113 const std::string& domain);
186 const std::string& domain) {
192 200, ResponseCookies(), domain);
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 401 CFStringRef domain = CFBundleGetIdentifier(CFBundleGetMainBundle()); local
402 if (key != NULL && domain != NULL) {
405 CFPreferencesGetAppBooleanValue(key, domain, &exists_and_is_valid);
  /external/chromium_org/chrome/browser/ui/webui/help/
help_handler.cc 106 // domain only if the policy value is "domain".
110 // Get the currently logged in user and strip the domain part only.
111 std::string domain = "";
115 domain = user.substr(user.find('@') + 1);
116 return domain == g_browser_process->browser_policy_connector()->
  /external/chromium_org/net/cookies/
cookie_monster.h 56 // loading of cookies for a specfic domain key(eTLD+1). In the former case, the
60 // loads cookies for the specified domain key(eTLD+1) on DB thread.
65 // - Verify that our domain enforcement and non-dotted handling is correct
72 // * The 'top level domain' (TLD) of an internet domain name is
75 // * The 'effective top level domain' (eTLD) is the longest
76 // "." initiated terminal substring of an internet domain name
77 // that is controlled by a general domain registrar.
79 // * The 'effective top level domain plus one' (eTLD+1) is the
81 // 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...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 82 HostAuthColumns.PASSWORD, HostAuthColumns.DOMAIN, HostAuthColumns.CLIENT_CERT_ALIAS
195 values.put(HostAuthColumns.DOMAIN, mDomain);
388 * "eas+ssl+trustallcerts://user:password@server/domain:123"
397 String domain = null; local
400 domain = path.substring(1);
402 auth.mDomain = domain;
  /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...]
  /bionic/libc/kernel/arch-arm/asm/
uaccess.h 25 #include <asm/domain.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
uaccess.h 18 #include <asm/domain.h>
  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 235 const char* domain = autofillable ? "example" : "blacklisted"; local
237 std::string realm = StringPrintf("http://%zu.%s.com", i, domain);
238 std::string origin = StringPrintf("http://%zu.%s.com/origin", i, domain);
239 std::string action = StringPrintf("http://%zu.%s.com/action", i, domain);
  /external/chromium/chrome/common/
service_process_util_unittest.cc 298 virtual bool RestartJob(Domain domain,
308 Domain domain,
316 virtual bool WritePlistToFile(Domain domain,
324 virtual bool DeletePlist(Domain domain,
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.h 83 //! Sets an alternate domain from which we allows TLS certificates.
86 //! domain.
205 void StartTls(const std::string & domain);
xmpptask.cc 148 // It is legal for the server to identify itself with "domain" or
149 // "myself@domain"
151 return (from == Jid(me.domain())) || (from == me.BareJid());
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 209 .entry .domain {
230 .site-domain-wrapper {
  /external/chromium_org/chrome/common/
content_settings_pattern.cc 32 // Returns true if |sub_domain| is a sub domain or equls |domain|. E.g.
33 // "mail.google.com" is a sub domain of "google.com" but "evilhost.com" is not a
36 const std::string& domain) {
37 // The empty string serves as wildcard. Each domain is a subdomain of the
39 if (domain.empty())
41 const size_t match = sub_domain.rfind(domain);
44 (match + domain.length() != sub_domain.length())) {
50 // Compares two domain names.
62 // domain names are stored in puny code. So it's fine to use the compar
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/
math_map.js 55 * Array of domain names.
58 this.allDomains = cstrValues.domain;

Completed in 781 milliseconds

<<11121314151617181920>>