Searched refs:shutDown (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractExecutionThreadService.java28 * {@link #shutDown} methods. This class uses a single thread to execute the
55 shutDown();
64 shutDown();
104 protected void shutDown() throws Exception {} method in class:AbstractExecutionThreadService
H A DAbstractIdleService.java27 * implement {@link #startUp} and {@link #shutDown} methods, each
57 shutDown();
72 protected abstract void shutDown() throws Exception; method in class:AbstractIdleService
H A DAbstractScheduledService.java35 * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in
37 * {@link #shutDown} and also a {@link #runOneIteration} method that will be executed periodically.
40 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the
44 * the {@link #shutDown} method.
47 * #startUp} and {@link #shutDown}) will never run concurrently. Notably, if any execution of {@link
73 * protected void shutDown() throws Exception {
162 // shutDown or runOneIteration) run concurrently with one another.
172 shutDown();
214 // to a failed state, also this means that shutDown has already been called, so we
218 shutDown();
243 protected abstract void shutDown() throws Exception; method in class:AbstractScheduledService
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractExecutionThreadServiceTest.java151 @Override protected void shutDown() { method in class:AbstractExecutionThreadServiceTest.WaitOnRunService
234 @Override protected void shutDown() { method in class:AbstractExecutionThreadServiceTest.ThrowOnRunService
269 @Override protected void shutDown() { method in class:AbstractExecutionThreadServiceTest.ThrowOnShutDown
H A DAbstractIdleServiceTest.java106 @Override protected void shutDown() { method in class:AbstractIdleServiceTest.NullService
H A DAbstractScheduledServiceTest.java70 @Override protected void shutDown() throws Exception { } method in class:AbstractScheduledServiceTest.NullService
209 protected void shutDown() throws Exception { method in class:AbstractScheduledServiceTest.TestService
374 @Override protected void shutDown() throws Exception { } method in class:AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
420 @Override protected void shutDown() throws Exception { } method in class:AbstractScheduledServiceTest.SchedulerTest.TestFailingCustomScheduledService
/external/guava/guava/src/com/google/common/base/internal/
H A DFinalizer.java130 } catch (ShutDown shutDown) { /* ignore */ }
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 231 milliseconds