HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/icu/source/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
49 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
49 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
49 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
48 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
48 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
48 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/test/MC/ARM/
single-precision-fp.s 72 @ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
neon-bitwise-encoding.s 240 @ Two-operand aliases
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 162 * java.security.KeyStore#aliases()
166 // java.security.KeyStore.aliases()
175 keyTest.aliases();
194 Enumeration<String> aliase = keyTest.aliases();
201 assertEquals("the wrong aliases were returned", i, 3);
202 assertTrue("the wrong aliases were returned", alia.contains("alias1"));
203 assertTrue("the wrong aliases were returned", alia.contains("alias2"));
204 assertTrue("the wrong aliases were returned", alia.contains("alias3"));
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-advsimd.s 201 ; MOV aliases for UMOV instructions above
253 ; MOV aliases for the above INS instructions.
598 ; ARM verbose mode aliases
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 160 * @tests java.security.KeyStore#aliases()
164 // java.security.KeyStore.aliases()
185 Enumeration aliase = keyTest.aliases();
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 672 for (const auto &Alias : M.aliases()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 480 aliases = alias variable
  /external/chromium_org/third_party/icu/source/data/curr/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
48 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/curr/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
47 # All aliases (to not be included under 'installed'), but not including root.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
X509KeyManagerTest.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 184 log_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %d aliases\n", count);
186 /* try to get the aliases individually */
207 /* try to fill an array with all aliases */
208 const char **aliases; local
209 aliases=(const char **)malloc(count * sizeof(const char *));
210 if(aliases != 0) {
211 ucnv_getAliases("utf-8", aliases, &err);
220 } else if(aliases[aliasNum] != alias) {
225 free((char **)aliases);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 184 log_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %d aliases\n", count);
186 /* try to get the aliases individually */
207 /* try to fill an array with all aliases */
208 const char **aliases; local
209 aliases=(const char **)malloc(count * sizeof(const char *));
210 if(aliases != 0) {
211 ucnv_getAliases("utf-8", aliases, &err);
220 } else if(aliases[aliasNum] != alias) {
225 free((char **)aliases);
    [all...]
  /external/mksh/src/
funcs.c 544 tp = ktsearch(&aliases, id, h ? h : hash(id));
1012 struct table *t = &aliases;
1066 /* "hash -r" means reset all the tracked aliases.. */
1158 struct table *t = &aliases;
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 532 # uppercase aliases (for backward compatibility)
  /external/chromium_org/third_party/icu/source/data/locales/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
42 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/locales/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
42 # All aliases (to not be included under 'installed'), but not including root.
  /external/libunwind/doc/
libunwind-ia64.tex 159 Convenience macros are simply aliases for certain frequently used
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 563 (*--... Operations on global variables, functions, and aliases (globals) ...--*)
654 (*--... Operations on aliases ..............................................--*)
    [all...]

Completed in 2169 milliseconds

1 2 3 4 5 67 8 910