HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/icu4c/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
46 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
46 # All aliases (to not be included under 'installed'), but not including root.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 161 * java.security.KeyStore#aliases()
165 // java.security.KeyStore.aliases()
174 keyTest.aliases();
193 Enumeration<String> aliase = keyTest.aliases();
200 assertEquals("the wrong aliases were returned", i, 3);
201 assertTrue("the wrong aliases were returned", alia.contains("alias1"));
202 assertTrue("the wrong aliases were returned", alia.contains("alias2"));
203 assertTrue("the wrong aliases were returned", alia.contains("alias3"));
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 159 * @tests java.security.KeyStore#aliases()
163 // java.security.KeyStore.aliases()
184 Enumeration aliase = keyTest.aliases();
  /external/icu4c/data/locales/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
40 # All aliases (to not be included under 'installed'), but not including root.
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
X509KeyManagerTest.java     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 227 log_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %d aliases\n", count);
229 /* try to get the aliases individually */
250 /* try to fill an array with all aliases */
251 const char **aliases; local
252 aliases=(const char **)malloc(count * sizeof(const char *));
253 if(aliases != 0) {
254 ucnv_getAliases("utf-8", aliases, &err);
263 } else if(aliases[aliasNum] != alias) {
268 free((char **)aliases);
    [all...]
  /external/mksh/src/
funcs.c 519 tp = ktsearch(&aliases, id, h ? h : hash(id));
977 struct table *t = &aliases;
1031 /* "hash -r" means reset all the tracked aliases.. */
1123 struct table *t = &aliases;
    [all...]
exec.c 975 /* drop same-name aliases for POSIX functions */
976 if ((tp = ktsearch(&aliases, name, nhash)))
    [all...]
main.c 242 ktinit(APERM, &aliases, 0);
    [all...]
sh.h 1018 /* flag bits used for taliases/builtins/aliases/keywords/functions */
1103 EXTERN struct table aliases; \/* aliases *\/ variable in typeref:struct:table
    [all...]
edit.c 395 glob_table(pat, &w, &aliases);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 444 # the call to BuildEnvironments for all_foo aliases to be defined.
  /external/llvm/test/MC/ARM/
neon-bitwise-encoding.s 234 @ Two-operand aliases
neon-vst-encoding.s 248 @ Spot-check additional size-suffix aliases.
neon-vld-encoding.s 464 @ Spot-check additional size-suffix aliases.
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 499 (*--... Operations on global variables, functions, and aliases (globals) ...--*)
582 (*--... Operations on aliases ..............................................--*)
    [all...]
  /external/oprofile/events/mips/74K/
events 120 event:0x41a counters:1,3 um:zero minimum:500 name:VA_TRANSALTION_CORNER_CASES : 26-1 Virtual memory address translation synonyms, homonyms, and aliases (loads/stores treated as miss in the cache)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 1726 import cjkcodecs.aliases namespace
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 107 String caCertAlias = ks.aliases().nextElement();
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 3 #define GL_MANGLE_C2 "This file is used to create GL function protypes and aliases for the function names"
8 #define GL_MANGLE_C4 get aliases
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 3 #define GL_MANGLE_C2 "This file is used to create GL function protypes and aliases for the function names"
8 #define GL_MANGLE_C4 get aliases
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 3 #define GL_MANGLE_C2 "This file is used to create GL function protypes and aliases for the function names"
8 #define GL_MANGLE_C4 get aliases
    [all...]

Completed in 928 milliseconds

1 2 34 5