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

<<11121314151617181920>>

  /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/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...]
dnssd_clientlib.c 107 const char *const domain
115 const char *d = domain;
118 if (len < 6 || !domain || !domain[0]) return kDNSServiceErr_BadParam;
150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
  /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 71 final String domain = getDomain(); local
72 if (domain == null) {
81 final HttpPost post = makePost("https://" + domain + AUTO_DISCOVER_PAGE, entity,
83 final EasResponse resp = getResponse(post, domain);
121 // This happens when the domain is malformatted.
122 // TODO: Fix sanitizing of the domain -- we try to in UI but apparently not correctly.
123 LogUtils.e(TAG, "ISE with domain: %s", domain);
129 * Get the domain of our account.
130 * @return The domain of the email address
    [all...]
  /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 446 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
447 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
448 * Users of the cache must obtain a domain via GenerateDomain().
452 typedef uint8_t Domain;
468 * Initialize the cache ID to a domain and key.
470 GrCacheID(Domain domain, const Key& key) {
471 SkASSERT(kInvalid_Domain != domain);
472 this->reset(domain, key);
475 void reset(Domain domain, const Key& key)
    [all...]
  /external/skia/include/gpu/
GrTypes.h 446 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
447 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
448 * Users of the cache must obtain a domain via GenerateDomain().
452 typedef uint8_t Domain;
468 * Initialize the cache ID to a domain and key.
470 GrCacheID(Domain domain, const Key& key) {
471 SkASSERT(kInvalid_Domain != domain);
472 this->reset(domain, key);
475 void reset(Domain domain, const Key& key)
    [all...]
  /external/chromium/net/base/
cookie_monster.cc 103 // The RFC says the sort order for the domain attribute is undefined.
129 // Two cookies are considered equivalent if they have the same domain,
133 CookieSignature(const std::string& name, const std::string& domain,
136 domain(domain),
144 // Name compare dominates, then domain, then path.
149 diff = domain.compare(cs.domain);
157 std::string domain; member in struct:net::__anon2632::CookieSignature
174 // Determine the actual cookie domain based on the domain string passe
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
148 struct nouveau_bo *dst, unsigned offset, unsigned domain,
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
303 tx->rect[1].domain = NOUVEAU_BO_GART;
385 struct nouveau_bo *bo, unsigned domain,
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
148 struct nouveau_bo *dst, unsigned offset, unsigned domain,
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
303 tx->rect[1].domain = NOUVEAU_BO_GART;
385 struct nouveau_bo *bo, unsigned domain,
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
  /system/netd/
MDnsSdListener.cpp 62 const char *domain,
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
82 domain, &MDnsSdListenerDiscoverCallback, context);
112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d",
118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d",
156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) {
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback,
191 const char *domain, void *inContext) {
212 const char *domain) {
428 char *domain = NULL; \/\/ will use default local
447 char *domain = argv[5]; local
    [all...]

Completed in 758 milliseconds

<<11121314151617181920>>