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

  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer.py 58 from devil.utils import watchdog_timer
137 watchdog_timer.WatchdogTimer(timeout))
reraiser_thread_unittest.py 11 from devil.utils import watchdog_timer
96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
timeout_retry.py 13 from devil.utils import watchdog_timer
22 self._watcher = watchdog_timer.WatchdogTimer(timeout)
reraiser_thread.py 14 from devil.utils import watchdog_timer
143 watcher = watchdog_timer.WatchdogTimer(None)
  /external/libmojo/third_party/catapult/devil/devil/utils/
parallelizer.py 58 from devil.utils import watchdog_timer
137 watchdog_timer.WatchdogTimer(timeout))
reraiser_thread_unittest.py 11 from devil.utils import watchdog_timer
96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
timeout_retry.py 13 from devil.utils import watchdog_timer
20 self._watcher = watchdog_timer.WatchdogTimer(timeout)
reraiser_thread.py 14 from devil.utils import watchdog_timer
143 watcher = watchdog_timer.WatchdogTimer(None)
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 355 char watchdog_timer[15]={0}; local
357 snprintf(watchdog_timer,sizeof(watchdog_timer),"%s", (hardware->dmi.system.system_reset.watchdog ? "Present" :"Not Present"));
371 add_s("dmi.system.system_reset.watchdog",watchdog_timer);

Completed in 107 milliseconds