/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/ |
D | parsing_unit.js | 10 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/ |
D | blockdpy.c | 122 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/ |
D | jsdom_parser_test.js | 23 parsing.suspend(); 24 parsing.suspend(); 57 parsing1.suspend(); 91 parsing.suspend();
|
/external/jetty/src/java/org/eclipse/jetty/continuation/ |
D | Jetty6Continuation.java | 168 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()
|
D | Continuation.java | 193 void suspend(); in suspend() method 236 void suspend(ServletResponse response); in suspend() method
|
D | FauxContinuation.java | 148 public void suspend(ServletResponse response) in suspend() method in FauxContinuation 152 suspend(); in suspend() 156 public void suspend() in suspend() method in FauxContinuation
|
D | Servlet3Continuation.java | 182 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/ |
D | QoSFilter.java | 143 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()
|
D | DoSFilter.java | 382 continuation.suspend(); in doFilter() 410 continuation.suspend(); in doFilter()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | DebugHandler.java | 61 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/ |
D | VideoViewTest.java | 96 view.suspend(); in shouldSuspendPlaying() 105 view.suspend(); in shouldResumePlaying() 133 view.suspend(); in shouldDetermineIfPausable()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 167 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()
|
D | solaris_lwp.h | 122 int ControlAllLwps(bool suspend);
|
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/ |
D | QoSFilter-mbean.properties | 4 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/ |
D | org.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/ |
D | ResumeTest.java | 53 debuggeeWrapper.vmMirror.suspend(); in testResume()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowVideoView.java | 69 public void suspend() { in suspend() method in ShadowVideoView
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | crash_generation_server.cc | 120 ScopedTaskSuspend suspend(remote_task); in WaitForOneMessage() local
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | AsyncContinuation.java | 999 public void suspend(ServletResponse response) in suspend() method in AsyncContinuation 1010 public void suspend() in suspend() method in AsyncContinuation
|
/external/jpeg/ |
D | change.log | 125 * 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/ |
D | driver_i.h | 461 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/ |
D | jdi.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/openssh/ |
D | PROTOCOL.agent | 483 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/ |
D | exception_handler.cc | 322 ScopedTaskSuspend suspend(child); in WriteMinidumpForChild() local
|
/external/expat/ |
D | Changes | 73 - Major new feature: suspend/resume. Handlers can now request
|