/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_transfer.c | 25 rect->domain = mt->base.domain; 69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD); 70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); 148 struct nouveau_bo *dst, unsigned offset, unsigned domain, 157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR); 303 tx->rect[1].domain = NOUVEAU_BO_GART; 385 struct nouveau_bo *bo, unsigned domain, 395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/ |
AuditRules.js | 61 var domain = parsedURL.host; 62 var domainResources = domainToResourcesMap[domain]; 65 domainToResourcesMap[domain] = domainResources; 169 for (var domain in domainToResourcesMap) { 170 var domainResources = domainToResourcesMap[domain]; 175 summary.addChild(WebInspector.UIString("%d %s resources served from %s.", domainResources.length, this._resourceTypeName, WebInspector.AuditRuleResult.resourceDomain(domain))); 183 summary.value = WebInspector.UIString("There are multiple resources served from same domain. Consider combining them into as few files as possible."); 235 for (var domain in domainToResourcesMap) { 236 if (domainToResourcesMap[domain].length > 1) 238 var parsedURL = domain.asParsedURL() [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
math_shifter.js | 151 cvox.TraverseMath.getInstance().domain, 161 * The active domain of the MathShifter. 163 * @return {string} The name of the current Math Domain. 166 return cvox.TraverseMath.getInstance().domain;
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_validator.cc | 312 // If no owning_domain_ supplied, try extracting the domain from the policy 315 std::string domain = owning_domain_.empty() ? local 317 if (domain.empty()) { 318 LOG(ERROR) << "Policy does not contain a domain"; 321 signed_data.set_domain(domain); 332 std::string domain; local 334 domain = gaia::ExtractDomainName( 338 return domain;
|
/system/netd/server/ |
MDnsSdListener.cpp | 62 const char *domain, 66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId, 82 domain, &MDnsSdListenerDiscoverCallback, context); 112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d", 118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d", 156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) { 159 interfaceName, serviceName, serviceType, domain, host, port, txtLen); 173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback, 191 const char * /* domain */, void *inContext) { 212 const char *domain) { 429 char *domain = NULL; \/\/ will use default local 466 char *domain = argv[5]; local [all...] |
/build/target/board/generic_x86/ |
BoardConfig.mk | 51 domain.te \
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_dialog.cc | 70 const base::string16& domain, 73 domain_(domain),
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
login_profile_policy_provider.cc | 127 PolicyDomain domain) { 128 if (domain == POLICY_DOMAIN_CHROME)
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_installer_test.cc | 91 const std::string& domain, 99 replace_host.SetHostStr(domain);
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
terms_of_service_screen_handler.cc | 114 void TermsOfServiceScreenHandler::SetDomain(const std::string& domain) { 115 domain_ = domain; 174 // Updates the domain name shown in the UI.
|
/external/chromium_org/components/domain_reliability/ |
config.cc | 107 if (valid_until == 0.0 || domain.empty() || 151 &DomainReliabilityConfig::domain);
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_win.cc | 76 // List of policies that are considered only if the user is part of a AD domain. 336 // Get the computer's domain status. 337 LPWSTR domain; local 339 if (NERR_Success != ::NetGetJoinInformation(NULL, &domain, &join_status)) { 345 ::NetApiBufferFree(domain); 350 // This check will tell us how often are domain computers actually 598 // Map of known 3rd party policy domain name to their enum values. 601 PolicyDomain domain; member in struct:policy::__anon11368 617 const PolicyDomain domain = k3rdPartyDomains[i].domain; local [all...] |
/external/chromium_org/net/cookies/ |
canonical_cookie.h | 33 const std::string& domain, 65 const std::string& domain, 76 const std::string& Domain() const { return domain_; } 94 // The RFC says that name must match (case-sensitive), domain must 96 // For the case insensitive domain compare, we rely on the domain 103 return (name_ == ecc.Name() && domain_ == ecc.Domain() 115 // Returns true if the cookie domain matches the given |host| as described in
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomlookuptask_unittest.cc | 60 lookup_server_jid("lookup@domain.com"), 61 room_jid("muc-jid-ponies@domain.com"), 63 room_domain("domain.com"), 64 room_full_name("ponies@domain.com"), 101 "<cli:iq type=\"set\" to=\"lookup@domain.com\" id=\"0\" " 105 "<room-domain>domain.com</room-domain>" 115 "<iq xmlns='jabber:client' from='lookup@domain.com' id='0' type='result'>" 117 " <item jid='muc-jid-ponies@domain.com'> [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 159 rbuf->domain = RADEON_DOMAIN_GTT; 174 rbuf->b.b.bind, rbuf->domain);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 141 * \param domain A bitmask of the RADEON_DOMAIN_* flags. 148 enum radeon_bo_domain domain); 293 * \param domain Bitmask of the RADEON_DOMAIN_* flags. 299 enum radeon_bo_domain domain);
|
/external/chromium_org/ui/gfx/ |
text_elider.cc | 41 // If possible, only the username is elided. Otherwise, the domain is elided 44 // width, the elided domain will occupy that extra width. 51 // Split the email into its local-part (username) and domain-part. The email 53 // but not in the domain part, so splitting at the last @ symbol is safe. 57 base::string16 domain = email.substr(split_index + 1); local 59 DCHECK(!domain.empty()); 65 // Check whether eliding the domain is necessary: if eliding the username 66 // is sufficient, the domain will not be elided. 73 if (GetStringWidthF(domain, font_list) > available_domain_width) { 74 // Elide the domain so that it only takes half of the available width [all...] |
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPool.java | 291 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain) 306 return super.toClass(ct, getClassLoader0(), domain);
|
/external/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 420 attribute domain; 432 type user_t, domain; 436 type sysadm_t, domain, system; 440 type system_t, domain, system, foo;
|
base-notmetreq.conf | 415 attribute domain; 427 type user_t, domain; 431 type sysadm_t, domain, system; 435 type system_t, domain, system, foo;
|
small-base.conf | 420 attribute domain; 431 type user_t, domain; 434 type sysadm_t, domain, system; 437 type system_t, domain, system, foo;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 159 rbuf->domain = RADEON_DOMAIN_GTT; 174 rbuf->b.b.bind, rbuf->domain);
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 141 * \param domain A bitmask of the RADEON_DOMAIN_* flags. 148 enum radeon_bo_domain domain); 293 * \param domain Bitmask of the RADEON_DOMAIN_* flags. 299 enum radeon_bo_domain domain);
|
/external/sepolicy/ |
system_app.te | 6 type system_app, domain;
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
radeon_cs.h | 178 static inline void radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) 181 if (domain == RADEON_GEM_DOMAIN_VRAM)
|