HomeSort by relevance Sort by last modified time
    Searched full:termios (Results 226 - 250 of 536) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/remoting/host/setup/
start_host.cc 6 #include <termios.h>
33 termios term;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
platforminfo.py 108 import termios namespace
109 packed = fcntl.ioctl(sys.stderr.fileno(), termios.TIOCGWINSZ, '\0' * 8)
  /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
  /development/ndk/sources/android/libportable/arch-mips/
ioctl.c 21 #include <termios.h>
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
ChangeLog 19 * PORTING: Run correctly when termios isn't available (shines)
  /external/chromium_org/third_party/python_gflags/
ChangeLog 19 * PORTING: Run correctly when termios isn't available (shines)
  /external/dropbear/
includes.h 52 #include <termios.h>
  /external/e2fsprogs/e2fsck/
scantest.c 8 #include <termios.h>

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>