HomeSort by relevance Sort by last modified time
    Searched refs:suspend (Results 101 - 125 of 390) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
sysdev.h 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class
42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
  /external/jetty/src/java/org/eclipse/jetty/continuation/
Jetty6Continuation.java 166 * @see org.eclipse.jetty.continuation.Continuation#suspend(javax.servlet.ServletResponse)
168 public void suspend(ServletResponse response) method in class:Jetty6Continuation
177 _j6Continuation.suspend(_timeout);
186 public void suspend() method in class:Jetty6Continuation
195 _j6Continuation.suspend(_timeout);
FauxContinuation.java 44 private static final int __SUSPENDING=2; // Suspend called, but not yet returned to container
148 public void suspend(ServletResponse response) method in class:FauxContinuation
152 suspend(); method
156 public void suspend() method in class:FauxContinuation
  /hardware/intel/img/psb_video/src/
object_heap.h 94 * Suspend an object
97 void object_heap_suspend_object(object_base_p obj, int suspend);
  /system/core/libsuspend/
autosuspend.c 22 #include <suspend/autosuspend.h>
41 /* Remove autosleep so userspace can manager suspend/resume and keep stats */
  /art/runtime/interpreter/mterp/mips64/
op_goto.S 23 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
op_goto_16.S 22 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
bincmp.S 30 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
op_goto_32.S 27 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
op_packed_switch.S 34 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
zcmp.S 28 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyThreadReference.java 109 public void suspend() { method in class:LazyThreadReference
110 getValue().suspend();
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
DebugHandler.java 61 boolean suspend=false;
108 suspend=baseRequest.getAsyncContinuation().isSuspended();
109 if (suspend)
112 _print.println(d+(ms>99?".":(ms>9?".0":".00"))+ms+":"+name+" SUSPEND");
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
jsdom_parser_test.js 23 parsing.suspend();
24 parsing.suspend();
57 parsing1.suspend();
91 parsing.suspend();
  /frameworks/base/core/java/android/os/
UpdateEngine.java 152 public void suspend() { method in class:UpdateEngine
154 mUpdateEngine.suspend();
  /system/extras/ANRdaemon/
ANRdaemon.cpp 86 static bool suspend= false; variable
264 } while (!suspend && is_heavy_load());
310 if (!suspend && is_heavy_load()) {
330 suspend = true;
445 suspend = false;
453 suspend = true;
457 suspend = true;
460 suspend = false;
470 * SIGSTOP: Stop logging and suspend the daemon.
521 " SIGSTOP: suspend all function of the daemon\n
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ResumeTest.java 45 * <BR>It runs ResumeDebuggee, suspends debuggee with VirtualMachine.Suspend
53 debuggeeWrapper.vmMirror.suspend();
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.h 122 int ControlAllLwps(bool suspend);
  /external/jetty/src/java/org/eclipse/jetty/servlets/
QoSFilter.java 67 * the semaphore. This wait is controlled by the "waitMs" init parameter and allows the expense of a suspend to be
69 * for the default suspend period of the container or the valued set as the "suspendMs" init parameter.
143 long suspend = __DEFAULT_TIMEOUT_MS; local
145 suspend=Integer.parseInt(filterConfig.getInitParameter(SUSPEND_INIT_PARAM));
146 _suspendMs=suspend;
176 continuation.suspend();
300 * Get the amount of time (in milliseconds) that the filter would suspend
303 * @return suspend time (in milliseconds)
312 * Set the amount of time (in milliseconds) that the filter would suspend
315 * @param value suspend time (in milliseconds
    [all...]
  /system/update_engine/
binder_service_android.h 67 android::binder::Status suspend() override;
  /external/v8/test/mjsunit/
debug-suspend.js 37 var base_suspend_request = '"seq":0,"type":"request","command":"suspend"'
77 // Test simple suspend request.
91 // Stop debugger and check that suspend command changes running flag.
  /libcore/ojluni/src/main/java/java/lang/
ThreadGroup.java 670 * This method then calls the <code>suspend</code> method on all the
676 * @see java.lang.Thread#suspend()
681 * {@link Thread#suspend} for details.
684 public final void suspend() { method in class:ThreadGroup
686 Thread.currentThread().suspend();
696 private boolean stopOrSuspend(boolean suspend) {
706 else if (suspend)
707 threads[i].suspend(); method
718 suicide = groupsSnapshot[i].stopOrSuspend(suspend) || suicide;
740 * <tt>Thread.suspend</tt> and <tt>ThreadGroup.suspend</tt>
    [all...]
  /system/bt/bta/av/
bta_av_api.c 302 ** If suspend is TRUE, this function sends AVDT suspend signal
308 void BTA_AvStop(BOOLEAN suspend)
315 p_buf->suspend = suspend;
325 ** If suspend is TRUE, this function tries the suspend/reconfigure
327 ** If suspend is FALSE or when suspend/reconfigure fails,
333 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx
    [all...]

Completed in 822 milliseconds

1 2 3 45 6 7 8 91011>>