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

1 2

  /external/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Watchdog class.
26 class Watchdog {
28 Watchdog(unsigned int seconds);
29 ~Watchdog();
32 Watchdog(const Watchdog &other) = delete;
33 Watchdog &operator=(const Watchdog &other) = delete
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 39 // This is a watchdog entry for one thread.
52 // This is a watchdog thread which dumps stacks of other threads periodically.
53 private static Watchdog sWatchdog = new Watchdog();
55 private static class Watchdog {
62 synchronized (Watchdog.this) {
70 public Watchdog() {
71 mHandlerThread = new HandlerThread("Watchdog Handler",
  /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...]
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 57 public class Watchdog extends Thread {
58 static final String TAG = "Watchdog";
63 // Set this to true to have the watchdog record kernel thread stacks when it fires
68 // can trigger the watchdog.
104 static Watchdog sWatchdog;
202 synchronized (Watchdog.this) {
208 synchronized (Watchdog.this) {
230 private static final class BinderThreadMonitor implements Watchdog.Monitor {
241 public static Watchdog getInstance() {
243 sWatchdog = new Watchdog();
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 911 milliseconds

1 2