/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
ioctl-types.h | 1 /* Structure types for pre-termios terminal ioctls. Linux version.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
vt.h | 26 /* 0x56 is 'V', to avoid collision with termios and kd */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
ioctl-types.h | 1 /* Structure types for pre-termios terminal ioctls. Linux version.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
vt.h | 26 /* 0x56 is 'V', to avoid collision with termios and kd */
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_intercept.h | 94 int ki_tcgetattr(int fd, struct termios* termios_p); 96 const struct termios *termios_p);
|
library.dsc | 236 "sys/termios.h", 255 "sys/termios.h",
|
mount_node.cc | 162 Error MountNode::Tcgetattr(struct termios* termios_p) { 167 const struct termios *termios_p) {
|
mount_node.h | 88 virtual Error Tcgetattr(struct termios* termios_p); 90 const struct termios *termios_p);
|
/external/chromium_org/remoting/host/setup/ |
start_host.cc | 6 #include <termios.h> 33 termios term;
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
console.cc | 32 #include <termios.h> 106 struct termios tcflags;
|
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/ |
consoletask.cc | 37 #include <termios.h> 111 struct termios tcflags;
|
/external/e2fsprogs/ext2ed/ |
win.c | 23 #include <termios.h> 36 struct termios termioInit, termioCurrent;
|
/external/openssh/openbsd-compat/ |
bsd-openpty.c | 73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, 186 struct termios tio;
|
readpassphrase.c | 29 #include <termios.h> 60 struct termios term, oterm;
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.h | 28 #include <termios.h> 72 struct termios saved_kbd_termios;
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsevents.c | 29 #include <termios.h> 43 struct termios tty;
|
/frameworks/base/core/jni/ |
android_hardware_SerialPort.cpp | 29 #include <termios.h> 144 struct termios tio;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pty.py | 3 # Bugs: No signal handling. Doesn't set slave termios and window size. 172 except tty.error: # This is the same as termios.error
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pty.py | 3 # Bugs: No signal handling. Doesn't set slave termios and window size. 172 except tty.error: # This is the same as termios.error
|
/external/compiler-rt/lib/asan/scripts/ |
asan_symbolize.py | 17 import termios namespace 155 attr = termios.tcgetattr(fd) 156 attr[3] = attr[3] & ~termios.ECHO 157 termios.tcsetattr(fd, termios.TCSANOW, attr)
|
/external/kernel-headers/original/linux/ |
serial_core.h | 167 void (*set_termios)(struct uart_port *, struct termios *new, 168 struct termios *old); 361 unsigned int uart_get_baud_rate(struct uart_port *port, struct termios *termios, 362 struct termios *old, unsigned int min,
|
/external/chromium_org/third_party/pexpect/ |
pexpect.py | 78 import termios namespace 766 attr = termios.tcgetattr(self.child_fd) 767 if attr[3] & termios.ECHO: 803 attr = termios.tcgetattr(self.child_fd) 805 attr[3] = attr[3] | termios.ECHO 807 attr[3] = attr[3] & ~termios.ECHO 811 termios.tcsetattr(self.child_fd, termios.TCSANOW, attr) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pty.py | 3 #Skip these tests if either fcntl or termios is not available 5 import_module('termios') 29 # fix that by doing the appropriate termios.tcsetattr()s. I couldn't
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pty.py | 3 #Skip these tests if either fcntl or termios is not available 5 import_module('termios') 29 # fix that by doing the appropriate termios.tcsetattr()s. I couldn't
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
termbits.h | 20 struct termios { struct
|