HomeSort by relevance Sort by last modified time
    Searched defs:_pipe (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /external/python/cpython3/Lib/test/
test_pty.py 228 def _pipe(self): member in class:SmallPtyTests
245 read_from_stdout_fd, mock_stdout_fd = self._pipe()
247 mock_stdin_fd, write_to_stdin_fd = self._pipe()
273 read_from_stdout_fd, mock_stdout_fd = self._pipe()
275 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()

Completed in 475 milliseconds