HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 276 - 300 of 883) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager.h 51 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.h 36 void SetCookie(const std::string& domain,
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.h 121 // Create a resolver for local domain, both ipv4 or ipv6.
123 const std::string& domain,
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 116 // Given a URL, checks whether the domain is different from the domain of
117 // the current frame's URL. If so, stores the domain in |domain| and returns
119 bool IsExternalDomain(const GURL& url, std::string* domain) const;
  /external/chromium_org/content/browser/devtools/
devtools_browser_target.h 42 void RegisterDomainHandler(const std::string& domain,
  /external/chromium_org/jingle/notifier/base/
notifier_options_util.cc 25 xmpp_client_settings.set_host(jid.domain());
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 19 "to make a cross-domain XMLHttpRequest. Where " +
28 var str = "<p>This test tries to make a cross-domain XMLHttpRequest to " +
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseAgent.h 72 void didOpenDatabase(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
navigatorView.css 30 .navigator-domain-tree-item .icon {
31 content: url(Images/domain.png);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_context.h 27 struct nouveau_bo *, unsigned domain,
  /external/chromium_org/third_party/mongoose/
mongoose.h 149 const char *domain,
  /external/dnsmasq/src/
forward.c 114 unsigned short qtype, char *qdomain, int *type, char **domain)
117 /* If the query ends in the domain in one of our servers, set
118 domain to point to that name. We find the largest match to allow both
119 domain.org and sub.domain.org to exist. */
127 /* domain matches take priority over NODOTS matches */
152 unsigned int domainlen = strlen(serv->domain);
155 hostname_isequal(matchstart, serv->domain) &&
157 (domainlen == 0 || namelen == domainlen || *(serv->domain) == '.' || *(matchstart-1) == '.' ))
161 *domain = serv->domain
208 char *domain = NULL; local
780 char *domain = NULL; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 110 // Domain Enumeration
214 const char *domain, /* may be NULL */
240 if (!MakeDomainNameFromDNSNameString(&d, (domain && *domain) ? domain : "local.")) { errormsg = "Bad Domain"; goto badparam; }
262 &x->name, &t, &d, // Name, type, domain
277 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err);
358 domainname type, domain; local
368 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain))
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 27 struct nouveau_bo *, unsigned domain,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 8 * and are considered to be in the public domain. As a result, a formal
820 "sip:3Zqkv5dajqaaas0tCjCxT0xH2ZEuEMsFl0xoasip%3A%2B3519116786244%40siplab.domain.com@213.0.115.163:7070"};
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 180 @Override public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException {
181 return tagSocket(os.socket(domain, type, protocol));
184 @Override public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException {
185 os.socketpair(domain, type, protocol, fd1, fd2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 28 ("domain", cookie.domain)]
106 "port", "path", "domain",
147 domain = h("domain")
148 domain_specified = domain.startswith(".")
151 domain, domain_specified, h("domain_dot"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 28 ("domain", cookie.domain)]
106 "port", "path", "domain",
147 domain = h("domain")
148 domain_specified = domain.startswith(".")
151 domain, domain_specified, h("domain_dot"),
  /packages/apps/Exchange/src/com/android/exchange/service/
EasAutoDiscover.java 70 final String domain = getDomain(); local
71 if (domain == null) {
80 final HttpPost post = makePost("https://" + domain + AUTO_DISCOVER_PAGE, entity,
82 final EasResponse resp = getResponse(post, domain);
120 // This happens when the domain is malformatted.
121 // TODO: Fix sanitizing of the domain -- we try to in UI but apparently not correctly.
122 LogUtils.e(TAG, "ISE with domain: %s", domain);
128 * Get the domain of our account.
129 * @return The domain of the email address
    [all...]
  /external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc 376 // Returns true if |domain| matches the regex |pattern|.
377 bool MatchDomain(const string16& domain, const string16& pattern) {
381 DCHECK(U_SUCCESS(status)) << "Invalid domain pattern: " << pattern;
382 icu::UnicodeString icu_input(domain.data(), domain.length());
416 const string16 domain = local
420 if (MatchDomain(domain, pattern))
  /external/chromium_org/net/cookies/
canonical_cookie.cc 65 // Determine the cookie domain to use for setting the specified cookie.
71 domain_string = pc.Domain();
114 const std::string& domain, const std::string& path,
121 domain_(domain),
144 // Do the best we can with the domain.
148 domain_string = pc.Domain();
252 const std::string& domain,
268 std::string parsed_domain = ParsedCookie::ParseValueString(domain);
269 if (parsed_domain != domain)
336 // Can domain match in two ways; as a domain cookie (where the cooki
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 450 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
451 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
452 * Users of the cache must obtain a domain via GenerateDomain().
456 typedef uint8_t Domain;
472 * Initialize the cache ID to a domain and key.
474 GrCacheID(Domain domain, const Key& key) {
475 GrAssert(kInvalid_Domain != domain);
476 this->reset(domain, key);
479 void reset(Domain domain, const Key& key)
    [all...]

Completed in 2154 milliseconds

<<11121314151617181920>>