Searched refs:iwtd (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | utils.py | 130 def select_ignore_interrupts(iwtd, owtd, ewtd, timeout=None): argument 143 return select.select(iwtd, owtd, ewtd, timeout)
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 1545 def __select (self, iwtd, owtd, ewtd, timeout=None): argument 1558 return select.select (iwtd, owtd, ewtd, timeout)
|