/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
doctest_aliases.py | 13 g = f # define an alias for f
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
doctest_aliases.py | 13 g = f # define an alias for f
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
doctest_aliases.py | 13 g = f # define an alias for f
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
doctest_aliases.py | 13 g = f # define an alias for f
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
pr14323-2.c | 2 extern int foo_alias __attribute__ ((weak, alias ("foo")));
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
MyKeyStoreSpi.java | 44 public Key engineGetKey(String alias, char[] password) 49 public Certificate[] engineGetCertificateChain(String alias) { 53 public Certificate engineGetCertificate(String alias) { 57 public Date engineGetCreationDate(String alias) { 61 public void engineSetKeyEntry(String alias, Key key, char[] password, 67 public void engineSetKeyEntry(String alias, byte[] key, Certificate[] chain) 73 public void engineSetCertificateEntry(String alias, Certificate cert) 79 public void engineDeleteEntry(String alias) throws KeyStoreException { 88 public boolean engineContainsAlias(String alias) { 96 public boolean engineIsKeyEntry(String alias) { [all...] |
/external/libxml2/ |
elfgcchack.h | 69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias"))); 79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias"))); 91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias"))); 103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias"))); 115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias"))); 127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias"))); 139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias"))); 151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias"))); 163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias"))); 175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias"))) [all...] |
/external/autotest/site_utils/admin/apache/ |
site-misc-directives | 0 Alias /kernels "/usr/local/autotest/kernels/" 2 Alias /packages "/usr/local/autotest/packages/"
|
/external/autotest/site_utils/ |
es_create_alias.sh | 8 [-s <server>] [-p <port>] [-i <index>] [-a <alias>] 13 Create a new alias so that we can refer to an index via an alternate name.\n\ 24 ALIAS= 35 ALIAS=$OPTARG 53 echo "Creating alias ${ALIAS} for index ${INDEX} for 61 "alias": '"\"${ALIAS}\""',
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/ |
allclasses.tmpl | 8 if (thisClass.alias != "_global_") { 9 output += new Link().toClass(thisClass.alias);
|
/external/clang/test/CodeGen/ |
2008-07-29-override-alias-decl.c | 8 int f() __attribute__((weak, alias("x"))); 10 /* Test that we link to the alias correctly instead of making a new
|
hidden-alias-to-internal-function.c | 4 void bar(void) __attribute__((alias("foo"))) 7 // CHECK: @bar = hidden alias void (), void ()* @foo
|
/external/clang/test/CodeGenCXX/ |
constructor-alias.cpp | 4 // we don't crash when an alias is used. 12 // CHECK: @_ZN1BC1Ev = alias void (%struct.B*), void (%struct.B*)* @_ZN1BC2Ev
|
/external/clang/test/Sema/ |
pragma-weak.c | 5 void both3(void) __attribute((alias("__both3"))); // expected-error {{redefinition of 'both3'}} 10 void a3(void) __attribute((alias("__a3"))); // expected-error {{redefinition of 'a3'}}
|
/external/clang/test/SemaCXX/ |
warn-unused-local-typedef-x86asm.cpp | 11 using Alias = struct { 15 __asm mov eax, [eax].Alias.b
|
/external/libchrome/base/debug/ |
alias.cc | 5 #include "base/debug/alias.h" 15 void Alias(const void* /* var */) {
|
/external/libxml2/os400/iconv/bldcsndfa/ |
ccsid_mibenum.dtd | 10 <!ELEMENT assoc (alias)*> 15 <!ELEMENT alias (#PCDATA)>
|
/external/llvm/test/Linker/ |
comdat8.ll | 6 @c1 = alias i8, inttoptr (i32 ptrtoint (i32* @some_name to i32) to i8*) 8 ; CHECK: COMDAT key involves incomputable alias size.
|
/external/llvm/test/Transforms/GlobalDCE/ |
pr20981.ll | 6 @a1 = linkonce_odr alias void (), void ()* @f1 7 ; CHECK: @a1 = linkonce_odr alias void (), void ()* @f1
|
/external/llvm/test/Transforms/GlobalOpt/ |
2009-02-15-ResolveAlias.ll | 9 @a = alias void (), void ()* @f 16 @b = internal alias void (), void ()* @g
|
/external/clang/include/clang/Driver/ |
CLCompatOptions.td | 52 // (We don't put any of these in cl_compile_Group as the options they alias are 57 Alias<mincremental_linker_compatible>; 60 Alias<mno_incremental_linker_compatible>; 62 HelpText<"Don't discard comments when preprocessing">, Alias<C>; 63 def _SLASH_c : CLFlag<"c">, HelpText<"Compile only">, Alias<c>; 65 MetaVarName<"<macro[=value]>">, Alias<D>; 66 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>; 67 def _SLASH_fp_except : CLFlag<"fp:except">, HelpText<"">, Alias<ftrapping_math>; 69 HelpText<"">, Alias<fno_trapping_math>; 70 def _SLASH_fp_fast : CLFlag<"fp:fast">, HelpText<"">, Alias<ffast_math> [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_and_es_API.xml | 27 <function name="AlphaFuncx" alias="AlphaFuncxOES" static_dispatch="false"> 32 <function name="ClearColorx" alias="ClearColorxOES" static_dispatch="false"> 39 <function name="ClearDepthx" alias="ClearDepthxOES" static_dispatch="false"> 43 <function name="Color4x" alias="Color4xOES" static_dispatch="false"> 50 <function name="DepthRangex" alias="DepthRangexOES" static_dispatch="false"> 55 <function name="Fogx" alias="FogxOES" static_dispatch="false"> 60 <function name="Fogxv" alias="FogxvOES" static_dispatch="false"> 65 <function name="Frustumx" alias="FrustumxOES" static_dispatch="false"> 74 <function name="LightModelx" alias="LightModelxOES" static_dispatch="false"> 79 <function name="LightModelxv" alias="LightModelxvOES" static_dispatch="false" [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
DigestAlgorithmProvider.java | 19 provider.addAlgorithm("Alg.Alias.Mac.HMAC-" + algorithm, mainName); 20 provider.addAlgorithm("Alg.Alias.Mac.HMAC/" + algorithm, mainName); 22 provider.addAlgorithm("Alg.Alias.KeyGenerator.HMAC-" + algorithm, mainName); 23 provider.addAlgorithm("Alg.Alias.KeyGenerator.HMAC/" + algorithm, mainName); 33 provider.addAlgorithm("Alg.Alias.Mac." + oid, mainName); 34 provider.addAlgorithm("Alg.Alias.KeyGenerator." + oid, mainName);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
SymmetricAlgorithmProvider.java | 17 // provider.addAlgorithm("Alg.Alias.Mac." + algorithm + "CMAC", algorithm + "-CMAC"); 20 // provider.addAlgorithm("Alg.Alias.KeyGenerator." + algorithm + "CMAC", algorithm + "-CMAC"); 30 // provider.addAlgorithm("Alg.Alias.Mac." + algorithm + "GMAC", algorithm + "-GMAC"); 33 // provider.addAlgorithm("Alg.Alias.KeyGenerator." + algorithm + "GMAC", algorithm + "-GMAC"); 42 // provider.addAlgorithm("Alg.Alias.Mac.POLY1305" + algorithm, "POLY1305-" + algorithm); 45 // provider.addAlgorithm("Alg.Alias.KeyGenerator.POLY1305" + algorithm, "POLY1305-" + algorithm);
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
ProviderAliasCreator.java | 25 * Alias creator that creates an alias for each {@link ProviderBinding}. These {@link Binding}s 27 * very interesting information, we don't render this binding on the graph, and just alias the two 33 @Override public Iterable<Alias> createAliases(Iterable<Binding<?>> bindings) { 34 List<Alias> aliases = Lists.newArrayList(); 37 aliases.add(new Alias(NodeId.newTypeId(binding.getKey()),
|