Searched refs:read_nonblocking (Results 1 - 6 of 6) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
H A Drpm_controller_unittest.py186 self.mox.StubOutWithMock(pexpect.spawn, 'read_nonblocking')
190 pexpect.spawn.read_nonblocking(
193 pexpect.spawn.read_nonblocking(
196 pexpect.spawn.read_nonblocking(
214 pexpect.spawn.read_nonblocking(
218 pexpect.spawn.read_nonblocking(
225 pexpect.spawn.read_nonblocking(
237 pexpect.spawn.read_nonblocking(
240 pexpect.spawn.read_nonblocking(
242 pexpect.spawn.read_nonblocking(
[all...]
/external/autotest/client/common_lib/
H A Dpxssh.py136 self.read_nonblocking(size=10000,timeout=1) # GAS: Clear out the cache before getting the prompt
140 x = self.read_nonblocking(size=1000,timeout=1)
144 a = self.read_nonblocking(size=1000,timeout=1)
148 b = self.read_nonblocking(size=1000,timeout=1)
H A Dpexpect.py400 self.logfile_read = None # input from child (read_nonblocking)
769 def read_nonblocking (self, size = 1, timeout = -1): member in class:spawn
784 read_nonblocking(size=100, timeout=30) and only one character is
792 raise ValueError ('I/O operation on closed file in read_nonblocking().')
806 raise EOF ('End Of File (EOF) in read_nonblocking(). Braindead platform.')
813 raise EOF ('End Of File (EOF) in read_nonblocking(). Pokey platform.')
822 raise EOF ('End of File (EOF) in read_nonblocking(). Very pokey platform.')
824 raise TIMEOUT ('Timeout exceeded in read_nonblocking().')
831 raise EOF ('End Of File (EOF) in read_nonblocking(). Exception style platform.')
834 raise EOF ('End Of File (EOF) in read_nonblocking()
[all...]
/external/autotest/client/virt/
H A Daexpect.py901 def read_nonblocking(self, timeout=None): member in class:Expect
947 Read using read_nonblocking until a match is found using match_patterns,
951 @brief: Read from child using read_nonblocking until a pattern
959 @param internal_timeout: The timeout to pass to read_nonblocking
980 data = self.read_nonblocking(internal_timeout)
1004 Read using read_nonblocking until the last word of the output matches
1010 @param internal_timeout: The timeout to pass to read_nonblocking
1033 Read using read_nonblocking until the last non-empty line of the output
1038 @brief: Read using read_nonblocking until the last non-empty line
1044 @param internal_timeout: The timeout to pass to read_nonblocking
[all...]
/external/autotest/client/tests/kvm/tests/
H A Dksm_overcommit.py203 out = session.read_nonblocking(0.1)
H A Dvirtio_console.py601 data = vm_port.read_nonblocking()

Completed in 333 milliseconds