HomeSort by relevance Sort by last modified time
    Searched full:alias (Results 1126 - 1150 of 4726) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++allocator.h 39 * @brief An alias to the base class for std::allocator.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++allocator.h 39 * @brief An alias to the base class for std::allocator.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 93 getbaseclasses(alias)
237 getbaseclasses(alias)
288 'alis' : alias,
432 'alis' : alias,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alias.d 2 #name: ia64 alias and secalias
  /toolchain/binutils/binutils-2.25/intl/
dcgettext.c 56 /* Alias for function name in GNU C Library. */
dcngettext.c 58 /* Alias for function name in GNU C Library. */
dgettext.c 58 /* Alias for function name in GNU C Library. */
dngettext.c 60 /* Alias for function name in GNU C Library. */
gettext.c 62 /* Alias for function name in GNU C Library. */
ngettext.c 66 /* Alias for function name in GNU C Library. */
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
103 fail("Should throw IllegalArgumentException when alias is missing");
  /cts/tests/tests/security/src/android/security/cts/
CertificateTest.java 89 for (String alias : aliases) {
90 assertTrue(keyStore.isCertificateEntry(alias));
91 X509Certificate certificate = (X509Certificate) keyStore.getCertificate(alias);
  /development/ndk/platforms/android-3/arch-arm/include/machine/
asm.h 125 #define WEAK_ALIAS(alias,sym) \
126 .weak alias; \
127 alias = sym
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 92 * <code>getCreationDate(String alias)</code>
96 * getCreationDate(...) throws NullPointerException when alias is null;
130 fail("NullPointerException should be thrown when alias is null");
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureAlgorithmNameGenerator.java 26 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
28 digestAlgs.put(alias, digest);
29 encryptionAlgs.put(alias, encryption);
  /external/clang/include/clang/Basic/
Sanitizers.def 30 // SANITIZER_GROUP(NAME, ID, ALIAS)
37 #define SANITIZER_GROUP(NAME, ID, ALIAS)
107 // -fsanitize=undefined-trap is an alias for -fsanitize=undefined.
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
fixed-expansion.cpp 125 template<typename...Ts> U<Ts...> &f(U<Ts...>, Ts...); // expected-error 2{{pack expansion used as argument for non-pack parameter of alias template}}
132 template<typename T, typename... Args> using baz = bar<Args..., T>; // expected-error {{pack expansion used as argument for non-pack parameter of alias template}}
133 // FIXME: We should still record the alias template, but mark it as invalid.
  /external/clang/test/CodeGenCXX/
microsoft-abi-vftables.cpp 12 // RTTI-DAG: @"\01??_7S@@6B@" = unnamed_addr alias i8*, getelementptr inbounds ([2 x i8*], [2 x i8*]* [[VTABLE_S]], i32 0, i32 1)
29 // RTTI-DAG: @"\01??_7V@@6B@" = dllexport unnamed_addr alias i8*, getelementptr inbounds ([2 x i8*], [2 x i8*]* [[VTABLE_V]], i32 0, i32 1)
39 // RTTI-DAG: @"\01??_7W@?A@@6B@" = internal unnamed_addr alias i8*, getelementptr inbounds ([2 x i8*], [2 x i8*]* [[VTABLE_W]], i32 0, i32 1)
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 8 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
9 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl)
10 $! 3. Special alias links for executables (curl. -> curl.exe)
11 $! if a lot, then an alias procedure is needed.
17 $! Add Link alias procedure file (N/A for curl)
31 $! created in the GNV$GNU: in the correct case, and to create the alias
144 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
145 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl)
146 $! 3. Special alias links for executables (curl. -> curl.exe)
147 $! if a lot, then an alias procedure is needed
    [all...]
  /external/e2fsprogs/intl/
finddomain.c 114 /* See whether the locale value is an alias. If yes its value
115 *overwrites* the alias name. No test for the original value is
165 /* The room for an alias was dynamically allocated. Free it now. */
  /external/elfutils/lib/
eu-config.h 60 extern __typeof (name) aliasname __attribute__ ((alias (#name)));
69 extern __typeof (name) aliasname __attribute__ ((alias (#name))) internal_function;
153 extern __typeof__ (name) __##name##_internal __attribute__ ((alias (#name)));
  /external/iptables/extensions/
libipt_REJECT.c 22 const char *alias; member in struct:reject_names
63 printf(" %-25s\talias\n", reject_table[i].alias);
103 strncasecmp(reject_table[i].alias,
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 11 /// These are used both by the Alias Analysis infrastructure and more
38 /// The primary user of this interface is LLVM's Alias Analysis, but other
43 /// size arguments in alias queries to indicate that the caller does not
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 57 /// whether to rewrite a function, global variable, or global alias. Each of
73 NamedAlias, /// named alias - descriptor rewrites a global alias
  /external/llvm/test/Analysis/GlobalsModRef/
nonescaping-noalias.ll 3 ; This tests the safe no-alias conclusions of GMR -- when there is
6 ; pointer of an alias query.
49 ; cannot alias a pointer loaded out of a global.

Completed in 552 milliseconds

<<41424344454647484950>>