HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 376 - 400 of 883) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 150 { fp->bo, fp->domain | NOUVEAU_BO_RD },
151 { src->bo, src->domain | NOUVEAU_BO_RD },
284 PUSH_RELOC(push, fp->bo, fp->offset, fp->domain |
387 if (dst->domain != NOUVEAU_BO_VRAM)
402 { src->bo, src->domain | NOUVEAU_BO_RD },
403 { dst->bo, dst->domain | NOUVEAU_BO_WR },
499 { src->bo, src->domain | NOUVEAU_BO_RD },
500 { dst->bo, dst->domain | NOUVEAU_BO_WR },
512 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart);
513 PUSH_DATA (push, (dst->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 225 // convert a domain type to string
226 static const char *domainToString(XAuint32 domain)
228 switch (domain) {
624 XAuint32 domain; local
630 streamIndex, &domain);
644 domain = 12345;
646 &domain);
648 printf(" QueryStreamType: domain = 0x%X (%s)\n", domain, domainToString(domain));
759 XAuint32 domain; local
    [all...]
  /external/libselinux/src/
android.c 77 char *domain; member in struct:seapp_context
159 free(cur->domain);
232 } else if (!strcasecmp(name, "domain")) {
233 cur->domain = strdup(value);
234 if (!cur->domain)
289 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s user=%s seinfo=%s name=%s sebool=%s -> domain=%s type=%s level=%s levelFrom=%s",
292 cur->seinfo, cur->name, cur->sebool, cur->domain,
400 else if (kind == SEAPP_DOMAIN && !cur->domain)
418 if (context_type_set(ctx, cur->domain))
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 1057 std::string domain; local
1103 std::string domain; local
1151 std::string domain; local
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 315 std::string domain = error.domain.utf8(); local
318 if (domain == net::kErrorDomain) {
319 domain = "NSURLErrorDomain";
327 domain = "WebKitErrorDomain";
337 DLOG(WARNING) << "Unknown error domain";
340 return base::StringPrintf("<NSError domain %s, code %d, failing URL \"%s\">",
341 domain.c_str(), code, error.unreachableURL.spec().data());
  /external/chromium_org/net/dns/
dns_config_service_win.cc 122 // Converts a base::string16 domain name to ASCII, possibly using punycode.
124 // failure, |domain| might become dirty.
125 bool ParseDomainASCII(const base::string16& widestr, std::string* domain) {
126 DCHECK(domain);
132 *domain = UTF16ToASCII(widestr);
145 bool success = UTF16ToUTF8(punycode.data(), punycode.length(), domain);
147 DCHECK(IsStringASCII(*domain));
148 return success && !domain->empty();
180 if (!tcpip_reader.ReadString(L"Domain", &settings->tcpip_domain))
408 // or specified by the user (regkey: Tcpip\Parameters\Domain)
    [all...]
  /external/chromium_org/net/http/
http_security_headers_unittest.cc 442 std::string domain = "docs.google.com"; local
443 EXPECT_TRUE(state.GetDomainState(domain, true, &domain_state));
458 EXPECT_TRUE(state.AddHPKPHeader(domain, header, ssl_info));
462 domain);
474 EXPECT_TRUE(state.GetDynamicDomainState(domain, &dynamic_domain_state));
490 EXPECT_TRUE(state.GetDomainState(domain, true, &domain_state));
  /external/dnsmasq/src/
rfc2131.c 105 char *domain, char *config_domain,
133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local
391 domain = config->domain;
490 domain, netid, subnet_addr, 0, 0, 0, NULL);
563 domain = config->domain;
571 domain = strip_hostname(client_hostname);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 1445 char name[256], regtype[kDNSServiceMaxDomainName], domain[kDNSServiceMaxDomainName]; local
1516 char domain[kDNSServiceMaxDomainName]; local
    [all...]
  /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/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/local_discovery/
service_discovery_host_client.h 47 const std::string& domain,
105 // 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/resources/history/
history_mobile.css 202 .entry .domain {
223 .site-domain-wrapper {
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.h 144 const std::string& domain,
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 143 // key specified by |key_type| and |key_name|. The |domain| and |device_id|
150 const std::string& domain,
mock_async_method_caller.h 71 const std::string& domain,

Completed in 856 milliseconds

<<11121314151617181920>>