Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java59 service.startAsync(); in testNoOpServiceStartStop()
80 service.startAsync().awaitRunning(); in testNoOpServiceStartAndWaitStopAndWait()
90 service.startAsync().awaitRunning(); in testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait()
100 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotence()
118 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotenceAfterWait()
128 service.startAsync().awaitRunning(); in testNoOpServiceStopIdempotenceDoubleWait()
142 service.startAsync().awaitRunning(); in testNoOpServiceStartStopAndWaitUninterruptible()
174 service.startAsync(); in testManualServiceStartStop()
205 service.startAsync(); in testManualServiceNotifyStoppedWhileRunning()
224 service.startAsync(); in testManualServiceStopWhileStarting()
[all …]
DServiceManagerTest.java115 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()
136 b.startAsync(); in testServiceStartupTimes_selfStartingServices()
141 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()
160 manager.startAsync().awaitHealthy(); in testServiceStartStop()
184 manager.startAsync().awaitHealthy(); in testFailStart()
208 manager.startAsync().awaitHealthy(); in testFailRun()
230 manager.startAsync().awaitHealthy(); in testFailStop()
253 manager.startAsync(); in testTimeouts()
280 manager.startAsync().awaitHealthy(); in testSingleFailedServiceCallsStopped()
297 manager.startAsync().awaitHealthy(); in testFailStart_singleServiceCallsHealthy()
[all …]
DAbstractIdleServiceTest.java51 service.startAsync().awaitRunning(); in testServiceStartStop()
65 service.startAsync().awaitRunning(); in testStart_failed()
80 service.startAsync().awaitRunning(); in testStop_failed()
94 service.startAsync().awaitRunning(); in testStart()
110 service.startAsync().awaitRunning(); in testStart_failed()
131 service.startAsync().awaitRunning(); in testStop_afterStart()
150 service.startAsync().awaitRunning(); in testStop_failed()
169 service.startAsync().awaitRunning(); in testServiceToString()
185 service.startAsync().awaitRunning(1, TimeUnit.MILLISECONDS); in testTimeout()
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()
166 service.startAsync(); in testDefaultExecutorIsShutdownWhenServiceIsStopped()
194 service.startAsync().awaitRunning(); in testDefaultExecutorIsShutdownWhenServiceFails()
203 service.startAsync().awaitRunning(); in testSchedulerOnlyCalledOnce()
365 service.startAsync().awaitRunning(); in testCustomSchedulerServiceStop()
[all …]
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DStreamServiceTest.java93 service.startAsync().awaitRunning(); in testReadOutput()
111 service.startAsync().awaitRunning(); in failingProcess()
120 service.startAsync().awaitRunning(); in processDoesntExit()
131 service.startAsync().awaitRunning(); in testSocketInputOutput()
147 service.startAsync().awaitRunning(); in testSocketClosesBeforeProcess()
165 service.startAsync().awaitRunning(); in failsToAcceptConnection()
DServerSocketServiceTest.java49 service.startAsync().awaitRunning(); in startService()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractIdleService.java134 @Override public final Service startAsync() {
135 delegate.startAsync();
DAbstractExecutionThreadService.java180 @Override public final Service startAsync() {
181 delegate.startAsync();
DService.java65 Service startAsync(); in startAsync() method
DAbstractScheduledService.java348 @Override public final Service startAsync() {
349 delegate.startAsync();
DServiceManager.java272 public ServiceManager startAsync() { in startAsync() method in ServiceManager
280 service.startAsync(); in startAsync()
DAbstractService.java169 @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/caliper/caliper/src/main/java/com/google/caliper/runner/
DCaliperMain.java119 serviceManager.startAsync().awaitHealthy(); in exitlessMain()
DTrialRunLoop.java85 streamService.startAsync().awaitRunning(); in call()
/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/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/jetty/
DVERSION.txt4 + 420776 complete error pages after startAsync
177 + 392129 fixed handling of timeouts after startAsync
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...