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

1 2 3 4 5 67 8

  /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...]
  /external/mksh/src/
exec.c 985 /* drop same-name aliases for POSIX functions */
986 if ((tp = ktsearch(&aliases, name, nhash)))
    [all...]
lex.c 1044 if ((cf & ALIAS) && (p = ktsearch(&aliases, ident, h)) &&
1052 /* prefer POSIX but not Korn functions over aliases */
1065 /* prefer functions over aliases */
1213 /* pop aliases and re-reads */
1306 * aliases can be detected and we also need to
    [all...]
main.c 271 ktinit(APERM, &aliases, 0);
    [all...]
sh.h 1233 EXTERN struct table aliases; \/* aliases *\/ variable in typeref:struct:table
    [all...]
edit.c 467 glob_table(pat, &w, &aliases);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 1745 import cjkcodecs.aliases namespace
    [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/chromium_org/third_party/libjingle/source/talk/
main.scons 837 # the call to BuildEnvironments for all_foo aliases to be defined.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
avxcc.asm 1 ; Exhaustive test of AVX condition code aliases
  /external/llvm/test/MC/ARM/
neon-vld-encoding.s 464 @ Spot-check additional size-suffix aliases.
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.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...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 548 (*===-- Aliases -----------------------------------------------------------===*)
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/mesa3d/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...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 129 String caCertAlias = ks.aliases().nextElement();
    [all...]

Completed in 772 milliseconds

1 2 3 4 5 67 8