HomeSort by relevance Sort by last modified time
    Searched full:watchdog (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /packages/apps/Email/src/com/android/email/service/
MailService.java 77 private static final String EXTRA_DEBUG_WATCHDOG = "com.android.email.intent.extra.WATCHDOG";
79 /** Time between watchdog checks; in milliseconds */
270 // pressure, there will be no explicit restart. This is OK; Note that we set a watchdog
271 // alarm before each mailbox check. If the mailbox check never completes, the watchdog
380 * Create a watchdog alarm and set it. This is used in case a mail check fails (e.g. we are
382 * the watchdog will be replaced by the call to reschedule().
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 151 // Time to wait for NFC controller to initialize before watchdog
156 // Time to wait for routing to be applied before watchdog
629 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
630 watchDog.start();
643 watchDog.cancel();
676 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
677 watchDog.start();
708 // Stop watchdog if tag present
709 // A convenient way to stop the watchdog properly consists of
719 watchDog.cancel()
    [all...]
  /external/qemu/
qemu-options.hx     [all...]
  /external/kernel-headers/original/asm-mips/sibyte/
bcm1480_scd.h 182 * Watchdog Timer Initial Count Registers (Table 23)
192 * Watchdog Timer Configuration Registers (Table 25)
  /bionic/libc/kernel/arch-mips/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 99 // as a watchdog, to ensure that a non-responsive renderer won't block us from
  /external/dropbear/libtomcrypt/notes/
tech0004.txt 50 compromised and the PRNG will still eventually recover. The value FORTUNA_WD is the "WatchDog" counter.
  /external/kernel-headers/original/linux/
rtc.h 76 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */
ipmi_smi.h 193 /* The lower layer received a watchdog pre-timeout on interface. */
  /external/netperf/
netcpu_procstat.c 206 /* watchdog timers such as the udp stream test. We let these */
netcpu_kstat.c 355 /* watchdog timers such as the udp stream test. We let these */
netcpu_perfstat.c 278 /* watchdog timers such as the udp stream test. We let these */
netcpu_pstat.c 235 /* watchdog timers such as the udp stream test. We let these */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /external/chromium/base/
base.gypi 286 'threading/watchdog.cc',
287 'threading/watchdog.h',
  /external/strace/linux/
ioctlent.h 655 {"linux/watchdog.h", "WDIOC_GETSUPPORT", 0x5700},
656 {"linux/watchdog.h", "WDIOC_GETSTATUS", 0x5701},
657 {"linux/watchdog.h", "WDIOC_GETBOOTSTATUS", 0x5702},
658 {"linux/watchdog.h", "WDIOC_GETTEMP", 0x5703},
659 {"linux/watchdog.h", "WDIOC_SETOPTIONS", 0x5704},
660 {"linux/watchdog.h", "WDIOC_KEEPALIVE", 0x5705},
661 {"linux/watchdog.h", "WDIOC_SETTIMEOUT", 0x5706},
662 {"linux/watchdog.h", "WDIOC_GETTIMEOUT", 0x5707},
    [all...]
  /frameworks/base/services/java/com/android/server/
EventLogTags.logtags 64 # Watchdog.java
66 2802 watchdog (Service|3)
  /device/samsung/manta/
init.manta.rc 198 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker_mixin.py 79 # The DumpRenderTree watchdog uses 2.5x the timeout; we want to be
  /external/webkit/Tools/iExploder/iexploder-1.7.2/
README.txt 35 -w, --watchdog NUM How many seconds to wait for pages to load (45s)
  /libcore/luni/src/main/java/java/lang/
Daemons.java 198 * The watchdog exits the VM if the finalizer ever gets stuck. We consider
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 137 * bugreport after a system watchdog report
143 * until we are done handling the reporting of the watchdog error.
373 System.err.println("// WATCHDOG: " + message);
676 System.out.println("Print the watchdog report");
    [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 24 import com.android.server.Watchdog;
75 implements Watchdog.Monitor {
408 Watchdog.getInstance().addMonitor(this);
    [all...]

Completed in 824 milliseconds

1 23 4 5 6 7