/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
EmptyContiguousSet.java | 31 EmptyContiguousSet(DiscreteDomain<C> domain) { 32 super(domain);
|
/external/libexif/test/nls/ |
test-nls.c | 67 const char *domain = textdomain(GETTEXT_PACKAGE); local 68 printf("message domain: %s\n", domain);
|
/external/sepolicy/ |
attributes | 9 attribute domain; 18 # All types used for domain entry points.
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 110 * @param domain Name of the file's semantic domain to which the 'path' argument is a 112 * @param path Relative path of the file within its semantic domain. 117 int type, String domain, String path, long mode, long mtime,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettext.h | 29 /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by 144 pgettext_aux (const char *domain, 148 const char *translation = dcgettext (domain, msg_ctxt_id, category); 163 npgettext_aux (const char *domain, 169 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); 203 dcpgettext_expr (const char *domain, 224 translation = dcgettext (domain, msg_ctxt_id, category); 248 dcnpgettext_expr (const char *domain, 270 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 41 /** Pattern to match any part of a domain */ 99 * domain. We check for vendor supplied values first, then we look in providers_product.xml, 103 * A match is defined as any provider entry for which the "domain" attribute matches. 105 * @param domain The domain portion of the user's email address 108 public static Provider findProviderForDomain(Context context, String domain) { 109 Provider p = VendorPolicyLoader.getInstance(context).findProviderForDomain(domain); 111 p = findProviderForDomain(context, domain, R.xml.providers_product); 114 p = findProviderForDomain(context, domain, R.xml.providers); 122 * @param domain The domain portion of the user's email addres [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
AccountUtils.java | 50 * Get all device accounts having specified domain name. 52 * @param domain domain name used for filtering 53 * @return List of account names that contain the specified domain name 56 final Context context, final String domain) { 58 final String atDomain = "@" + domain.toLowerCase(Locale.ROOT);
|
/external/chromium_org/net/base/ |
sdch_manager.h | 182 const std::string& domain, 197 static bool CanSet(const std::string& domain, const std::string& path, 254 // Briefly prevent further advertising of SDCH on this domain (if SDCH is 258 // Used when filter errors are found from a given domain, but it is plausible 263 // Used when SEVERE filter errors are found from a given domain, to prevent 264 // further use of SDCH on that domain. 271 // Unit test only, this function resets the blacklisting count for a domain. 272 static void ClearDomainBlacklisting(const std::string& domain); 274 // Unit test only: indicate how many more times a domain will be blacklisted. 275 static int BlackListDomainCount(const std::string& domain); [all...] |
/external/chromium_org/net/cookies/ |
cookie_util.cc | 42 // If no domain was specified in the domain string, default to a host cookie. 43 // We match IE/Firefox in allowing a domain=IPADDR if it matches the url 52 // Get the normalized domain specified in cookie line. 60 // Ensure |url| and |cookie_domain| have the same domain+registry. 65 return false; // IP addresses/intranet hosts can't set domain cookies. 69 return false; // Can't set a cookie on a different domain + registry. 72 // we know the domain+registry are the same from the above checks, this is 203 GURL CookieOriginToURL(const std::string& domain, bool is_https) { 204 if (domain.empty() [all...] |
/external/chromium_org/rlz/win/lib/ |
process_info.cc | 23 std::wstring* domain, 27 // Get the current username & domain the hard way. (GetUserNameEx would be 28 // nice, but unfortunately requires connectivity to a domain controller. 78 if (domain != NULL) { 79 *domain = domain_name; 158 static std::wstring domain; local 161 CHECK(SUCCEEDED(GetCurrentUser(&name, &domain, &sid)));
|
/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...] |
/libcore/luni/src/main/java/java/net/ |
HttpCookie.java | 37 * attributes: {@code Domain}, {@code Expires}, {@code Path}, and 71 RESERVED_NAMES.add("domain"); // Netscape RFC 2109 RFC 2965 81 * Returns true if {@code host} matches the domain pattern {@code domain}. 84 * localhost}), or a pattern to match subdomains of a domain name (like 109 * Not in the spec! If prefixing a hostname with "." causes it to equal the domain pattern, 123 * (So, x.y.com domain-matches .Y.com but not Y.com.) 177 * {@code android.com} and {@code co.uk} to be fully qualified domain names, 322 } else if (name.equals("domain") && cookie.domain == null) [all...] |
/external/chromium_org/net/ssl/ |
server_bound_cert_service.cc | 48 // Synchronously found and returned an existing domain bound cert. 50 // Retrieved or generated and returned a domain bound cert asynchronously. 389 std::string domain = local 392 if (domain.empty()) 394 return domain; 412 std::string domain = GetDomainForHost(host); local 413 if (domain.empty()) { 420 // See if a request for the same domain is currently in flight. 422 if (JoinToInFlightRequest(request_start, domain, private_key, cert, 427 int err = LookupDomainBoundCert(request_start, domain, private_key, cert 476 std::string domain = GetDomainForHost(host); local [all...] |
/external/chromium/net/http/ |
http_auth_sspi_win.cc | 51 const string16& domain, 60 identity.Domain = 61 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str())); 62 identity.DomainLength = domain.size(); 299 string16 domain; local 301 SplitDomainAndUser(*username, &domain, &user); 302 rv = AcquireExplicitCredentials(library_, security_package_, domain, 395 string16* domain, 397 // |combined| may be in the form "user" or "DOMAIN\user". 399 // TODO(cbentzel): I believe user@domain is also a valid form [all...] |
http_auth_handler_ntlm.cc | 57 // |username| may be in the form "DOMAIN\user". Parse it into the two 59 string16 domain; 66 domain = username->substr(0, backslash_idx); 69 domain_ = domain;
|
/external/chromium_org/chrome/browser/resources/history/ |
history.css | 248 .site-domain-wrapper { 261 .site-domain-wrapper { 300 .entry .domain { 309 .site-results .domain { 333 html[dir='rtl'] .site-domain { 357 .site-domain-wrapper input[type=checkbox]:not(:checked), 362 .site-domain-wrapper:hover input[type='checkbox'], 363 .site-domain-wrapper input[type='checkbox']:focus, 369 .site-domain-wrapper input[type='checkbox']:focus, 457 .site-domain { [all...] |
/external/chromium_org/net/http/ |
http_auth_sspi_win.cc | 51 const base::string16& domain, 60 identity.Domain = 61 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str())); 62 identity.DomainLength = domain.size(); 294 base::string16 domain; local 296 SplitDomainAndUser(credentials->username(), &domain, &user); 297 rv = AcquireExplicitCredentials(library_, security_package_, domain, 391 base::string16* domain, 393 // |combined| may be in the form "user" or "DOMAIN\user". 395 // TODO(cbentzel): I believe user@domain is also a valid form [all...] |
http_auth_handler_ntlm.cc | 53 // The username may be in the form "DOMAIN\user". Parse it into the two 55 base::string16 domain; 63 domain = username.substr(0, backslash_idx); 66 domain_ = domain;
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details.h | 148 - (NSString*)domain; 178 - (id)initWithDatabase:(const std::string&)domain 189 - (id)initWithLocalStorage:(const std::string&)domain
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_details.h | 150 - (NSString*)domain; 179 - (id)initWithDatabase:(const std::string&)domain 190 - (id)initWithLocalStorage:(const std::string&)domain
|
/external/chromium_org/components/policy/core/browser/ |
configuration_policy_pref_store.cc | 80 DCHECK_EQ(POLICY_DOMAIN_CHROME, ns.domain); 86 PolicyDomain domain) { 87 if (domain == POLICY_DOMAIN_CHROME) {
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_manager.cc | 54 bool CloudPolicyManager::IsInitializationComplete(PolicyDomain domain) const { 55 if (domain == POLICY_DOMAIN_CHROME) 57 if (ComponentCloudPolicyService::SupportsDomain(domain) &&
|
/external/qemu/ |
osdep.c | 149 int qemu_socket(int domain, int type, int protocol) 154 ret = socket(domain, type | SOCK_CLOEXEC, protocol); 159 ret = socket(domain, type, protocol);
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper.cc | 184 // Checks |domain| to see if a valid TLD is already present. If not, appends 185 // |desired_tld| to the domain, and prepends "www." unless it's already present. 187 std::string* domain) { 188 if (desired_tld.empty() || domain->empty()) 201 net::RegistryControlledDomainService::GetRegistryLength(*domain, false); 205 // Add the suffix at the end of the domain. 206 const size_t domain_length(domain->length()); 209 if ((*domain)[domain_length - 1] != '.') 210 domain->push_back('.'); 211 domain->append(desired_tld) [all...] |
/external/chromium_org/chrome/common/net/ |
url_fixer_upper.cc | 183 // Checks |domain| to see if a valid TLD is already present. If not, appends 184 // |desired_tld| to the domain, and prepends "www." unless it's already present. 185 void AddDesiredTLD(const std::string& desired_tld, std::string* domain) { 186 if (desired_tld.empty() || domain->empty()) 200 *domain, 206 // Add the suffix at the end of the domain. 207 const size_t domain_length(domain->length()); 210 if ((*domain)[domain_length - 1] != '.') 211 domain->push_back('.'); 212 domain->append(desired_tld) [all...] |