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

  /external/lldb/test/pexpect-2.4/
pxssh.py 136 self.read_nonblocking(size=10000,timeout=1) # GAS: Clear out the cache before getting the prompt
142 x = self.read_nonblocking(size=1000,timeout=1)
146 a = self.read_nonblocking(size=1000,timeout=1)
150 b = self.read_nonblocking(size=1000,timeout=1)
pexpect.py 401 self.logfile_read = None # input from child (read_nonblocking)
774 def read_nonblocking (self, size = 1, timeout = -1): member in class:spawn
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 60 s = child.read_nonblocking(4000, 0.1)
67 # #child.read_nonblocking(1,timeout=refresh_timeout)
68 # child.read_nonblocking(4000, 0.1)
cgishell.cgi 149 s = child.read_nonblocking(4000, 0.1)

Completed in 574 milliseconds