HomeSort by relevance Sort by last modified time
    Searched defs:watchdog (Results 1 - 25 of 34) sorted by null

1 2

  /external/compiler-rt/test/tsan/
fork_deadlock.cc 16 static void *watchdog(void *p) { function
27 pthread_create(&th2, 0, watchdog, 0);
  /external/valgrind/helgrind/tests/
tc18_semabuse.c 47 void* watchdog ( void* v ) function
50 fprintf(stderr, "watchdog timer expired - not a good sign\n");
58 r= pthread_create(&t, NULL, watchdog, NULL);
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 98 * This is a watchdog used to stop the process if it hasn't been pinged
101 * Watchdog w = new Watchdog(10000); // 10 seconds.
102 * w.start(); // start the watchdog.
108 * w.end(); // ask the watchdog to stop.
111 class Watchdog extends Thread {
116 public Watchdog(long timeoutMs) {
180 Watchdog watchdog = new Watchdog(5000) local
265 Watchdog watchdog = new Watchdog(5000); local
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 253 PresenceCheckWatchdog watchdog; local
256 watchdog = mWatchdog;
258 if (watchdog != null) {
259 // Watchdog has already disconnected or will do it
260 watchdog.end();
262 watchdog.join();
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; local
420 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 60000, now);
432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; local
445 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 1000, now);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
ant-junit.jar 
  /frameworks/base/services/java/com/android/server/
SystemServer.java 599 final Watchdog watchdog = Watchdog.getInstance(); local
600 watchdog.init(context, mActivityManagerService);
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /frameworks/rs/
rsContext.h 200 watchdog.command = cmd;
201 watchdog.file = file;
202 watchdog.line = line;
240 } watchdog; member in class:android::renderscript::Context
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/ip32/
crime.h 104 volatile unsigned long watchdog; member in struct:sgi_crime
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 531 ExecuteWatchdog watchdog= createWatchdog(); local
533 int exitValue= executeAsForked(cmd, watchdog);
534 if(null != watchdog) {
535 wasKilled= watchdog.killedProcess();
805 * @param watchdog
808 protected int executeAsForked(CommandlineJava cmd, ExecuteWatchdog watchdog) {
810 watchdog);
856 * watchdog instance.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1317 milliseconds

1 2