HomeSort by relevance Sort by last modified time
    Searched refs:pty (Results 1 - 25 of 68) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 8 import pty namespace
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty namespace
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py 8 import pty namespace
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty namespace
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 8 import pty namespace
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty namespace
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 8 import pty namespace
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty namespace
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /external/compiler-rt/test/msan/Linux/
forkpty.cc 3 #include <pty.h>
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
getpass.cc 7 #include <pty.h>
  /bionic/tests/
pty_test.cpp 17 #include <pty.h>
30 TEST(pty, openpty) {
54 TEST(pty, forkpty) {
106 TEST(pty, bug_28979140) {
108 // pass data through a raw pty, but missing necessary memory barriers.
117 // 1. Open raw pty.
  /sdk/eclipse/scripts/
gen_icon.py 62 pty = (sz4 - tsy) / 2
64 draw.text((ptx + i, pty), data.letter, font=font, fill=data.letter_color)
  /external/toybox/
toys.h 65 #include <pty.h>
  /bionic/libc/bionic/
pty.cpp 31 #include <pty.h>
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 10 import pty namespace
181 # have udevadm output to a pty so it will line buffer
182 (master, slave) = pty.openpty()
  /hardware/qcom/msm8996/kernel-headers/media/
radio-iris.h 269 __u8 pty; member in struct:hci_fm_tx_ps
279 __u8 pty; member in struct:hci_fm_tx_rt
527 __u8 pty; member in struct:hci_ev_srch_st
  /hardware/qcom/msm8996/original-kernel-headers/media/
radio-iris.h 249 __u8 pty; member in struct:hci_fm_tx_ps
258 __u8 pty; member in struct:hci_fm_tx_rt
501 __u8 pty; member in struct:hci_ev_srch_st
  /external/autotest/client/common_lib/
pexpect.py 9 the standard Python pty module. The Pexpect interface focuses on ease of use so
74 import pty namespace
377 self.STDIN_FILENO = pty.STDIN_FILENO
378 self.STDOUT_FILENO = pty.STDOUT_FILENO
379 self.STDERR_FILENO = pty.STDERR_FILENO
416 # Solaris uses internal __fork_pty(). All others use pty.fork().
486 fork/exec type of stuff for a pty. This is called by __init__. If args
527 self.pid, self.child_fd = pty.fork()
529 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))
570 should be more portable than the pty.fork() function. Specifically
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 178 output. Uses pty to trick the child into providing unbuffered output.
182 import pty namespace
184 pid, fd = pty.fork()
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 22 * pty's as system_u:system_r:initrc_t
38 #include <pty.h> /* for forkpty */
  /external/autotest/client/virt/
aexpect.py 8 import os, sys, pty, select, termios, fcntl namespace
80 (shell_pid, shell_fd) = pty.fork()
    [all...]
  /system/core/adb/
shell_service.cpp 19 // There are two types of subprocesses, PTY or raw. PTY is typically used for
27 // PTY No | No No
29 // PTY Yes | Yes No
85 #include <pty.h>
209 // If we aren't using the shell protocol we must allocate a PTY to properly close the
211 // of the PTY closes, which we rely on. If we use a raw pipe, processes that don't read/write,
213 // The shell protocol doesn't require a PTY because it's always monitoring the local socket FD
216 // Disable PTY input/output processing since the client is expecting raw data.
217 D("Can't create raw subprocess without shell protocol, using PTY in raw mode instead")
    [all...]
  /external/harfbuzz_ng/
git.mk 66 # And add those files to git. See vte/gnome-pty-helper/git.mk for
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 84 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \
86 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
102 CAMLprim value llvm_##camlname##_end(pty Mom) { \
    [all...]

Completed in 510 milliseconds

1 2 3