Searched defs:use_poll (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Lib/test/ | ||
| D | test_asyncore.py | 813 use_poll = False variable in TestAPI_UseIPv4Select |
| /external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ | ||
| D | fdpexpect.py | 37 logfile=None, encoding=None, codec_errors='strict', use_poll=False): argument |
| D | pty_spawn.py | 40 use_poll=False): argument |
| /external/python/cpython2/Lib/test/ | ||
| D | test_asyncore.py | 747 use_poll = False variable in TestAPI_UseSelect |
| /external/python/cpython2/Lib/ | ||
| D | asyncore.py | 205 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument |
| /external/python/cpython3/Lib/ | ||
| D | asyncore.py | 192 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument |