HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 201 - 225 of 1100) sorted by null

1 2 3 4 5 6 7 891011>>

  /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 103 base::android::ScopedJavaLocalRef<jstring> domain;
106 domain.obj());
148 base::android::ScopedJavaLocalRef<jstring> domain; local
156 domain.Reset(
162 return domain;
182 base::android::ScopedJavaLocalRef<jstring> domain; local
185 domain.Reset(
194 domain.obj());
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 75 cookie->domain = canonical_cookie.Domain();
77 canonical_cookie.Domain());
121 const std::string& domain_key = cookie.Domain();
136 // Ignore any cookie whose domain doesn't match the extension's
170 if (!MatchesDomain(cookie.Domain()))
185 bool MatchFilter::MatchesDomain(const std::string& domain) {
186 if (!details_->domain.get())
189 // Add a leading '.' character to the filter domain if it doesn't exist.
190 if (net::cookie_util::DomainIsHostOnly(*details_->domain))
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
test_service_discovery_client.cc 46 const std::string& domain,
50 domain, address_family, callback);
  /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/net/cert/
x509_util.h 41 // Domain, serial number and validity period are given as
48 const std::string& domain,
58 const std::string& domain,
  /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/platform/network/
ResourceError.cpp 66 if (a.domain() != b.domain())
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOriginHash.h 67 if (a->domainWasSetInDOM() && 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/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;
21 # All types used for domain entry points.
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 111 * @param domain Name of the file's semantic domain to which the 'path' argument is a
113 * @param path Relative path of the file within its semantic domain.
124 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/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/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.
73 if (domain != NULL) {
74 *domain = domain_name;
153 static std::wstring domain; local
156 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...]
  /frameworks/base/media/java/android/media/tv/
TvContentRating.java 697 * @param domain The domain string. For example, "com.android.tv".
702 * @throws IllegalArgumentException If {@code domain}, {@code ratingSystem} or {@code rating} is
705 public static TvContentRating createRating(String domain, String ratingSystem,
707 if (TextUtils.isEmpty(domain)) {
708 throw new IllegalArgumentException("domain cannot be empty");
716 return new TvContentRating(domain, ratingSystem, rating, subRatings);
724 * @return the {@code TvContentRating} object containing the domain, rating system, rating and
747 * @param domain The string for domain of the content rating system such as "com.android.tv"
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 37 * attributes: {@code Domain}, {@code Expires}, {@code Path}, and
73 RESERVED_NAMES.add("domain"); // Netscape RFC 2109 RFC 2965 RFC 6265
84 * Returns true if {@code host} matches the domain pattern {@code domain}.
87 * localhost}), or a pattern to match subdomains of a domain name (like
112 * Not in the spec! If prefixing a hostname with "." causes it to equal the domain pattern,
126 * (So, x.y.com domain-matches .Y.com but not Y.com.)
180 * {@code android.com} and {@code co.uk} to be fully qualified domain names,
325 } else if (name.equals("domain") && cookie.domain == null)
    [all...]
  /external/chromium_org/net/http/
http_security_headers_unittest.cc 507 std::string domain = "docs.google.com"; local
510 state.GetStaticDomainState(domain, &static_domain_state));
525 EXPECT_TRUE(state.AddHPKPHeader(domain, header, ssl_info));
530 domain, &new_static_domain_state));
538 EXPECT_TRUE(state.GetDynamicDomainState(domain, &dynamic_domain_state));
553 EXPECT_TRUE(state.HasPublicKeyPins(domain));
559 domain, is_issued_by_known_root, hashes, &failure_log));
562 EXPECT_TRUE(state.GetDynamicDomainState(domain, &new_dynamic_domain_state));
587 std::string domain = "docs.google.com"; local
590 state.GetStaticDomainState(domain, &static_domain_state))
670 std::string domain = "accounts.google.com"; local
    [all...]
http_auth_sspi_win.cc 52 const base::string16& domain,
61 identity.Domain =
62 reinterpret_cast<unsigned short*>(const_cast<wchar_t*>(domain.c_str()));
63 identity.DomainLength = domain.size();
296 base::string16 domain; local
298 SplitDomainAndUser(credentials->username(), &domain, &user);
299 rv = AcquireExplicitCredentials(library_, security_package_, domain,
393 base::string16* domain,
395 // |combined| may be in the form "user" or "DOMAIN\user".
397 // TODO(cbentzel): I believe user@domain is also a valid form
    [all...]
  /external/chromium_org/net/ssl/
channel_id_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 = LookupChannelID(request_start, domain, private_key, cert
475 std::string domain = GetDomainForHost(host); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_store.js 31 cvox.SpeechRule.DynamicCstrAttrib.DOMAIN,
42 /** This adds domain to dynamic constraint annotation. */
43 cvox.SpeechRule.DynamicCstrAttrib.DOMAIN = 'domain';
59 // a domain attribute/value pair.
67 * Parses the dynamic constraint for math rules, consisting of a domain and
68 * style information, given as 'domain.style'.
75 throw new cvox.SpeechRule.OutputError('Invalid domain assignment:' + cstr);
82 * Creates a dynamic constraint annotation for math rules from domain and style
84 * @param {string} domain Domain annotation
    [all...]
  /external/libxml2/
error.c 249 int domain; local
266 domain = err->domain;
289 else if ((line != 0) && (domain == XML_FROM_PARSER))
296 ((domain == XML_FROM_PARSER) || (domain == XML_FROM_SCHEMASV)||
297 (domain == XML_FROM_SCHEMASP)||(domain == XML_FROM_DTD) ||
298 (domain == XML_FROM_RELAXNGP)||(domain == XML_FROM_RELAXNGV))
    [all...]

Completed in 2235 milliseconds

1 2 3 4 5 6 7 891011>>