Home
last modified time | relevance | path

Searched refs:startAsync (Results 1 – 16 of 16) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java58 service.startAsync(); in testNoOpServiceStartStop()
79 service.startAsync().awaitRunning(); in testNoOpServiceStartAndWaitStopAndWait()
89 service.startAsync().awaitRunning(); in testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait()
99 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotence()
117 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotenceAfterWait()
127 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotenceDoubleWait()
141 service.startAsync().awaitRunning(); in testNoOpServiceStartStopAndWaitUninterruptible()
173 service.startAsync(); in testManualServiceStartStop()
204 service.startAsync(); in testManualServiceNotifyStoppedWhileRunning()
223 service.startAsync(); in testManualServiceStopWhileStarting()
[all …]
DAbstractIdleServiceTest.java50 service.startAsync().awaitRunning(); in testServiceStartStop()
64 service.startAsync().awaitRunning(); in testStart_failed()
79 service.startAsync().awaitRunning(); in testStop_failed()
93 service.startAsync().awaitRunning(); in testStart()
109 service.startAsync().awaitRunning(); in testStart_failed()
130 service.startAsync().awaitRunning(); in testStop_afterStart()
149 service.startAsync().awaitRunning(); in testStop_failed()
168 service.startAsync().awaitRunning(); in testServiceToString()
184 service.startAsync().awaitRunning(1, TimeUnit.MILLISECONDS); in testTimeout()
DServiceManagerTest.java114 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()
129 manager.startAsync().awaitHealthy(); in testServiceStartStop()
153 manager.startAsync().awaitHealthy(); in testFailStart()
177 manager.startAsync().awaitHealthy(); in testFailRun()
199 manager.startAsync().awaitHealthy(); in testFailStop()
222 manager.startAsync(); in testTimeouts()
249 manager.startAsync().awaitHealthy(); in testSingleFailedServiceCallsStopped()
266 manager.startAsync().awaitHealthy(); in testFailStart_singleServiceCallsHealthy()
287 manager.startAsync(); in testFailStart_stopOthers()
315 manager.startAsync().awaitHealthy(); in testEmptyServiceManager()
[all …]
DAbstractExecutionThreadServiceTest.java67 service.startAsync().awaitRunning(); in testServiceStartStop()
83 service.startAsync().awaitRunning(); in testServiceStopIdempotence()
101 service.startAsync().awaitRunning(); in testServiceExitingOnItsOwn()
167 service.startAsync(); in testServiceThrowOnStartUp()
201 service.startAsync(); in testServiceThrowOnRun()
218 service.startAsync(); in testServiceThrowOnRunAndThenAgainOnShutDown()
255 service.startAsync().awaitRunning(); in testServiceThrowOnShutDown()
288 service.startAsync().awaitRunning(1, TimeUnit.MILLISECONDS); in testServiceTimeoutOnStartUp()
316 service.startAsync(); in testStopWhileStarting_runNotCalled()
337 service.startAsync().awaitRunning(); in testDefaultService()
DAbstractScheduledServiceTest.java61 service.startAsync().awaitRunning(); in testServiceStartStop()
76 service.startAsync().awaitRunning(); in testFailOnExceptionFromRun()
94 service.startAsync().awaitRunning(); in testFailOnExceptionFromStartUp()
106 service.startAsync().awaitRunning(); in testFailOnExceptionFromShutDown()
121 service.startAsync().awaitRunning(); in testRunOneIterationCalledMultipleTimes()
135 service.startAsync().awaitRunning(); in testExecutorOnlyCalledOnce()
174 service.startAsync(); in testDefaultExecutorIsShutdownWhenServiceIsStopped()
211 service.startAsync().awaitRunning(); in testDefaultExecutorIsShutdownWhenServiceFails()
221 service.startAsync().awaitRunning(); in testSchedulerOnlyCalledOnce()
383 service.startAsync().awaitRunning(); in testCustomSchedulerServiceStop()
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractExecutionThreadService.java206 @Override public final Service startAsync() {
207 delegate.startAsync();
DAbstractIdleService.java160 @Override public final Service startAsync() {
161 delegate.startAsync();
DService.java99 Service startAsync(); in startAsync() method
DAbstractScheduledService.java371 @Override public final Service startAsync() {
372 delegate.startAsync();
DServiceManager.java280 public ServiceManager startAsync() { in startAsync() method in ServiceManager
287 service.startAsync(); in startAsync()
DAbstractService.java218 @Override public final Service startAsync() {
/external/jetty/src/java/org/eclipse/jetty/continuation/
DServlet3Continuation.java188 _context=_request.startAsync(); in suspend()
201 _context=_request.startAsync(); in suspend()
/external/jetty/lib/
Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java971 protected void startAsync(final ServletContext context, in startAsync() method in AsyncContinuation
987 protected void startAsync() in startAsync() method in AsyncContinuation
DRequest.java2004 public AsyncContext startAsync() throws IllegalStateException in startAsync() method in Request
2008 _async.startAsync(); in startAsync()
2013 …public AsyncContext startAsync(ServletRequest servletRequest, ServletResponse servletResponse) thr… in startAsync() method in Request
2017 _async.startAsync(_context,servletRequest,servletResponse); in startAsync()
/external/jetty/
DVERSION.txt4 + 420776 complete error pages after startAsync
177 + 392129 fixed handling of timeouts after startAsync