Searched defs:domain (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/components/url_fixer/
H A Durl_fixer.cc196 // Checks |domain| to see if a valid TLD is already present. If not, appends
197 // |desired_tld| to the domain, and prepends "www." unless it's already present.
198 void AddDesiredTLD(const std::string& desired_tld, std::string* domain) { argument
199 if (desired_tld.empty() || domain->empty())
213 *domain,
219 // Add the suffix at the end of the domain.
220 const size_t domain_length(domain->length());
223 if ((*domain)[domain_length - 1] != '.')
224 domain->push_back('.');
225 domain
[all...]
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc159 const std::string& domain,
163 net::CanonicalCookie(GURL(), name, value, domain, path, creation,
263 // Test that priority load of cookies for a specfic domain key could be
157 AddCookie(const std::string& name, const std::string& value, const std::string& domain, const std::string& path, const base::Time& creation) argument
/external/chromium_org/net/base/
H A Dsdch_manager.cc69 const std::string& domain,
76 domain_(domain),
88 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
91 1. The server's effective host name domain-matches the Domain attribute of
120 bool SdchManager::Dictionary::CanSet(const std::string& domain, argument
129 not domain-match the Domain attribute.
130 3. The Domain attribute is a top level domain.
131 4. The referer URL host is a host domain name (not IP address) and has the
142 if (domain.empty()) {
147 domain,
65 Dictionary(const std::string& dictionary_text, size_t offset, const std::string& client_hash, const GURL& gurl, const std::string& domain, const std::string& path, const base::Time& expiration, const std::set<int>& ports) argument
331 ClearDomainBlacklisting(const std::string& domain) argument
338 BlackListDomainCount(const std::string& domain) argument
346 BlacklistDomainExponential(const std::string& domain) argument
518 std::string domain, path; local
[all...]
/external/chromium_org/net/cert/
H A Dx509_util_openssl.cc266 const std::string& domain,
286 !ASN1_STRING_set(domain_ia5.get(), domain.data(), domain.size()))
263 CreateChannelIDEC( crypto::ECPrivateKey* key, DigestAlgorithm alg, const std::string& domain, uint32 serial_number, base::Time not_valid_before, base::Time not_valid_after, std::string* der_cert) argument
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc53 const char kDomainTokenName[] = "domain";
210 bool ParsedCookie::SetDomain(const std::string& domain) { argument
211 return SetString(&domain_index_, kDomainTokenName, domain);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.cpp218 void InspectorDatabaseAgent::didOpenDatabase(PassRefPtrWillBeRawPtr<Database> database, const String& domain, const String& name, const String& version) argument
225 RefPtrWillBeRawPtr<InspectorDatabaseResource> resource = InspectorDatabaseResource::create(database, domain, name, version);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc140 // domain to be used. We do the same for gmail.com and googlemail.com as the
141 // returned CN matches the account domain in those cases.
414 void XmppClient::Private::StartTls(const std::string& domain) { argument
416 socket_->StartTls(domain);
H A Dxmppengineimpl.cc407 void XmppEngineImpl::StartTls(const std::string& domain) { argument
409 // As substitute for the real (login jid's) domain, we permit
414 tls_server_domain_.empty() ? domain : tls_server_domain_);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c25 struct nv04_resource *buf, unsigned domain)
32 if (domain == NOUVEAU_BO_VRAM) {
38 if (domain == NOUVEAU_BO_GART) {
44 if (domain != NOUVEAU_BO_GART) {
51 buf->domain = domain;
74 buf->domain = 0;
79 struct nv04_resource *buf, unsigned domain)
83 return nouveau_buffer_allocate(screen, buf, domain);
112 assert(buf->domain
24 nouveau_buffer_allocate(struct nouveau_screen *screen, struct nv04_resource *buf, unsigned domain) argument
78 nouveau_buffer_reallocate(struct nouveau_screen *screen, struct nv04_resource *buf, unsigned domain) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_transfer.c150 { fp->bo, fp->domain | NOUVEAU_BO_RD },
151 { src->bo, src->domain | NOUVEAU_BO_RD },
284 PUSH_RELOC(push, fp->bo, fp->offset, fp->domain |
387 if (dst->domain != NOUVEAU_BO_VRAM)
402 { src->bo, src->domain | NOUVEAU_BO_RD },
403 { dst->bo, dst->domain | NOUVEAU_BO_WR },
499 { src->bo, src->domain | NOUVEAU_BO_RD },
500 { dst->bo, dst->domain | NOUVEAU_BO_WR },
512 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
513 PUSH_DATA (push, (dst->domain
678 nv30_transfer_push_data(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned offset, unsigned domain, unsigned size, void *data) argument
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc378 string domain; local
379 domain.resize(size);
382 domain[i] = pattern[i % patlen];
386 RE2::FullMatch(domain, re);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp62 const GrTextureDomain& domain = fp.cast<GrMatrixConvolutionEffect>().domain(); local
100 fDomain.sampleTexture(fsBuilder, domain, "c", coord, samplers[0]);
112 fDomain.sampleTexture(fsBuilder, domain, "c", coords2D, samplers[0]);
130 b->add32(GrTextureDomain::GLDomain::DomainKey(m.domain()));
148 fDomain.setData(pdman, conv.domain(), texture.origin());
190 fDomain == s.domain();
/external/javassist/src/main/javassist/
H A DClassPool.java981 * protection domain is not specified.
1021 * protection domain is not specified.
1047 * in <code>java.lang.Class</code>. It returns the domain that the
1057 * @param domain the protection domain for the class.
1058 * If it is null, the default domain created
1064 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain) argument
1071 if (domain == null) {
1079 new Integer(b.length), domain};
/external/kernel-headers/original/uapi/drm/
H A Dnouveau_drm.h42 uint32_t domain; member in struct:drm_nouveau_gem_info
59 uint32_t domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
/external/kernel-headers/original/uapi/linux/
H A Dtipc.h185 __u32 domain; member in struct:sockaddr_tipc::__anon23448::__anon23449
/external/mdnsresponder/mDNSPosix/
H A DResponder.c212 "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...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c25 struct nv04_resource *buf, unsigned domain)
32 if (domain == NOUVEAU_BO_VRAM) {
38 if (domain == NOUVEAU_BO_GART) {
44 if (domain != NOUVEAU_BO_GART) {
51 buf->domain = domain;
74 buf->domain = 0;
79 struct nv04_resource *buf, unsigned domain)
83 return nouveau_buffer_allocate(screen, buf, domain);
112 assert(buf->domain
24 nouveau_buffer_allocate(struct nouveau_screen *screen, struct nv04_resource *buf, unsigned domain) argument
78 nouveau_buffer_reallocate(struct nouveau_screen *screen, struct nv04_resource *buf, unsigned domain) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.c150 { fp->bo, fp->domain | NOUVEAU_BO_RD },
151 { src->bo, src->domain | NOUVEAU_BO_RD },
284 PUSH_RELOC(push, fp->bo, fp->offset, fp->domain |
387 if (dst->domain != NOUVEAU_BO_VRAM)
402 { src->bo, src->domain | NOUVEAU_BO_RD },
403 { dst->bo, dst->domain | NOUVEAU_BO_WR },
499 { src->bo, src->domain | NOUVEAU_BO_RD },
500 { dst->bo, dst->domain | NOUVEAU_BO_WR },
512 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
513 PUSH_DATA (push, (dst->domain
678 nv30_transfer_push_data(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned offset, unsigned domain, unsigned size, void *data) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java8 * and are considered to be in the public domain. As a result, a formal
186 * that a realm string contain a hostname or domain name. Realm strings
367 * Sets the Domain of the WWWAuthenicateHeader to the <var>domain</var>
370 * @param domain -
374 * while parsing the domain.
377 public void setDomain(String domain) throws ParseException { argument
378 if (domain == null)
380 setParameter(ParameterNames.DOMAIN, domain);
/external/regex-re2/re2/testing/
H A Dre2_test.cc371 string domain; local
372 domain.resize(size);
375 domain[i] = pattern[i % patlen];
379 RE2::FullMatch(domain, re);
/external/skia/src/gpu/
H A DGrResourceCache.h92 void init(const GrCacheID::Domain domain, argument
103 memcpy(k + kCacheIDDomainOffset, &domain, sizeof(GrCacheID::Domain));
/external/smack/src/org/xbill/DNS/
H A DName.java9 * A representation of a domain name. It may either be absolute (fully
554 subdomain(Name domain) { argument
556 int dlabels = domain.labels();
560 return equals(domain);
561 return domain.equals(name, offset(labels - dlabels));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java654 // address in sub domain
662 private boolean withinDomain(String testDomain, String domain) argument
664 String tempDomain = domain;
708 // is sub domain
736 // is sub domain or the same
773 // email2 specifies a domain
800 // email1 specifies a domain
816 // email2 specifies a domain
863 // email2 specifies a domain
911 // email2 specifies a domain
[all...]
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc128 // Dictionary is at <domain>/dict, data at <domain>/data.
133 explicit SdchResponseHandler(std::string domain) argument
138 sdch_dictionary_contents_ += domain;
/external/chromium_org/chrome/common/local_discovery/
H A Dservice_discovery_client_impl.cc49 const std::string& domain,
53 domain, address_family, callback, mdns_client_));
506 const std::string& domain,
510 : domain_(domain), address_family_(address_family), callback_(callback),
48 CreateLocalDomainResolver( const std::string& domain, net::AddressFamily address_family, const LocalDomainResolver::IPAddressCallback& callback) argument
505 LocalDomainResolverImpl( const std::string& domain, net::AddressFamily address_family, const IPAddressCallback& callback, net::MDnsClient* mdns_client) argument

Completed in 666 milliseconds

1234567891011>>