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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.c 25 struct nv04_resource *buf, unsigned domain)
32 if (domain == NOUVEAU_BO_VRAM) {
38 if (domain == NOUVEAU_BO_GART) {
44 if (domain != NOUVEAU_BO_GART) {
51 buf->domain = domain;
74 buf->domain = 0;
79 struct nv04_resource *buf, unsigned domain)
83 return nouveau_buffer_allocate(screen, buf, domain);
112 assert(buf->domain == NOUVEAU_BO_VRAM)
    [all...]
nouveau_mm.c 30 uint32_t domain; member in struct:nouveau_mman
131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
236 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain,
246 cache->domain = domain;
  /external/libxml2/
libxml.h 70 void __xmlIOErr(int domain, int code, const char *extra);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 25 struct nv04_resource *buf, unsigned domain)
32 if (domain == NOUVEAU_BO_VRAM) {
38 if (domain == NOUVEAU_BO_GART) {
44 if (domain != NOUVEAU_BO_GART) {
51 buf->domain = domain;
74 buf->domain = 0;
79 struct nv04_resource *buf, unsigned domain)
83 return nouveau_buffer_allocate(screen, buf, domain);
112 assert(buf->domain == NOUVEAU_BO_VRAM)
    [all...]
nouveau_mm.c 30 uint32_t domain; member in struct:nouveau_mman
131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config,
236 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain,
246 cache->domain = domain;
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.h 33 const char *domain, int exact_match);
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_bo.c 51 nvbo->domain = arg->domain;
128 info->domain = 0;
131 info->domain |= NOUVEAU_GEM_DOMAIN_VRAM;
133 info->domain |= NOUVEAU_GEM_DOMAIN_GART;
134 if (!info->domain) {
135 info->domain |= (NOUVEAU_GEM_DOMAIN_VRAM |
140 info->domain |= NOUVEAU_GEM_DOMAIN_MAPPABLE;
508 req.domain = 0;
510 req.domain |= NOUVEAU_GEM_DOMAIN_VRAM
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
clast.h 93 CloogDomain * domain; member in struct:clast_user_stmt
100 CloogDomain * domain; member in struct:clast_for
141 struct clast_user_stmt *new_clast_user_stmt(CloogDomain *domain,
144 struct clast_for *new_clast_for(CloogDomain *domain, const char *it,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 93 CloogDomain * domain; member in struct:clast_user_stmt
100 CloogDomain * domain; member in struct:clast_for
141 struct clast_user_stmt *new_clast_user_stmt(CloogDomain *domain,
144 struct clast_for *new_clast_for(CloogDomain *domain, const char *it,
  /device/asus/grouper/sepolicy/
sensors_config.te 4 type sensors_config, domain;
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.cc 28 PolicyDomain domain) {
29 if (domain != POLICY_DOMAIN_CHROME)
  /external/chromium_org/chrome/browser/resources/
connection_manager.js 23 'domain': location.href,
  /external/chromium_org/chrome/test/perf/
mach_ports_performancetest.cc 75 // Adds a tab from the page cycler data at the specified domain.
76 void AddTab(const std::string& domain) {
77 GURL url = server_.GetURL("files/" + domain + "/").Resolve("?skip");
  /external/chromium_org/content/browser/
storage_partition_impl_map.h 63 // Each StoragePartition is uniquely identified by which partition domain
79 StoragePartitionConfig(const std::string& domain,
82 : partition_domain(domain),
  /external/chromium_org/net/cert/
x509_util.cc 58 bool CreateKeyAndChannelIDEC(const std::string& domain,
70 domain,
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-3bit-bits-in-byte.js 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-3bit-bits-in-byte.js 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
bitops-3bit-bits-in-byte.js 1 // Copyright (c) 2004 by Arthur Langereis (arthur_ext at domain xfinitegames, tld com
  /external/sepolicy/
platform_app.te 5 type platform_app, domain;
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 62 * This method writes one file data block. 'domain' is the name of the appropriate pseudo-
67 * domain: which semantic name the file is to be stored under (a, r, f, db, etc)
87 String8 domain(domainchars ? domainchars : "");
110 return (jint) write_tarfile(packageName, domain, rootpath, path, writer);
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 133 int WRAP(socket)(int domain, int type, int protocol) {
137 ALOGV("%s(domain:%d, type:%d, protocol:%d) {", __func__,
138 domain, type, protocol);
140 rv = REAL(socket)(domain, socktype_pton(type), protocol);
147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) {
151 ALOGV("%s(domain:%d, type:%d, protocol:%d, sv[2]:%p) {", __func__,
152 domain, type, protocol, sv);
154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv);
  /development/ndk/sources/android/libportable/arch-mips64/
socket.c 133 int WRAP(socket)(int domain, int type, int protocol) {
137 ALOGV("%s(domain:%d, type:%d, protocol:%d) {", __func__,
138 domain, type, protocol);
140 rv = REAL(socket)(domain, socktype_pton(type), protocol);
147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) {
151 ALOGV("%s(domain:%d, type:%d, protocol:%d, sv[2]:%p) {", __func__,
152 domain, type, protocol, sv);
154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv);
  /external/chromium_org/third_party/libxml/src/
error.c 249 int domain; local
266 domain = err->domain;
289 else if ((line != 0) && (domain == XML_FROM_PARSER))
295 else if ((line != 0) && (domain == XML_FROM_PARSER))
301 switch (domain) {
396 else if ((line != 0) && (domain == XML_FROM_PARSER))
401 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
423 * @domain: the domain for the erro
    [all...]
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * internationalized domain names</a> such as {@code ??.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain name, converted to lower case
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 216 public String domain; field in class:VendorPolicyLoader.Provider
263 * $domain, $user and $email.
269 returnString = returnString.replaceAll("\\$domain", domain);
290 * @param domain The domain portion of the user's email address
293 public Provider findProviderForDomain(String domain) {
295 params.putString(FIND_PROVIDER, domain);
301 p.domain = domain;
    [all...]

Completed in 2456 milliseconds

<<11121314151617181920>>