Searched refs:suspend (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/
H A Dparsing_unit.js10 ParsingUnit.prototype._stateGuard = function (suspend) {
11 if (this.suspended && suspend)
14 else if (!this.suspended && !suspend)
17 return suspend;
20 ParsingUnit.prototype.suspend = function () {
30 //while parsing loop is still running. E.g. when suspend() and resume() called synchronously.
/external/jetty/src/java/org/eclipse/jetty/continuation/
H A DContinuation.java57 * <p>The suspend/resume style is used when a servlet and/or
68 * continuation.suspend();
93 * The suspend/complete style is used when an asynchronous handler is used to
100 * continuation.suspend(response); // response may be wrapped
155 * continuation after a call to {@link #suspend()} or {@link #suspend(ServletResponse)}.
185 * Typically suspend with no arguments is uses when a call to {@link #resume()}
187 * {@link #suspend(ServletResponse)} method should be used instead of this method.
193 void suspend(); method in interface:Continuation
220 * Typically suspend wit
236 void suspend(ServletResponse response); method in interface:Continuation
[all...]
H A DJetty6Continuation.java166 * @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);
H A DFauxContinuation.java148 public void suspend(ServletResponse response) method in class:FauxContinuation
152 suspend();
156 public void suspend() method in class:FauxContinuation
H A DServlet3Continuation.java182 public void suspend(ServletResponse response) method in class:Servlet3Continuation
197 public void suspend() method in class:Servlet3Continuation
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Djsdom_parser_test.js23 parsing.suspend();
24 parsing.suspend();
57 parsing1.suspend();
91 parsing.suspend();
/external/libvncserver/x11vnc/misc/
H A Dblockdpy.c62 * The options -standby and -suspend change the desired DPMS level
122 CARD16 standby, suspend, off; variable
147 DPMSSetTimeouts(dpy, standby, suspend, off);
194 } else if (!strcmp(argv[i], "-suspend")) {
234 if (! DPMSGetTimeouts(dpy, &standby, &suspend, &off)) {
238 if (! standby || ! suspend || ! off) {
241 suspend = 1200;
246 suspend, off);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DDebugHandler.java61 boolean suspend=false;
108 suspend=baseRequest.getAsyncContinuation().isSuspended();
109 if (suspend)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DResumeTest.java53 debuggeeWrapper.vmMirror.suspend();
/external/google-breakpad/src/client/solaris/handler/
H A Dsolaris_lwp.h122 int ControlAllLwps(bool suspend);
H A Dsolaris_lwp.cc167 bool suspend = *(bool *)context; local
180 ctl[0] = suspend ? PCSTOP : PCRUN;
235 int SolarisLwp::ControlAllLwps(bool suspend) { argument
236 CallbackParam<LwpidCallback> callback_param(ControlLwp, &suspend);
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DQoSFilter.java67 * 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;
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 tim
[all...]
H A DDoSFilter.java382 continuation.suspend();
397 // we were not accepted, so either we suspend to wait,or if we were woken up we insist or we fail
410 continuation.suspend();
H A DProxyServlet.java517 // continuation.suspend()
535 // continuation.suspend()
659 continuation.suspend(response);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVideoView.java69 public void suspend() { method in class:ShadowVideoView
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DVideoViewTest.java96 view.suspend();
105 view.suspend();
133 view.suspend();
/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_server.cc120 ScopedTaskSuspend suspend(remote_task);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A 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
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java60 // handling() suspend() unhandle() resume() complete() doComplete()
344 * @see javax.servlet.ServletRequest#suspend(long)
997 * @see Continuation#suspend()
999 public void suspend(ServletResponse response) method in class:AsyncContinuation
1008 * @see Continuation#suspend()
1010 public void suspend() method in class:AsyncContinuation
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h461 if (wpa_s->driver->suspend)
462 wpa_s->driver->suspend(wpa_s->drv_priv);
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc322 ScopedTaskSuspend suspend(child);
826 // suspend all of the threads except for this one
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...

Completed in 1251 milliseconds

12