/external/chromium_org/net/cookies/ |
cookie_util.h | 24 // Determine the actual cookie domain based on the domain string passed 27 // -host cookie domain (ex: "google.com") 28 // -domain cookie domain (ex: ".google.com") 33 // Returns true if a domain string represents a host-only cookie, 40 // Convenience for converting a cookie origin (domain and https pair) to a URL. 41 NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https);
|
/external/chromium_org/third_party/libxml/src/ |
libxml.h | 65 void __xmlIOErr(int domain, int code, const char *extra);
|
/external/guava/guava/src/com/google/common/collect/ |
ContiguousSet.java | 35 final DiscreteDomain<C> domain; field in class:ContiguousSet 37 ContiguousSet(DiscreteDomain<C> domain) { 39 this.domain = domain; 104 * is requested for a domain minimum or maximum. For example, if {@code set} was created from the
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
SharedStorageAgent.java | 55 String domain = FullBackup.SHARED_PREFIX + i; local 56 fullBackupFileTree(null, domain, v.getPath(), externalFilesDirFilter, output); 66 int type, String domain, String relpath, long mode, long mtime) 68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
|
/pdk/apps/CameraITS/tests/ |
test_param_color_correction.py | 94 domain = range(len(transforms)) 95 pylab.plot(domain, r_means, 'r') 96 pylab.plot(domain, g_means, 'g') 97 pylab.plot(domain, b_means, 'b')
|
/system/netd/ |
MDnsSdListener.h | 34 const char *domain, void *inContext); 114 const char *domain, const int requestNumber, 118 const char *serviceName, const char *serviceType, const char *domain, 123 const char *domain);
|
/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...] |
/external/bison/lib/ |
gettext.h | 27 /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by 148 pgettext_aux (const char *domain, 152 const char *translation = dcgettext (domain, msg_ctxt_id, category); 167 npgettext_aux (const char *domain, 173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); 210 dcpgettext_expr (const char *domain, 231 translation = dcgettext (domain, msg_ctxt_id, category); 255 dcnpgettext_expr (const char *domain, 277 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
|
/external/chromium_org/chrome/browser/android/signin/ |
signin_manager_android.cc | 95 base::android::ScopedJavaLocalRef<jstring> domain; 98 domain.obj()); 134 base::android::ScopedJavaLocalRef<jstring> domain; local 142 domain.Reset( 148 return domain; 166 base::android::ScopedJavaLocalRef<jstring> domain; local 169 domain.Reset( 178 domain.obj());
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_provider.cc | 31 PolicyDomain domain) const { 32 if (domain == POLICY_DOMAIN_CHROME)
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.cc | 74 cookie->domain = canonical_cookie.Domain(); 76 canonical_cookie.Domain()); 120 const std::string& domain_key = cookie.Domain(); 135 // Ignore any cookie whose domain doesn't match the extension's 169 if (!MatchesDomain(cookie.Domain())) 184 bool MatchFilter::MatchesDomain(const std::string& domain) { 185 if (!details_->domain.get()) 188 // Add a leading '.' character to the filter domain if it doesn't exist. 189 if (net::cookie_util::DomainIsHostOnly(*details_->domain)) [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
terms_of_service_screen_handler.cc | 65 // Updates the domain name shown in the UI. 77 void TermsOfServiceScreenHandler::SetDomain(const std::string& domain) { 78 domain_ = domain;
|
/external/chromium_org/chrome/test/perf/ |
mach_ports_test.cc | 57 // Adds a tab from the page cycler data at the specified domain. 58 bool AddTab(scoped_refptr<BrowserProxy> browser, const std::string& domain) { 59 GURL url = server_.GetURL("files/" + domain + "/").Resolve("?skip");
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator_tests.py | 20 self.domain = 'google.com' 35 r = webforms_aggregator.Retriever(self.url1, self.domain, self.cookie_file)
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_util.cc | 34 std::string CanonicalizeDomain(const std::string& domain) { 35 // Canonicalization of domain names means lower-casing them. Make sure to 37 return StringToLowerASCII(domain); 43 // Apply a default domain if necessary. 58 // First canonicalize which will also verify we have proper domain part.
|
/external/chromium_org/net/cert/ |
x509_util_openssl_unittest.cc | 42 std::string domain = "weborigin.com"; local 49 domain, 1,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
bitops-bits-in-byte.js | 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com)
|
/external/chromium_org/third_party/WebKit/Source/core/platform/network/ |
ResourceError.cpp | 65 if (a.domain() != b.domain())
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomlookuptask.h | 39 std::string domain; member in struct:buzz::MucRoomInfo 43 return name + "@" + domain;
|
/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/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);
|