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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 356 s_args = s_reply
358 s_args = s_args + (timeout,)
361 while not self.eof and select.select(*s_args) == s_reply:
375 s_args = s_reply + (timeout-elapsed,)
747 s_args = ([self.fileno()], [], [], timeout-elapsed)
748 r, w, x = select.select(*s_args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 356 s_args = s_reply
358 s_args = s_args + (timeout,)
361 while not self.eof and select.select(*s_args) == s_reply:
375 s_args = s_reply + (timeout-elapsed,)
747 s_args = ([self.fileno()], [], [], timeout-elapsed)
748 r, w, x = select.select(*s_args)

Completed in 69 milliseconds