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

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 71 mfd, sfd = pty.openpty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 71 mfd, sfd = pty.openpty()
  /external/autotest/client/cros/bluetooth/
output_recorder.py 36 terminal is created through pty.openpty(). This forces the
75 self._master, self._slave = pty.openpty()
  /external/autotest/client/cros/cellular/wardmodem/
at_channel_unittest.py 29 master, slave = os.openpty()
at_transceiver_unittest.py 48 master, slave = os.openpty()
wardmodem.py 212 self._wm_at_port, self._mm_at_port = os.openpty()
  /external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 182 (master, slave) = pty.openpty()
  /external/python/cpython3/Include/
pyport.h 528 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
531 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
  /external/python/cpython3/Lib/test/
test_readline.py 217 [master, slave] = pty.openpty()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 645 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
648 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 668 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
671 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 684 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
687 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 645 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
648 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
  /external/python/cpython2/Include/
pyport.h 668 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
671 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
675 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
675 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
675 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
675 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 193 if (openpty(&master, &slave, nullptr, nullptr, nullptr) == -1) return -1;
  /external/autotest/client/common_lib/
pexpect.py 582 parent_fd, child_fd = os.openpty()
584 raise ExceptionPexpect, "Error! Could not open pty with os.openpty()."
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py     [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]

Completed in 995 milliseconds

12 3