Home
last modified time | relevance | path

Searched refs:iwtd (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dutils.py130 def select_ignore_interrupts(iwtd, owtd, ewtd, timeout=None): argument
143 return select.select(iwtd, owtd, ewtd, timeout)
/external/autotest/client/common_lib/
Dpexpect.py1545 def __select (self, iwtd, owtd, ewtd, timeout=None): argument
1558 return select.select (iwtd, owtd, ewtd, timeout)