/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 9 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt 20 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt 131 f = urlopen('http://data.iana.org/TLD/tlds-alpha-by-domain.txt') 137 for domain in domains: 138 domain = domain.lower() variable 140 if len(domain) > 0: 141 getBucket(buckets, domain[0]).add(domain.strip()) 143 if domain.startswith('xn--') [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
NTLMEngine.java | 45 * Generates a Type1 message given the domain and workstation. 47 * @param domain Optional Windows domain name. Can be <code>null</code>. 54 String domain, 63 * @param domain Windows domain name 72 String domain,
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_cookie_helper_unittest.cc | 42 GURL("http://www.google.com"), "A=2; Domain=.www.google.com ", 53 EXPECT_EQ("www.google.com", it->Domain()); 57 EXPECT_EQ("www.gmail.google.com", it->Domain()); 70 EXPECT_EQ("www.google.com", it->Domain()); 75 EXPECT_EQ(".www.google.com", it->Domain()); 87 EXPECT_EQ("www.gmail.google.com", it->Domain()); 100 EXPECT_EQ("www.google.com", it->Domain()); 114 EXPECT_EQ("www.google.com", it->Domain()); 121 EXPECT_EQ("www.google.com", it->Domain()); 128 EXPECT_EQ(".google.com", it->Domain()); [all...] |
/external/chromium_org/chrome/browser/policy/ |
policy_service_impl.h | 37 virtual void AddObserver(PolicyDomain domain, 39 virtual void RemoveObserver(PolicyDomain domain, 46 PolicyDomain domain) const OVERRIDE; 47 virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE; 80 // Maps each policy domain to its current descriptor. 84 // Maps each policy domain to its observer list. 87 // True if all the providers are initialized for the indexed policy domain.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_terms_of_service.js | 19 * being shown belong to |domain|. 20 * @param {string} domain The domain whose Terms of Service are being shown. 22 setDomain: function(domain) { 24 loadTimeData.getStringF('termsOfServiceScreenHeading', domain); 26 loadTimeData.getStringF('termsOfServiceScreenSubheading', domain); 28 loadTimeData.getStringF('termsOfServiceContentHeading', domain);
|
/libcore/luni/src/main/java/java/security/ |
PolicySpi.java | 42 * @param domain - 43 * the domain to check. 46 * domain. 47 * @return - true if the permission is granted to the domain. 50 protected abstract boolean engineImplies(ProtectionDomain domain, 98 * @param domain - 107 protected PermissionCollection engineGetPermissions(ProtectionDomain domain) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
generate_protocol_externs.py | 100 for domain in json_api: 101 domain_name = domain["domain"] 102 if "types" in domain: 103 for type in domain["types"]: 107 for domain in json_api: 108 domain_name = domain["domain"] 110 if "types" in domain: 111 for type in domain["types"] [all...] |
/external/mdnsresponder/mDNSShared/ |
dns-sd.1 | 26 .Nm Fl R Ar name type domain port Op Ar key=value ... 28 .Nm Fl B Ar type domain 30 .Nm Fl L Ar name type domain 82 .It Nm Fl R Ar name type domain port Op Ar key=value ... 84 .Ar domain 101 .Ar domain 102 is the domain in which to register the service. 103 In current implementations, only the local multicast domain "local" is 105 domain that has a working DNS Update server [RFC 2136]. The 106 .Ar domain [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
GoogleCalendarUriIntentFilter.java | 64 * by a space, followed by the calendar email address. The domain is sometimes 89 String domain = null; local 91 // Drop the special one character domain 96 domain = "gmail.com"; 99 domain = "group.calendar.google.com"; 102 domain = "holiday.calendar.google.com"; 105 domain = "import.calendar.google.com"; 108 domain = "group.v.calendar.google.com"; 111 Log.wtf(TAG, "Unexpected one letter domain: " 115 domain = "%" [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
local_shared_objects_container.cc | 77 // Count all cookies that have the same domain as the provided |origin|. This 79 // to be a third party regarding the domain of the provided |origin|. 80 // E.g. if the origin is "http://foo.com" then all cookies with domain foo.com, 95 std::string cookie_domain = cookie->Domain(); 108 // Count local storages for the domain of the given |origin|. 118 // Count session storages for the domain of the given |origin|. 127 // Count indexed dbs for the domain of the given |origin|. 139 // Count filesystems for the domain of the given |origin|. 151 // Count databases for the domain of the given |origin|. 163 // Count the AppCache manifest files for the domain of the given |origin| [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
component_cloud_policy_store.h | 48 static bool SupportsDomain(PolicyDomain domain); 50 // Returns true if |domain| can be managed by this store; in that case, the 51 // dm_protocol policy type that corresponds to |domain| is stored in 53 static bool GetPolicyType(PolicyDomain domain, std::string* policy_type); 55 // Returns true if |policy_type| corresponds to a policy domain that can be 56 // managed by this store; in that case, the domain constants is assigned to 57 // |domain|. Otherwise returns false. 59 PolicyDomain* domain); 94 // Deletes the storage of all components of |domain| that are not in 96 void Purge(PolicyDomain domain, [all...] |
component_cloud_policy_service.cc | 80 // Passes the current descriptor of a domain, so that the disk cache 118 // calls for each domain. 177 if (ComponentCloudPolicyStore::GetPolicyType(descriptor->domain(), 188 domain_map_[descriptor->domain()] = descriptor; 192 store_->Purge(descriptor->domain(), ids); 202 PolicyDomain domain; local 203 if (ComponentCloudPolicyStore::GetPolicyDomain(it->first, &domain)) { 204 StringSet& set = (*components)[domain]; 253 bool ComponentCloudPolicyService::SupportsDomain(PolicyDomain domain) { 254 return ComponentCloudPolicyStore::SupportsDomain(domain); 323 PolicyDomain domain; local [all...] |
/frameworks/ex/common/java/com/android/common/ |
Rfc822Validator.java | 30 * and has the specified domain name added. It is meant for use with 45 * that constraint by accepting any kind of top level domain, not just 55 * Constructs a new validator that uses the specified domain name as 58 public Rfc822Validator(String domain) { 59 mDomain = domain; 87 * or the domain name part of the email address have been removed. 135 // append the domain of the account if it exists 147 String domain = removeIllegalCharacters(text.substring(index + 1)); local 148 boolean emptyDomain = domain.length() == 0; 150 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain)) [all...] |
/frameworks/wilhelm/src/itf/ |
IStreamInformation.c | 53 XAuint32 *domain) /* [out] */ 57 if (NULL == domain) { 63 *domain = XA_DOMAINTYPE_UNKNOWN; 68 *domain = XA_DOMAINTYPE_UNKNOWN; 78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain; 117 switch (streamInfo.domain) { 141 "unknown domain %u", streamIndex, streamInfo.domain); 304 contInf.domain = XA_DOMAINTYPE_CONTAINER [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
ieee754.txt | 107 values are a domain error or zero division error and NaN result in a 117 ValueError: math domain error 132 ValueError: math domain error 136 ValueError: math domain error 142 ValueError: math domain error 146 ValueError: math domain error 152 ValueError: math domain error 156 ValueError: math domain error 174 ValueError: math domain error 178 ValueError: math domain erro [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
ieee754.txt | 107 values are a domain error or zero division error and NaN result in a 117 ValueError: math domain error 132 ValueError: math domain error 136 ValueError: math domain error 142 ValueError: math domain error 146 ValueError: math domain error 152 ValueError: math domain error 156 ValueError: math domain error 174 ValueError: math domain error 178 ValueError: math domain erro [all...] |
/frameworks/base/core/tests/coretests/src/android/util/ |
PatternsTest.java | 34 // One of the new top level domain. 38 // One of the new top level test domain. 42 // One of the new top level internationalized domain. 63 // Google in one of the new top level domain. 75 // Url for testing top level Arabic country code domain in Punycode: 124 assertTrue("Valid domain", t); 127 assertTrue("Valid domain", t); 131 assertTrue("Valid domain", t); 134 assertFalse("Invalid domain", t); 136 // Obsolete domain .y [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_buffer.c | 25 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 == NOUVEAU_BO_VRAM) [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_buffer.c | 25 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 == NOUVEAU_BO_VRAM) [all...] |
/external/fdlibm/ |
k_standard.c | 100 exc.type = DOMAIN; 107 (void) WRITE2("acos: DOMAIN error\n", 19); 114 exc.type = DOMAIN; 121 (void) WRITE2("asin: DOMAIN error\n", 19); 130 exc.type = DOMAIN; 137 (void) WRITE2("atan2: DOMAIN error\n", 20); 197 exc.type = DOMAIN; /* should be SING for IEEE */ 207 (void) WRITE2("y0: DOMAIN error\n", 17); 214 exc.type = DOMAIN; 224 (void) WRITE2("y0: DOMAIN error\n", 17) [all...] |
/external/smack/src/com/kenai/jbosh/ |
BOSHClientConfig.java | 38 * Target domain. 107 * @param domain target domain to communicate with 109 private Builder(final URI cmURI, final String domain) { 111 bDomain = domain; 119 * @param domain target domain to communicate with 122 public static Builder create(final URI cmURI, final String domain) { 127 if (domain == null) { 129 "Target domain must not be null")) [all...] |
/external/chromium_org/chrome/test/webdriver/commands/ |
cookie_commands.cc | 59 std::string domain; local 60 if (cookie_dict_copy->GetString("domain", &domain)) { 62 base::SplitString(domain, ':', &split_domain); 65 kInvalidCookieDomain, "Cookie domain has too many colons")); 69 cookie_dict_copy->SetString("domain", split_domain[0]);
|
/external/chromium_org/content/browser/devtools/ |
devtools_browser_target.cc | 29 const std::string& domain, 32 DCHECK(handlers_.find(domain) == handlers_.end()); 33 handlers_[domain] = handler; 35 handle_on_ui_thread_.insert(domain); 53 DomainHandlerMap::iterator it = handlers_.find(command->domain()); 60 bool handle_directly = handle_on_ui_thread_.find(command->domain()) ==
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_util_unittest.cc | 68 const char domain[] = "example.com"; local 69 EXPECT_EQ(domain, CanonicalizeDomain("example.com")); 70 EXPECT_EQ(domain, CanonicalizeDomain("EXAMPLE.cOm")); 74 const char domain[] = "example.com"; local 75 EXPECT_EQ(domain, ExtractDomainName("who@example.com")); 76 EXPECT_EQ(domain, ExtractDomainName("who@EXAMPLE.cOm"));
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
jid.h | 38 // consists of three parts: the node, the domain and the resource, e.g.: 40 // node@domain/resource 43 // a domain. A bare jid is defined to not have a resource and a full jid 55 const std::string & domain() const { return domain_name_; } function in class:buzz::Jid 83 static std::string PrepDomain(const std::string& domain, bool* valid); 84 static void PrepDomain(const std::string& domain,
|