HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 276 - 300 of 378) sorted by null

<<111213141516

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 94 public CharsetISO2022(String icuCanonicalName, String javaCanonicalName, String[] aliases) {
95 super(icuCanonicalName, javaCanonicalName, aliases);
    [all...]
  /external/llvm/test/MC/ARM/
neon-vst-encoding.s 248 @ Spot-check additional size-suffix aliases.
neon-vld-encoding.s 464 @ Spot-check additional size-suffix aliases.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
341 all_host_names = [hostname, hname] + aliases
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
341 all_host_names = [hostname, hname] + aliases
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
341 all_host_names = [hostname, hname] + aliases
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
341 all_host_names = [hostname, hname] + aliases
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeProperty.java 293 "Value not in value aliases: " + value);
521 * Utility for managing property & non-string value aliases
530 * Utility for managing property & non-string value aliases
543 * Utility for managing property & non-string value aliases
557 * Utility for managing property & non-string value aliases
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 292 "Value not in value aliases: " + value);
520 * Utility for managing property & non-string value aliases
529 * Utility for managing property & non-string value aliases
542 * Utility for managing property & non-string value aliases
556 * Utility for managing property & non-string value aliases
    [all...]
  /external/mksh/src/
lex.c 1047 if ((cf & ALIAS) && (p = ktsearch(&aliases, ident, h)) &&
1055 /* prefer POSIX but not Korn functions over aliases */
1067 /* prefer functions over aliases */
1208 /* pop aliases and re-reads */
1301 * aliases can be detected and we also need to
    [all...]
main.c 291 ktinit(APERM, &aliases, 0);
    [all...]
sh.h 1306 EXTERN struct table aliases; \/* aliases *\/ variable in typeref:struct:table
    [all...]
edit.c 468 glob_table(pat, &w, &aliases);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /external/guice/lib/build/
spring-beans.jar 
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 2813 List<ParcelableString> aliases = conn.getService().getUserCaAliases().getList(); local
    [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 1748 import cjkcodecs.aliases namespace
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 723 /// Set up prototypes for any aliases that come over from the source module.
787 for (GlobalValue &SGV : SrcM.aliases())
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-memory.s 540 ; LDUR/STUR aliases for negative and unaligned LDR/STR instructions.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 773 aliases = alias variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 773 aliases = alias variable
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 768 for (const GlobalAlias &A : M->aliases()) {
    [all...]
  /external/v8/src/js/
regexp.js     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 

Completed in 1281 milliseconds

<<111213141516