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

  /external/chromium_org/chrome/test/pyautolib/chromeos/
power_strip.py 82 resp = tn.read_until('Username:', timeout=PowerStrip.TIMEOUT)
86 resp = tn.read_until('Password:', timeout=PowerStrip.TIMEOUT)
90 resp = tn.read_until('Switched CDU:', timeout=PowerStrip.TIMEOUT)
99 resp = tn.read_until('Switched CDU:', timeout=PowerStrip.TIMEOUT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 118 read_until(expected, [timeout])
126 data = telnet.read_until('match')
135 data = telnet.read_until('not seen', self.block_short)
140 """Use select.poll() to implement telnet.read_until()."""
148 data = telnet.read_until('match')
152 """Use select.select() to implement telnet.read_until()."""
158 data = telnet.read_until('match')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 118 read_until(expected, [timeout])
126 data = telnet.read_until('match')
135 data = telnet.read_until('not seen', self.block_short)
140 """Use select.poll() to implement telnet.read_until()."""
148 data = telnet.read_until('match')
152 """Use select.select() to implement telnet.read_until()."""
158 data = telnet.read_until('match')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 150 read_until(expected, [timeout])
284 def read_until(self, match, timeout=None): member in class:Telnet
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 150 read_until(expected, [timeout])
284 def read_until(self, match, timeout=None): member in class:Telnet

Completed in 1312 milliseconds