HomeSort by relevance Sort by last modified time
    Searched refs:tty (Results 101 - 125 of 206) sorted by null

1 2 3 45 6 7 8 9

  /system/core/adb/
commandline.cpp 119 " ppp TTY [PARAMETER...] run PPP over USB\n"
686 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T local
713 tty = kPtyDefinitely;
719 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes;
722 tty = kPtyNo;
733 if (tty == kPtyNo) {
735 } else if (tty == kPtyAuto) {
736 // If stdin isn't a TTY, default to a raw shell; this lets
742 } else if (tty == kPtyYes)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 368 import sys, tty, termios
378 import sys, tty, termios, select
384 tty.setraw(fd)
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 516 FILE *tty = fopen("/dev/tty", "w"); local
519 vfprintf(tty, format, ap);
521 fclose(tty);
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 73 struct tty *tty; member in struct:putchar_arg
  /external/python/cpython3/Python/
bltinmodule.c 1863 int tty; local
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 75 import tty
303 of bytes that Pexpect will try to read from a TTY at one time. Setting
608 """This makes the pseudo-terminal the controlling tty. This should be
614 # Disconnect from controlling tty if still connected.
615 fd = os.open("/dev/tty", os.O_RDWR | os.O_NOCTTY);
621 # Verify we are disconnected from controlling tty
623 fd = os.open("/dev/tty", os.O_RDWR | os.O_NOCTTY);
626 raise ExceptionPexpect, "Error! We are not disconnected from a controlling tty."
628 # Good! We are disconnected from a controlling tty.
638 # Verify we now have a controlling tty
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
tools.jar 
  /external/toybox/toys/pending/
telnetd.c 156 static void write_issue(char *tty)
172 if (ch == 'l') fputs(tty, stdout);
185 char tty_name[30]; //tty name length.
  /external/toybox/
Android.mk 213 toys/posix/tty.c \
381 tty \
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 22 Ctty int // Controlling TTY fd
23 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
233 // Detach fd 0 from tty
241 // Set the controlling TTY to Ctty
exec_solaris.go 18 Ctty int // Controlling TTY fd
19 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
235 // Detach fd 0 from tty
243 // Set the controlling TTY to Ctty
  /prebuilts/go/linux-x86/src/syscall/
exec_bsd.go 22 Ctty int // Controlling TTY fd
23 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
233 // Detach fd 0 from tty
241 // Set the controlling TTY to Ctty
exec_solaris.go 18 Ctty int // Controlling TTY fd
19 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
235 // Detach fd 0 from tty
243 // Set the controlling TTY to Ctty
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py     [all...]
  /external/python/cpython2/Lib/
pydoc.py     [all...]
  /external/python/cpython3/Lib/
pydoc.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 338 milliseconds

1 2 3 45 6 7 8 9