HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 401 - 425 of 908) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/nfc/
NdefRecord.java 432 * The data is typed by a domain name (usually your Android package name) and
433 * a domain-specific type. This data is packaged into a "NFC Forum External
435 * NFC Forum requires that the domain and type used in an external record
437 * always case sensitive. So this method will force the domain and type to
440 * if the domain and type have serious problems, for example if either field
450 * @param domain domain-name of issuing organization
451 * @param type domain-specific type of data
453 * @throws IllegalArugmentException if either domain or type are empty or invalid
455 public static NdefRecord createExternal(String domain, String type, byte[] data)
    [all...]
  /external/chromium_org/base/win/
win_util.cc 360 LPWSTR domain; local
362 if(::NetGetJoinInformation(NULL, &domain, &join_status) != NERR_Success)
364 ::NetApiBufferFree(domain);
  /external/chromium_org/net/cert/
x509_util_openssl.cc 217 const std::string& domain,
239 !ASN1_STRING_set(domain_ia5.get(), domain.data(), domain.size()))
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 35 # - Domain has been removed
79 domains_by_name_1 = list_to_map(schema_1, "domain")
80 domains_by_name_2 = list_to_map(schema_2, "domain")
85 errors.append("%s: domain has been %s" % (name, removed(reverse)))
91 domain_name = domain_1["domain"]
97 errors.append("%s.%s: command has been %s" % (domain_1["domain"], name, removed(reverse)))
106 errors.append("%s.%s: event has been %s" % (domain_1["domain"], name, removed(reverse)))
185 for domain in schema:
186 domain_name = domain["domain"]
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 215 XAuint32 domain; local
216 res = (*caller)->QueryStreamType(caller, streamIndex, &domain);
218 switch (domain) {
228 ALOGE("Unexpected domain %u\n", domain);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 220 XAuint32 domain; local
221 res = (*caller)->QueryStreamType(caller, streamIndex, &domain);
223 switch (domain) {
233 fprintf(stderr, "Unexpected domain %u\n", domain);
  /device/lge/mako/
BoardConfig.mk 102 domain.te \
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 111 addTextNode(this.queryOutputDiv_, ' domain:');
114 t.innerText = result.domain;
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h 142 const std::string& domain,
  /external/chromium/net/base/
cookie_monster.h 44 // - Verify that our domain enforcement and non-dotted handling is correct
53 // * The 'top level domain' (TLD) of an internet domain name is
56 // * The 'effective top level domain' (eTLD) is the longest
57 // "." initiated terminal substring of an internet domain name
58 // that is controlled by a general domain registrar.
60 // * The 'effective top level domain plus one' (eTLD+1) is the
62 // domain name that is not controlled by a general domain
77 // (default), then the key is based on the effective domain of th
    [all...]
sdch_filter_unittest.cc 144 static std::string NewSdchDictionary(const std::string& domain) {
146 if (!domain.empty()) {
147 dictionary.append("Domain: ");
148 dictionary.append(domain);
628 // Decode with content arriving from the "wrong" domain.
    [all...]
  /external/chromium/third_party/libevent/
evdns.h 31 * public domain. You can find his original copyright below. Please,
35 * This software is Public Domain. To view a copy of the public domain dedication,
127 * globally. Otherwise each search domain is appended in turn.
132 * For example, with ndots set to 1 (the default) and a search domain list of
177 /** The domain name does not exist */
426 Add a domain to the list of search domains
428 @param domain the domain to be added to the search list
430 void evdns_search_add(const char *domain);
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 314 cookie_dict->SetString("domain", cookie.Domain());
375 std::string domain; local
390 if (cookie_dict->HasKey("domain") &&
391 !cookie_dict->GetString("domain", &domain)) {
392 reply.SendError("optional 'domain' invalid");
427 GURL(url), name, value, domain, path, base::Time(),
442 &SetCookieWithDetailsOnIOThread, GURL(url), *cookie.get(), domain,
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.cc 137 const std::string& domain,
141 domain_(domain),
199 const std::string& domain,
204 this, domain, address_family, callback));
service_discovery_host_client.h 54 const std::string& domain,
122 // Runs local domain resolver callback on owning thread.
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 221 const char* domain = autofillable ? "example" : "blacklisted"; local
223 std::string realm = base::StringPrintf("http://%zu.%s.com", i, domain);
225 i, domain);
227 i, domain);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h 144 const std::string& domain,
  /external/chromium_org/chrome/test/chromedriver/
window_commands.cc 61 const std::string& domain,
66 : name(name), value(value), domain(domain), path(path), expiry(expiry),
71 std::string domain; member in struct:__anon7022::Cookie
82 if (!cookie.domain.empty())
83 dict->SetString("domain", cookie.domain);
108 std::string domain; local
109 cookie_dict->GetString("domain", &domain);
    [all...]
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 154 // key specified by |key_type| and |key_name|. The |domain| and |device_id|
164 const std::string& domain,
mock_async_method_caller.h 77 const std::string& domain,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 447 int ki_socket(int domain, int type, int protocol) {
448 return s_kp->socket(domain, type, protocol);
451 int ki_socketpair(int domain, int type, int protocol, int* sv) {
452 return s_kp->socketpair(domain, type, protocol, sv);
  /external/chromium_org/net/base/
sdch_filter_unittest.cc 138 static std::string NewSdchDictionary(const std::string& domain) {
140 if (!domain.empty()) {
141 dictionary.append("Domain: ");
142 dictionary.append(domain);
622 // Decode with content arriving from the "wrong" domain.
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 147 // The RFC says the sort order for the domain attribute is undefined.
172 // Two cookies are considered equivalent if they have the same domain,
177 const std::string& domain,
179 : name(name), domain(domain), path(path) {
187 // Name compare dominates, then domain, then path.
192 diff = domain.compare(cs.domain);
200 std::string domain; member in struct:net::__anon8969::CookieSignature
411 const std::string& domain,
    [all...]
parsed_cookie.h 27 // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
42 const std::string& Domain() const { return pairs_[domain_index_].second; }
52 // "BLAH=hah; path=/; domain=.google.com"
63 bool SetDomain(const std::string& domain);
  /external/chromium_org/net/http/
transport_security_state.h 93 // hard-fail behavior (e.g. if HSTS is set for the domain)
138 // The domain which matched during a search for this DomainState entry.
141 std::string domain; member in class:net::TransportSecurityState::DomainState

Completed in 970 milliseconds

<<11121314151617181920>>