/development/samples/Support4Demos/res/xml/ |
my_paths.xml | 4 through alias "my_thumbs" --> 8 through alias "my_external" -->
|
/external/clang/include/clang/Sema/ |
Weak.h | 26 IdentifierInfo *alias; // alias (optional) member in class:clang::WeakInfo 31 : alias(nullptr), loc(SourceLocation()), used(false) {} 32 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc) 33 : alias(Alias), loc(Loc), used(false) {} 34 inline IdentifierInfo * getAlias() const { return alias; } 39 return alias == RHS.getAlias() && loc == RHS.getLocation();
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
p3.cpp | 18 // Alias declarations. clang implements the proposed resolution to N1044. 19 namespace Alias {
|
/external/clang/test/CodeGen/ |
pragma-weak.c | 8 // CHECK-DAG: @both = alias void (), void ()* @__both 9 // CHECK-DAG: @both2 = alias void (), void ()* @__both2 10 // CHECK-DAG: @weakvar_alias = weak alias i32, i32* @__weakvar_alias 11 // CHECK-DAG: @foo = weak alias void (), void ()* @__foo 12 // CHECK-DAG: @foo2 = weak alias void (), void ()* @__foo2 13 // CHECK-DAG: @stutter = weak alias void (), void ()* @__stutter 14 // CHECK-DAG: @stutter2 = weak alias void (), void ()* @__stutter2 15 // CHECK-DAG: @declfirst = weak alias void (), void ()* @__declfirst 16 // CHECK-DAG: @declfirstattr = weak alias void (), void ()* @__declfirstattr 17 // CHECK-DAG: @mix2 = weak alias void (), void ()* @__mix [all...] |
/external/clang/test/CodeGenCXX/ |
new-alias.cpp | 8 // CHECK: @_Znwm = alias i8* (i64), i8* (i64)* @something 9 void *operator new(size_t) __attribute__((alias("something")));
|
/external/conscrypt/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.java | 258 ALIAS_SYSTEM_CA1 = alias(false, CA1, 0); 259 ALIAS_SYSTEM_CA2 = alias(false, CA2, 0); 260 ALIAS_USER_CA1 = alias(true, CA1, 0); 261 ALIAS_USER_CA2 = alias(true, CA2, 0); 263 ALIAS_SYSTEM_CHAIN0 = alias(false, getChain()[0], 0); 264 ALIAS_SYSTEM_CHAIN1 = alias(false, getChain()[1], 0); 265 ALIAS_SYSTEM_CHAIN2 = alias(false, getChain()[2], 0); 266 ALIAS_USER_CHAIN0 = alias(true, getChain()[0], 0); 267 ALIAS_USER_CHAIN1 = alias(true, getChain()[1], 0); 268 ALIAS_USER_CHAIN2 = alias(true, getChain()[2], 0) 939 private static String alias(boolean user, X509Certificate x, int index) { method in class:TrustedCertificateStoreTest [all...] |
/external/icu/icu4c/source/common/ |
ucnv_io.h | 85 * Map a converter alias name to a canonical converter name. 86 * The alias is searched for case-insensitively, the converter name 88 * Returns NULL if the alias is not found. 89 * @param alias The alias name to be searched. 92 * @return the converter name in mixed-case, return NULL if the alias is not found. 95 ucnv_io_getConverterName(const char *alias, UBool *containsOption, UErrorCode *pErrorCode); 106 * Swap an ICU converter alias table. See implementation for details.
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
video_common.h | 87 // 5 Auxiliary YUV variations: 3 with U and V planes are swapped, 1 Alias. 96 FOURCC_IYUV = FOURCC('I', 'Y', 'U', 'V'), // Alias for I420. 97 FOURCC_YU16 = FOURCC('Y', 'U', '1', '6'), // Alias for I422. 98 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444. 99 FOURCC_YUYV = FOURCC('Y', 'U', 'Y', 'V'), // Alias for YUY2. 100 FOURCC_YUVS = FOURCC('y', 'u', 'v', 's'), // Alias for YUY2 on Mac. 101 FOURCC_HDYC = FOURCC('H', 'D', 'Y', 'C'), // Alias for UYVY. 102 FOURCC_2VUY = FOURCC('2', 'v', 'u', 'y'), // Alias for UYVY on Mac. 103 FOURCC_JPEG = FOURCC('J', 'P', 'E', 'G'), // Alias for MJPG. 104 FOURCC_DMB1 = FOURCC('d', 'm', 'b', '1'), // Alias for MJPG on Mac [all...] |
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
arguments.ll | 9 ; CHECK: 6 Total Alias Queries Performed 10 ; CHECK: 3 no alias responses
|
/external/llvm/test/Assembler/ |
addrspacecast-alias.ll | 7 @ia = internal alias i8 addrspace(2)*, addrspacecast (i8 addrspace(1)* @i to i8 addrspace(2)* addrspace(3)*) 8 ; CHECK: @ia = internal alias i8 addrspace(2)*, addrspacecast (i8 addrspace(2)* addrspace(1)* bitcast (i8 addrspace(1)* @i to i8 addrspace(2)* addrspace(1)*) to i8 addrspace(2)* addrspace(3)*)
|
/external/llvm/test/CodeGen/X86/ |
function-alias.ll | 8 ; function-typed alias 9 @ud2 = alias void (), bitcast (<{ i8, i8 }>* @0 to void ()*)
|
/external/llvm/test/ExecutionEngine/OrcLazy/ |
global_aliases.ll | 6 @y = alias i32, i32* @x 14 @bar = alias i32(), i32()* @foo
|
/external/llvm/test/Feature/ |
comdat.ll | 12 @a = alias i32, i32* @v 13 ; CHECK: @a = alias i32, i32* @v{{$}}
|
/external/llvm/test/Linker/ |
constructor-comdat.ll | 7 @_ZN3fooIiEC1Ev = weak_odr alias void (), void ()* @_ZN3fooIiEC2Ev 8 ; CHECK: @_ZN3fooIiEC1Ev = weak_odr alias void (), void ()* @_ZN3fooIiEC2Ev
|
pr21494.ll | 9 @a1 = private alias i8, i8* @g1 12 @a2 = linkonce_odr alias i8, i8* @g2
|
/external/llvm/test/Other/ |
llvm-nm-without-aliases.ll | 15 @a0foo = alias void (), void ()* @foo 21 @a0bar = alias void (), void ()* @bar
|
/external/llvm/test/tools/gold/X86/ |
bad-alias.ll | 7 ; CHECK: Unable to determine comdat of alias! 12 @a = alias i32, inttoptr(i32 sub (i32 ptrtoint (i32* @g1 to i32),
|
/external/mesa3d/src/gallium/tests/unit/ |
SConscript | 28 env.Alias(progname, env.InstallProgram(prog)) 31 test_alias = env.Alias('unit', [prog], prog[0].abspath)
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageKeySetData.java | 53 protected void addUpgradeKeySet(String alias) { 54 if (alias == null) { 59 Long ks = mKeySetAliases.get(alias); 63 throw new IllegalArgumentException("Upgrade keyset alias " + alias 64 + "does not refer to a defined keyset alias!"); 105 protected void addDefinedKeySet(long ks, String alias) { 106 mKeySetAliases.put(alias, ks);
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
KeyChainServiceTestSupport.java | 51 @Override public void revokeAppPermission(final int uid, final String alias) 54 blockingSetGrantPermission(uid, alias, false); 57 @Override public void grantAppPermission(final int uid, final String alias) 60 blockingSetGrantPermission(uid, alias, true); 65 * access the specified alias is granted/revoked. 68 * @param alias 70 private void blockingSetGrantPermission(int senderUid, String alias, boolean value) 75 connection.getService().setGrant(senderUid, alias, value);
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
scopeutil.py | 16 """Tools to match goog.scope alias statements.""" 107 """Match a goog.scope alias. 161 """Match an alias statement (some identifier assigned to a variable). 163 Example alias: var MyClass = proj.longNamespace.MyClass. 169 If a valid alias, returns a tuple of alias and symbol, otherwise None. 177 alias, symbol = code_tokens[1], code_tokens[3] 178 # Mark both tokens as an alias definition to not count them as usages. 179 alias.metadata.is_alias_definition = True 181 return alias.string, tokenutil.GetIdentifierForToken(symbol [all...] |
/libcore/ojluni/src/main/java/sun/security/rsa/ |
SunRsaSignEntries.java | 75 map.put("Alg.Alias.KeyFactory.1.2.840.113549.1.1", "RSA"); 76 map.put("Alg.Alias.KeyFactory.OID.1.2.840.113549.1.1", "RSA"); 78 map.put("Alg.Alias.KeyPairGenerator.1.2.840.113549.1.1", "RSA"); 79 map.put("Alg.Alias.KeyPairGenerator.OID.1.2.840.113549.1.1", "RSA"); 81 map.put("Alg.Alias.Signature.1.2.840.113549.1.1.2", "MD2withRSA"); 82 map.put("Alg.Alias.Signature.OID.1.2.840.113549.1.1.2", "MD2withRSA"); 84 map.put("Alg.Alias.Signature.1.2.840.113549.1.1.4", "MD5withRSA"); 85 map.put("Alg.Alias.Signature.OID.1.2.840.113549.1.1.4", "MD5withRSA"); 87 map.put("Alg.Alias.Signature.1.2.840.113549.1.1.5", "SHA1withRSA"); 88 map.put("Alg.Alias.Signature.OID.1.2.840.113549.1.1.5", "SHA1withRSA") [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
KeyStore_Impl2Test.java | 92 String alias = "aaa"; local 94 assertNull("getKey must return null", keyS.getKey(alias, pass)); 96 .getCertificate(alias)); 98 .getCertificateChain(alias)); 100 .getCreationDate(alias), new Date(0)); 103 .isCertificateEntry(alias)); 104 assertFalse("Incorrect result of isKeyEntry", keyS.isKeyEntry(alias)); 106 .containsAlias(alias)); 110 keyS.setCertificateEntry(alias, null); 115 keyS.setEntry(alias, null, null) 184 String alias = "aaa"; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
dlltool.exp | 71 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1 72 catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err 101 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1 102 catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" err 107 fail "dlltool -p (execution) alias-2.def" 111 pass "dlltool -p (execution) alias-2.def" 117 pass "dlltool -p (symbol names) alias-2.def" 119 fail "dlltool -p (symbol names) alias-2.def" 126 pass "dlltool -p (import name) alias-2.def" 128 fail "dlltool -p (import name) alias-2.def [all...] |
/external/llvm/lib/Analysis/ |
ScopedNoAliasAA.cpp | 1 //===- ScopedNoAliasAA.cpp - Scoped No-Alias Alias Analysis ---------------===// 10 // This file defines the ScopedNoAlias alias-analysis pass, which implements 11 // metadata-based scoped no-alias support. 13 // Alias-analysis scopes are defined by an id (which can be a string or some 22 // Loads and stores can be tagged with an alias-analysis scope, and also, with 25 // ... = load %ptr1, !alias.scope !{ !scope1 } 26 // ... = load %ptr2, !alias.scope !{ !scope1, !scope2 }, !noalias !{ !scope1 } 29 // has a set of noalias scopes in some domain that is superset of the alias 31 // accesses are assumed not to alias 76 AliasResult ScopedNoAliasAAResult::alias(const MemoryLocation &LocA, function in class:ScopedNoAliasAAResult [all...] |