Searched refs:pty (Results 1 - 20 of 20) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1861 PseudoTerminal pty; local
1874 pty_error = pty.OpenFirstAvailableMaster(O_RDWR|O_NOCTTY);
1877 stdin_path = stdout_path = stderr_path = pty.SlaveName();
1946 int master_fd = pty.ReleaseMasterFD();
2004 PseudoTerminal pty; local
2005 pid_t pid = pty.Fork(pty_error);
2055 // Release our master pty file descriptor so the pty class doesn't
2057 int master_fd = pty.ReleaseMasterFD();
2221 PseudoTerminal pty; local
[all...]
/external/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py14 import pty namespace
166 output. Uses pty to trick the child into providing unbuffered output.
169 pid, fd = pty.fork()
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py13 import pty namespace
154 output. Uses pty to trick the child into providing unbuffered output.
157 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/lldb/test/pexpect-2.4/
H A Dpexpect.py9 the standard Python pty module. The Pexpect interface focuses on ease of use so
75 import pty namespace
378 self.STDIN_FILENO = pty.STDIN_FILENO
379 self.STDOUT_FILENO = pty.STDOUT_FILENO
380 self.STDERR_FILENO = pty.STDERR_FILENO
417 # Solaris uses internal __fork_pty(). All others use pty.fork().
487 fork/exec type of stuff for a pty. This is called by __init__. If args
528 self.pid, self.child_fd = pty.fork()
530 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))
571 should be more portable than the pty
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp661 lldb_utility::PseudoTerminal pty; local
674 if (pty.OpenFirstAvailableMaster(O_RDWR|O_NOCTTY, NULL, 0))
675 slave_name = pty.GetSlaveName (NULL, 0);
766 if (pty.GetMasterFileDescriptor() != lldb_utility::PseudoTerminal::invalid_fd)
767 SetSTDIOFileDescriptor (pty.ReleaseMasterFileDescriptor());
/external/harfbuzz_ng/
H A Dgit.mk63 # And add those files to git. See vte/gnome-pty-helper/git.mk for
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c86 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \
88 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
104 CAMLprim value llvm_##camlname##_end(pty Mom) { \
H A Dllvm.mli625 (** [address_space pty] returns the address space qualifier of the pointer type
626 [pty]. See the method [llvm::PointerType::getAddressSpace]. *)
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml360 let pty = pointer_type nsty in var
361 struct_set_body nsty [| i32_type; pty |] false;
362 let elts = [| const_int i32_type 4; const_pointer_null pty |] in
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3018 ChardevDummy * pty; member in union:ChardevBackend::__anon30072
3038 char * pty; member in struct:ChardevReturn
H A Dqapi-visit.c5445 visit_type_ChardevDummy(m, &(*obj)->pty, "data", &err);
5519 visit_start_optional(m, obj ? &(*obj)->has_pty : NULL, "pty", &err);
5521 visit_type_str(m, obj ? &(*obj)->pty : NULL, "pty", &err);
/external/qemu/
H A Dqemu-char.c67 #include <pty.h>
78 #include <pty.h>
1001 * the virtual device linked to our pty. */
1062 /* Set raw attributes on the pty. */
1070 snprintf(chr->filename, len, "pty:%s", q_ptsname(s->fd));
2407 strcmp(filename, "pty") == 0 ||
2565 { .name = "pty", .open = qemu_chr_open_pty },
H A Dsavevm.c57 #include <pty.h>
H A Dvl-android.c125 #include <pty.h>
/external/clang/lib/Sema/
H A DSemaExpr.cpp9731 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) {
9733 if (pty->getKind() == BuiltinType::PseudoObject &&
9738 if (pty->getKind() == BuiltinType::Overload) {
9759 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) {
9762 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) {
9773 if (pty->getKind() == BuiltinType::Overload &&
10006 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) {
10008 if (pty->getKind() == BuiltinType::PseudoObject &&
10019 (pty->getKind() == BuiltinType::Overload ||
10020 pty
[all...]
/external/qemu/net/
H A Dnet-android.c68 #include <pty.h>
1851 /* who knows ... this could be a eg. a pty, do warn and continue as stream */
H A Dnet.c66 #include <pty.h>
1764 /* who knows ... this could be a eg. a pty, do warn and continue as stream */
/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.c20101 xmlSchemaTypePtr tx, ty, ptx, pty; local
20109 pty = xmlSchemaGetPrimitiveType(ty);
20119 if (ptx != pty)

Completed in 876 milliseconds