HomeSort by relevance Sort by last modified time
    Searched refs:TAB3 (Results 1 - 16 of 16) sorted by null

  /cts/tests/app/app/src/android/app/stubs/
MockTabActivity.java 29 private static final String TAB3 = "tab3";
48 tabHost.addTab(tabHost.newTabSpec(TAB3).setIndicator(TAB3).setContent(
  /external/libedit/src/
tty.h 78 # ifndef TAB3
80 # define TAB3 OXTABS
82 # define TAB3 0
84 # endif /* !TAB3 */
tty.c 451 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 106 #define TAB3 0014000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 107 #define TAB3 0014000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 100 #define TAB3 0014000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 120 #define TAB3 0014000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 99 #define TAB3 0014000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 101 # define TAB3 0014000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 101 # define TAB3 0014000
  /bionic/tests/headers/posix/
termios_h.c 91 MACRO(TAB3);
  /external/python/cpython2/Modules/
termios.c 465 #ifdef TAB3
466 {"TAB3", TAB3},
  /external/python/cpython3/Modules/
termios.c 495 #ifdef TAB3
496 {"TAB3", TAB3},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 115 TAB3 = 0014000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 115 TAB3 = 0014000
  /external/toybox/toys/pending/
stty.c 106 { "tab1", TAB1, TABDLY }, { "tab2", TAB2, TABDLY }, { "tab3", TAB3, TABDLY },
128 { "tabs", "tab0" }, { "-tabs", "tab3" }, { "tandem", "ixoff" },

Completed in 494 milliseconds