HomeSort by relevance Sort by last modified time
    Searched refs:pty (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /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
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
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 */
  /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
86 #include <pty.h>
196 // If we aren't using the shell protocol we must allocate a PTY to properly close the
198 // of the PTY closes, which we rely on. If we use a raw pipe, processes that don't read/write,
200 // The shell protocol doesn't require a PTY because it's always monitoring the local socket FD
203 // Disable PTY input/output processing since the client is expecting raw data.
204 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 85 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \
87 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
103 CAMLprim value llvm_##camlname##_end(pty Mom) { \
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 62 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \
64 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
80 CAMLprim value llvm_##camlname##_end(pty Mom) { \
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 7495 milliseconds

12 3 4 5