HomeSort by relevance Sort by last modified time
    Searched refs:stdin_read (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 140 def _copy(master_fd, master_read=_read, stdin_read=_read):
144 standard input -> pty master (stdin_read)"""
152 data = stdin_read(STDIN_FILENO)
155 def spawn(argv, master_read=_read, stdin_read=_read):
169 _copy(master_fd, master_read, stdin_read)
  /external/python/cpython2/Lib/
pty.py 140 def _copy(master_fd, master_read=_read, stdin_read=_read):
144 standard input -> pty master (stdin_read)"""
155 data = stdin_read(STDIN_FILENO)
161 def spawn(argv, master_read=_read, stdin_read=_read):
175 _copy(master_fd, master_read, stdin_read)
  /external/python/cpython3/Lib/
pty.py 129 def _copy(master_fd, master_read=_read, stdin_read=_read):
133 standard input -> pty master (stdin_read)"""
144 data = stdin_read(STDIN_FILENO)
150 def spawn(argv, master_read=_read, stdin_read=_read):
164 _copy(master_fd, master_read, stdin_read)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pty.py 140 def _copy(master_fd, master_read=_read, stdin_read=_read):
144 standard input -> pty master (stdin_read)"""
155 data = stdin_read(STDIN_FILENO)
161 def spawn(argv, master_read=_read, stdin_read=_read):
175 _copy(master_fd, master_read, stdin_read)
  /prebuilts/gdb/linux-x86/lib/python2.7/
pty.py 140 def _copy(master_fd, master_read=_read, stdin_read=_read):
144 standard input -> pty master (stdin_read)"""
155 data = stdin_read(STDIN_FILENO)
161 def spawn(argv, master_read=_read, stdin_read=_read):
175 _copy(master_fd, master_read, stdin_read)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 140 def _copy(master_fd, master_read=_read, stdin_read=_read):
144 standard input -> pty master (stdin_read)"""
155 data = stdin_read(STDIN_FILENO)
161 def spawn(argv, master_read=_read, stdin_read=_read):
175 _copy(master_fd, master_read, stdin_read)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 140 def _copy(master_fd, master_read=_read, stdin_read=_read):
144 standard input -> pty master (stdin_read)"""
155 data = stdin_read(STDIN_FILENO)
161 def spawn(argv, master_read=_read, stdin_read=_read):
175 _copy(master_fd, master_read, stdin_read)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 172 ScopedHandle stdin_read, stdin_write; local
178 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) ||
216 si.hStdInput = stdin_read.get();
  /external/curl/src/
tool_formparse.c 384 static size_t stdin_read(char *buffer, size_t size, size_t nitems, void *arg) function
495 stdin_read, stdin_seek, stdin_free, sip);

Completed in 164 milliseconds