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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_telnetlib.py 144 if not telnet._has_poll:
146 telnet._has_poll = True
156 telnet._has_poll = False
431 if not telnet._has_poll:
433 telnet._has_poll = True
443 telnet._has_poll = False
test_subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_telnetlib.py 144 if not telnet._has_poll:
146 telnet._has_poll = True
156 telnet._has_poll = False
431 if not telnet._has_poll:
433 telnet._has_poll = True
443 telnet._has_poll = False
test_subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 144 if not telnet._has_poll:
146 telnet._has_poll = True
156 telnet._has_poll = False
431 if not telnet._has_poll:
433 telnet._has_poll = True
443 telnet._has_poll = False
test_subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 144 if not telnet._has_poll:
146 telnet._has_poll = True
156 telnet._has_poll = False
431 if not telnet._has_poll:
433 telnet._has_poll = True
443 telnet._has_poll = False
test_subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 209 self._has_poll = hasattr(select, 'poll')
292 if self._has_poll:
649 if self._has_poll:
subprocess.py 430 _has_poll = hasattr(select, 'poll') variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 209 self._has_poll = hasattr(select, 'poll')
292 if self._has_poll:
649 if self._has_poll:
subprocess.py 430 _has_poll = hasattr(select, 'poll') variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 209 self._has_poll = hasattr(select, 'poll')
292 if self._has_poll:
649 if self._has_poll:
subprocess.py 430 _has_poll = hasattr(select, 'poll') variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 209 self._has_poll = hasattr(select, 'poll')
292 if self._has_poll:
649 if self._has_poll:
subprocess.py 430 _has_poll = hasattr(select, 'poll') variable
    [all...]

Completed in 105 milliseconds