/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_trace.spec | 49 The extension spec is in the public domain. The current implementation
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_context.h | 248 struct nouveau_bo *dst, unsigned offset, unsigned domain, 257 struct nouveau_bo *bo, unsigned domain,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.c | 168 uint32_t domain; local 175 if (radeon_bo_is_busy(query->bo, &domain) == 0) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 48 String domain = _qualifiedNameMap.get(Fields.Domain); local 52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + "."; 155 // b._dns-sd._udp.<domain>. 156 // db._dns-sd._udp.<domain>. 157 // r._dns-sd._udp.<domain>. 158 // dr._dns-sd._udp.<domain>. 159 // lb._dns-sd._udp.<domain>. 173 return _qualifiedNameMap.get(Fields.Domain).endsWith("in-addr.arpa"); 177 return _qualifiedNameMap.get(Fields.Domain).endsWith("ip6.arpa") [all...] |
/external/libsepol/tests/policies/test-expander/ |
small-base.conf | 420 attribute domain; 473 type user_t, domain; 477 type sysadm_t, domain, system; 481 type system_t, domain, system, foo;
|
/external/lzma/Asm/x86/ |
7zAsm.asm | 2 ; 2009-12-12 : Igor Pavlov : Public domain
|
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 49 The extension spec is in the public domain. The current implementation
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_context.h | 248 struct nouveau_bo *dst, unsigned offset, unsigned domain, 257 struct nouveau_bo *bo, unsigned domain,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.c | 168 uint32_t domain; local 175 if (radeon_bo_is_busy(query->bo, &domain) == 0) {
|
/external/skia/src/gpu/ |
GrResourceCache.h | 27 static GrCacheID::Domain ScratchDomain() { 28 static const GrCacheID::Domain gDomain = GrCacheID::GenerateDomain(); 65 *reinterpret_cast<const GrCacheID::Domain*>(fKey.getData() + 85 kResourceTypeOffset = kCacheIDDomainOffset + sizeof(GrCacheID::Domain), 92 void init(const GrCacheID::Domain domain, 103 memcpy(k + kCacheIDDomainOffset, &domain, sizeof(GrCacheID::Domain));
|
/ndk/build/tools/ |
cleanup-headers.sh | 120 for asm_header_stem in domain dyntick fpstate glue hardware ide mtd-xip pgtable-hwdef proc-fns procinfo suspend topology vga; do 138 remove $NEW_PLATFORM_DIR/include "#include" domain.h
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Builder.java | 186 String domain = buildString((ASTdomain)it.nextNode(), true); local 187 return new Mailbox(route, localPart, domain);
|
/external/chromium_org/ash/system/user/ |
user_card_view.cc | 172 // Retrieve the domain managing the device and wrap it with markers. 173 base::string16 domain = base::UTF8ToUTF16( local 175 base::RemoveChars(domain, kDisplayNameMark, &domain); 176 base::i18n::WrapStringWithLTRFormatting(&domain); 177 // Retrieve the label text, inserting the display name and domain. 179 IDS_ASH_STATUS_TRAY_PUBLIC_LABEL, display_name, domain);
|
/external/chromium_org/chrome/renderer/ |
content_settings_observer.cc | 110 static bool IsHostInDomain(const std::string& host, const std::string& domain) { 111 return (EndsWith(host, domain, false) && 112 (host.length() == domain.length() || 113 (host.length() > domain.length() && 114 host[host.length() - domain.length() - 1] == '.')));
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_portable.cc | 355 // NOTE: It is common for the domain and workstation fields to be empty. 362 // 16 : supplied domain security buffer (empty) 444 static int GenerateType3Msg(const base::string16& domain, 479 // Get domain name. 483 ucs_domain_buf = domain; 490 domain_ptr = domain.data(); 491 domain_len = domain.length() * 2; 494 oem_domain_buf = base::SysWideToNativeMB(base::UTF16ToWide(domain)); 603 // 28 : domain name sec buf
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_win_unittest.cc | 423 for (base::DictionaryValue::Iterator domain(*policies); 424 !domain.IsAtEnd(); domain.Advance()) { 426 if (!domain.value().GetAsDictionary(&components)) { 433 UTF8ToUTF16(domain.key()) + kPathSep + UTF8ToUTF16(component.key()); 524 for (base::DictionaryValue::Iterator domain(*policies); 525 !domain.IsAtEnd(); domain.Advance()) { 527 if (!domain.value().GetAsDictionary(&components)) { 531 const base::string16 domain_path = kPathPrefix + UTF8ToUTF16(domain.key()) [all...] |
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 615 mlsconstrain file { read } ((h1 dom h2) or ( t2 == domain ) or ( t1 == mlsfileread )); 631 attribute domain; [all...] |
/external/chromium_org/chrome/browser/policy/test/ |
policy_testserver.py | 108 # Dictionary containing base64-encoded policy signing keys plus per-domain 787 # Set the verification signature appropriate for the policy domain. 788 # TODO(atwilson): Use the enrollment domain for public accounts when 808 logging.error('Could not extract domain from username: %s' % username) 810 domain = parsed_username[1] 812 # Lookup the domain's signature in the passed dictionary. If none is found, 814 if domain in signatures: 815 return signatures[domain] 819 # No key matching this domain. 820 logging.error('No verification signature matching domain: %s' % domain [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupFinal.java | 299 final String domain = emailParts[1].trim(); local 300 mProvider = AccountSettingsUtils.findProviderForDomain(this, domain); 781 final String domain = emailParts[1].trim(); local 960 final String domain = emailParts[1]; local 968 recvAuth.setConnection(mSetupData.getIncomingProtocol(), domain, local [all...] |
/external/chromium_org/chrome/browser/ui/webui/help/ |
help_handler.cc | 91 // domain only if the policy value is "domain". 95 // Get the currently logged in user and strip the domain part only. 96 std::string domain = ""; 101 domain = user.substr(user.find('@') + 1); 104 return domain == connector->GetEnterpriseDomain();
|
/external/chromium_org/net/cert/ |
x509_util_openssl.cc | 266 const std::string& domain, 286 !ASN1_STRING_set(domain_ia5.get(), domain.data(), domain.size()))
|
/external/chromium_org/net/cookies/ |
cookie_monster.h | 57 // loading of cookies for a specfic domain key(eTLD+1). In the former case, the 61 // loads cookies for the specified domain key(eTLD+1) on DB thread. 66 // - Verify that our domain enforcement and non-dotted handling is correct 73 // * The 'top level domain' (TLD) of an internet domain name is 76 // * The 'effective top level domain' (eTLD) is the longest 77 // "." initiated terminal substring of an internet domain name 78 // that is controlled by a general domain registrar. 80 // * The 'effective top level domain plus one' (eTLD+1) is the 82 // domain name that is not controlled by a general domai [all...] |
/external/javassist/src/main/javassist/ |
ClassPool.java | [all...] |