Home
last modified time | relevance | path

Searched refs:STOPPING (Results 1 – 25 of 38) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceTest.java23 import static com.google.common.util.concurrent.Service.State.STOPPING;
40 assertLessThan(STARTING, STOPPING); in testStateOrdering()
43 assertLessThan(RUNNING, STOPPING); in testStateOrdering()
46 assertLessThan(STOPPING, FAILED); in testStateOrdering()
47 assertLessThan(STOPPING, TERMINATED); in testStateOrdering()
DAbstractServiceTest.java72 State.STOPPING, in testNoOpServiceStartStop()
110 State.STOPPING, in testNoOpServiceStopIdempotence()
184 assertEquals(State.STOPPING, service.state()); in testManualServiceStartStop()
195 State.STOPPING, in testManualServiceStartStop()
230 assertEquals(State.STOPPING, service.state()); in testManualServiceStopWhileStarting()
235 assertEquals(State.STOPPING, service.state()); in testManualServiceStopWhileStarting()
245 State.STOPPING, in testManualServiceStopWhileStarting()
308 assertEquals(ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.FAILED), in testManualServiceFailWhileStopping()
403 State.STOPPING, in testThreadedServiceStartAndWaitStopAndWait()
502 assertEquals(State.STOPPING, state()); in doStop()
[all …]
DAbstractIdleServiceTest.java139 .has().exactly(Service.State.STARTING, Service.State.STOPPING).inOrder(); in testStop_afterStart()
163 .has().exactly(Service.State.STARTING, Service.State.STOPPING).inOrder(); in testStop_failed()
208 assertEquals(State.STOPPING, state()); in shutDown()
DAbstractExecutionThreadServiceTest.java121 private State expectedShutdownState = State.STOPPING;
371 assertEquals(Service.State.STOPPING, state()); in shutDown()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java26 import static com.google.common.util.concurrent.Service.State.STOPPING;
79 terminatedCallback(STOPPING);
202 snapshot = new StateSnapshot(STOPPING);
206 case STOPPING:
312 snapshot = new StateSnapshot(STOPPING);
339 if (previous != STOPPING && previous != RUNNING) {
370 case STOPPING:
468 case STOPPING:
535 return STOPPING;
DService.java216 STOPPING { enumConstant
DServiceManager.java30 import static com.google.common.util.concurrent.Service.State.STOPPING;
445 || states.contains(STOPPING)
754 state.transitionService(service, from, STOPPING); in stopping()
DAbstractScheduledService.java220 if (state() != State.STOPPING) {
/external/ppp/pppd/
Dfsm.c147 case STOPPING:
192 f->state = STOPPING;
263 case STOPPING:
288 case STOPPING:
427 case STOPPING:
629 f->state = STOPPING;
654 case STOPPING:
718 case STOPPING:
731 terminate_layer(f, STOPPING);
Dfsm.h128 #define STOPPING 5 /* Terminating, but open */ macro
/external/jetty/src/java/org/eclipse/jetty/util/component/
DAbstractLifeCycle.java38 public static final String STOPPING="STOPPING"; field in AbstractLifeCycle
154 case __STOPPING: return STOPPING; in getState()
164 if (lc.isStopping()) return STOPPING; in getState()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/extensions/struts2/lib/
Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/guice/lib/build/
Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/external/jetty/lib/
Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt3097 2F89 >826E # 3.0 KANGXI RADICAL STOPPING
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12