Searched defs:pty (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py13 import pty namespace
143 output. Uses pty to trick the child into providing unbuffered output.
146 pid, fd = pty.fork()
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py9 the standard Python pty module. The Pexpect interface focuses on ease of use so
76 import pty namespace
393 self.STDIN_FILENO = pty.STDIN_FILENO
394 self.STDOUT_FILENO = pty.STDOUT_FILENO
395 self.STDERR_FILENO = pty.STDERR_FILENO
445 # Solaris uses internal __fork_pty(). All others use pty.fork().
515 fork/exec type of stuff for a pty. This is called by __init__. If args
561 self.pid, self.child_fd = pty.fork()
563 raise ExceptionPexpect('pty.fork() failed: ' + str(e))
607 should be more portable than the pty
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml346 let pty = pointer_type nsty in var
347 struct_set_body nsty [| i32_type; pty |] false;
348 let elts = [| const_int i32_type 4; const_pointer_null pty |] in
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c20072 xmlSchemaTypePtr tx, ty, ptx, pty; local
20080 pty = xmlSchemaGetPrimitiveType(ty);
20090 if (ptx != pty)
/external/libxml2/
H A Dxmlschemas.c20073 xmlSchemaTypePtr tx, ty, ptx, pty; local
20081 pty = xmlSchemaGetPrimitiveType(ty);
20091 if (ptx != pty)

Completed in 367 milliseconds