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

  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 22 self._watcher = watchdog_timer.WatchdogTimer(timeout)
26 return self._watcher
29 return self._watcher.GetElapsed()
49 remaining = self._watcher.GetRemaining()
51 msg = 'Timeout of %.1f secs expired' % self._watcher.GetTimeout()
  /external/python/cpython3/Lib/asyncio/
unix_events.py     [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 127 self._watcher = watcher
133 if self._watcher:
134 return self._watcher.update(str)
195 self._watcher = watcher
201 if self._watcher:
202 return self._watcher.update(str)
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py     [all...]

Completed in 302 milliseconds