Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/
Dparsing_unit.js10 ParsingUnit.prototype._stateGuard = function (suspend) { argument
11 if (this.suspended && suspend)
14 else if (!this.suspended && !suspend)
17 return suspend;
20 ParsingUnit.prototype.suspend = function () { method in ParsingUnit
/external/libvncserver/x11vnc/misc/
Dblockdpy.c122 CARD16 standby, suspend, off; variable
147 DPMSSetTimeouts(dpy, standby, suspend, off); in reset()
234 if (! DPMSGetTimeouts(dpy, &standby, &suspend, &off)) { in main()
238 if (! standby || ! suspend || ! off) { in main()
241 suspend = 1200; in main()
246 suspend, off); in main()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
Djsdom_parser_test.js23 parsing.suspend();
24 parsing.suspend();
57 parsing1.suspend();
91 parsing.suspend();
/external/jetty/src/java/org/eclipse/jetty/continuation/
DJetty6Continuation.java168 public void suspend(ServletResponse response) in suspend() method in Jetty6Continuation
177 _j6Continuation.suspend(_timeout); in suspend()
186 public void suspend() in suspend() method in Jetty6Continuation
195 _j6Continuation.suspend(_timeout); in suspend()
DContinuation.java193 void suspend(); in suspend() method
236 void suspend(ServletResponse response); in suspend() method
DFauxContinuation.java148 public void suspend(ServletResponse response) in suspend() method in FauxContinuation
152 suspend(); in suspend()
156 public void suspend() in suspend() method in FauxContinuation
DServlet3Continuation.java182 public void suspend(ServletResponse response) in suspend() method in Servlet3Continuation
197 public void suspend() in suspend() method in Servlet3Continuation
/external/jetty/src/java/org/eclipse/jetty/servlets/
DQoSFilter.java143 long suspend = __DEFAULT_TIMEOUT_MS; in init() local
145 suspend=Integer.parseInt(filterConfig.getInitParameter(SUSPEND_INIT_PARAM)); in init()
146 _suspendMs=suspend; in init()
176 continuation.suspend(); in doFilter()
DDoSFilter.java382 continuation.suspend(); in doFilter()
410 continuation.suspend(); in doFilter()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DDebugHandler.java61 boolean suspend=false; in handle()
108 suspend=baseRequest.getAsyncContinuation().isSuspended(); in handle()
109 if (suspend) in handle()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DVideoViewTest.java96 view.suspend(); in shouldSuspendPlaying()
105 view.suspend(); in shouldResumePlaying()
133 view.suspend(); in shouldDetermineIfPausable()
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc167 bool suspend = *(bool *)context; in ControlLwp() local
180 ctl[0] = suspend ? PCSTOP : PCRUN; in ControlLwp()
235 int SolarisLwp::ControlAllLwps(bool suspend) { in ControlAllLwps() argument
236 CallbackParam<LwpidCallback> callback_param(ControlLwp, &suspend); in ControlAllLwps()
Dsolaris_lwp.h122 int ControlAllLwps(bool suspend);
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DQoSFilter-mbean.properties4 suspendMs: amount of time (in milliseconds) that the filter would suspend a request for while waiti…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... .core.runtime.jobs.ISchedulingRule lock boolean suspend boolean needTransfer int lockIndex int threadIndex public java.lang ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DResumeTest.java53 debuggeeWrapper.vmMirror.suspend(); in testResume()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowVideoView.java69 public void suspend() { in suspend() method in ShadowVideoView
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc120 ScopedTaskSuspend suspend(remote_task); in WaitForOneMessage() local
/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java999 public void suspend(ServletResponse response) in suspend() method in AsyncContinuation
1010 public void suspend() in suspend() method in AsyncContinuation
/external/jpeg/
Dchange.log125 * We changed jpeg_start_decompress() to be able to suspend; this makes all
205 suspend processing on source/sink buffer overrun, although this is not
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h461 if (wpa_s->driver->suspend) in wpa_drv_suspend()
462 wpa_s->driver->suspend(wpa_s->drv_priv); in wpa_drv_suspend()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/openssh/
DPROTOCOL.agent483 The agent supports temporary locking with a passphrase to suspend
491 it will suspend processing requests and return a SSH_AGENT_SUCCESS
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc322 ScopedTaskSuspend suspend(child); in WriteMinidumpForChild() local
/external/expat/
DChanges73 - Major new feature: suspend/resume. Handlers can now request

123