HomeSort by relevance Sort by last modified time
    Searched full:disarm (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/
watchdog.h 8 // simply calling Arm() (to start timing) and Disarm() (to reset the timer).
15 // a second thread, and their methods call (Arm() and Disarm()) return very
37 // Start timing, and alarm when time expires (unless we're disarm()ed.)
43 void Disarm();
46 // Disarm(). This method can be overridden to create testable classes.
watchdog_unittest.cc 60 // Test ability to call Arm and Disarm repeatedly.
64 watchdog1.Disarm();
66 watchdog1.Disarm();
70 watchdog2.Disarm();
72 watchdog2.Disarm();
110 watchdog.Disarm();
watchdog.cc 68 void Watchdog::Disarm() {
message_pump_libevent.cc 181 // Must disarm the event before we can reuse it.
  /bionic/libc/bionic/
pthread-timers.c 489 * new it_interval is 0, we should disarm the timer
605 * first reload/disarm the timer has needed
  /external/libvpx/examples/includes/geshi/geshi/
rebol.php 68 'all','any','attempt','break','catch','compose','disarm','dispatch',
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 236 void disarm() { function in struct:android::NodeReaper
441 reaper.disarm();

Completed in 123 milliseconds