Searched refs:domain (Results 176 - 200 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libxml/src/
H A Derror.c249 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 fo
441 __xmlRaiseError(xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...) argument
642 __xmlSimpleError(int domain, int code, xmlNodePtr node, const char *msg, const char *extra) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c30 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, argument
246 cache->domain = domain;
/external/guava/guava/src/com/google/common/net/
H A DInternetDomainName.java37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * internationalized domain names</a> such as {@code 网络.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain nam
200 fromLenient(String domain) argument
224 from(String domain) argument
542 matchesWildcardPublicSuffix(String domain) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c30 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, argument
246 cache->domain = domain;
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc33 PolicyDomain domain,
35 return schema_map->GetSchema(PolicyNamespace(domain, component_id)) == NULL;
39 if (!ComponentCloudPolicyStore::GetPolicyDomain(key.first, &ns->domain))
190 for (DomainMap::const_iterator domain = domains.begin();
191 domain != domains.end(); ++domain) {
192 store_.Purge(domain->first,
193 base::Bind(&NotInSchemaMap, schema_map, domain->first));
264 bool ComponentCloudPolicyService::SupportsDomain(PolicyDomain domain) { argument
265 return ComponentCloudPolicyStore::SupportsDomain(domain);
32 NotInSchemaMap(const scoped_refptr<SchemaMap> schema_map, PolicyDomain domain, const std::string& component_id) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DResourceCacheTest.cpp111 GrCacheID::Domain domain = GrCacheID::GenerateDomain(); local
116 GrResourceKey key(GrCacheID(domain, keyData), t, 0);
146 GrCacheID::Domain domain = GrCacheID::GenerateDomain(); local
152 GrResourceKey key(GrCacheID(domain, keyData), t, 0);
192 GrCacheID::Domain domain = GrCacheID::GenerateDomain(); local
198 GrResourceKey key1(GrCacheID(domain, key1Data), t, 0);
203 GrResourceKey key2(GrCacheID(domain, key2Data), t, 0);
/external/skia/tests/
H A DResourceCacheTest.cpp109 GrCacheID::Domain domain = GrCacheID::GenerateDomain(); local
114 GrResourceKey key(GrCacheID(domain, keyData), t, 0);
144 GrCacheID::Domain domain = GrCacheID::GenerateDomain(); local
150 GrResourceKey key(GrCacheID(domain, keyData), t, 0);
190 GrCacheID::Domain domain = GrCacheID::GenerateDomain(); local
196 GrResourceKey key1(GrCacheID(domain, key1Data), t, 0);
201 GrResourceKey key2(GrCacheID(domain, key2Data), t, 0);
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c104 Test whether a domain name is local.
135 lookup for AF_INET. Output is in .in-addr.arpa domain.
158 lookup for AF_INET6. Output is in .ip6.arpa domain.
181 Compare whether the given dns name has the given domain suffix.
183 domain is ignored for the purposes of the comparison.
193 cmp_dns_suffix (const char * name, const char * domain);
321 A return of 0 implies the empty domain.
352 Test whether a domain name is in a domain covered by nss_mdns.
355 if the unqualified prefix happens to match a domain suffi
1713 char * domain; member in struct:domain_entry
2076 add_domain(config_t * conf, const char * domain) argument
2110 contains_domain(const config_t * conf, const char * domain) argument
2471 cmp_dns_suffix(const char * name, const char * domain) argument
[all...]
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector.cc65 // Returns true if |domain| matches the regex |pattern|.
66 bool MatchDomain(const base::string16& domain, const base::string16& pattern, argument
73 // just return that the pattern doesn't match the domain. This is safe
77 DLOG(ERROR) << "Possible invalid domain pattern: " << pattern
87 icu::UnicodeString icu_input(domain.data(), domain.length());
225 const base::string16 domain = base::UTF8ToUTF16( local
229 if (MatchDomain(domain, pattern, i))
H A Dmanaged_bookmarks_tracker.cc89 std::string domain = get_management_domain_callback_.Run(); local
90 if (domain.empty()) {
95 IDS_BOOKMARK_BAR_MANAGED_FOLDER_DOMAIN_NAME, base::UTF8ToUTF16(domain));
/external/chromium_org/net/base/
H A Dsdch_manager.h202 const std::string& domain,
217 static bool CanSet(const std::string& domain, const std::string& path,
276 // Briefly prevent further advertising of SDCH on this domain (if SDCH is
280 // Used when filter errors are found from a given domain, but it is plausible
285 // Used when SEVERE filter errors are found from a given domain, to prevent
286 // further use of SDCH on that domain.
293 // Unit test only, this function resets the blacklisting count for a domain.
294 void ClearDomainBlacklisting(const std::string& domain);
296 // Unit test only: indicate how many more times a domain will be blacklisted.
297 int BlackListDomainCount(const std::string& domain);
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_util.cc43 // If no domain was specified in the domain string, default to a host cookie.
44 // We match IE/Firefox in allowing a domain=IPADDR if it matches the url
53 // Get the normalized domain specified in cookie line.
61 // Ensure |url| and |cookie_domain| have the same domain+registry.
66 return false; // IP addresses/intranet hosts can't set domain cookies.
70 return false; // Can't set a cookie on a different domain + registry.
73 // we know the domain+registry are the same from the above checks, this is
204 GURL CookieOriginToURL(const std::string& domain, bool is_https) { argument
205 if (domain
[all...]
/external/javassist/src/main/javassist/
H A DLoader.java140 private ProtectionDomain domain; field in class:Loader
188 domain = null;
208 * Sets the protection domain for the classes handled by this class
209 * loader. Without registering an appropriate protection domain,
214 domain = d;
378 if (domain == null)
381 return defineClass(name, classfile, 0, classfile.length, domain);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java187 * Returns domain attribute of the cookie.
189 * @return the value of the domain attribute
198 * Sets the domain attribute.
200 * @param domain The value of the domain attribute
204 public void setDomain(String domain) { argument
205 if (domain != null) {
206 cookieDomain = domain.toLowerCase(Locale.ENGLISH);
339 buffer.append("[domain: ");
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_provider.cc99 PolicyDomain domain) const {
100 if (domain == POLICY_DOMAIN_CHROME)
102 if (ComponentCloudPolicyService::SupportsDomain(domain) &&
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h162 - (NSString*)domain;
192 - (id)initWithDatabase:(const std::string&)domain
203 - (id)initWithLocalStorage:(const std::string&)domain
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_mac.cc103 PolicyDomain domain,
109 const ComponentMap* components = schema_map()->GetComponents(domain);
118 bundle->Get(PolicyNamespace(domain, it->first)).Swap(&policy);
102 LoadPolicyForDomain( PolicyDomain domain, const std::string& domain_name, PolicyBundle* bundle) argument
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java128 * This method uses a default protection domain for the class
142 * @param domain if it is null, a default domain is used.
145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) argument
152 if (domain == null) {
160 new Integer(b.length), domain };
/external/jmdns/src/javax/jmdns/impl/
H A DDNSIncoming.java32 // It is sending out target strings that don't follow the "domain name" format.
138 logger1.severe("bad domain name: possible circular name detected. Bad offset: 0x" + Integer.toHexString(index) + " at 0x" + Integer.toHexString(pos - 2));
271 String domain = _messageInputStream.readName();
279 return DNSQuestion.newQuestion(domain, type, recordClass, unique);
283 String domain = _messageInputStream.readName();
286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true));
291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true));
300 rec = new DNSRecord.IPv4Address(domain, recordClas
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DUrlTextExample.java45 * Uses a custom event receiver to emit the domain of a link or inline image
50 /** An event receiver that emits the domain of a link or image after it. */
83 String domain = domainOf(url);
84 if (domain != null) {
85 trailingText = " - " + domain;
140 // The domain appender forwards events to the HTML renderer,
162 * The domain (actually authority component) of an HTML5 URL.
/external/smack/src/org/xbill/DNS/spi/
H A DDNSJavaNameService.java40 private static final String domainProperty = "sun.net.spi.nameservice.domain";
50 * <b>sun.net.spi.nameservice.domain</b>, and
56 String domain = System.getProperty(domainProperty);
75 if (domain != null) {
77 Lookup.setDefaultSearchPath(new String[] {domain});
/external/apache-http/src/org/apache/http/auth/
H A DNTCredentials.java66 * @param usernamePassword the domain/username:password formed string
97 * @param userName The user name. This should not include the domain to authenticate with.
102 * @param domain The domain to authenticate within.
108 final String domain) {
113 this.principal = new NTUserPrincipal(domain, userName);
137 * @return String the domain these credentials are intended to authenticate with.
104 NTCredentials( final String userName, final String password, final String workstation, final String domain) argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_client_utility.cc38 const std::string& domain,
42 return host_client_->CreateLocalDomainResolver(domain, address_family,
37 CreateLocalDomainResolver( const std::string& domain, net::AddressFamily address_family, const LocalDomainResolver::IPAddressCallback& callback) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dmath_shifter.js151 cvox.TraverseMath.getInstance().domain,
161 * The active domain of the MathShifter.
166 return cvox.TraverseMath.getInstance().domain;
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.h67 void OnResolveLocalDomain(uint64 id, const std::string& domain,
78 void ResolveLocalDomain(uint64 id, const std::string& domain,

Completed in 618 milliseconds

1234567891011>>