/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ServiceTest.java | 23 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()
|
D | AbstractServiceTest.java | 72 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 …]
|
D | AbstractIdleServiceTest.java | 139 .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()
|
D | AbstractExecutionThreadServiceTest.java | 121 private State expectedShutdownState = State.STOPPING; 371 assertEquals(Service.State.STOPPING, state()); in shutDown()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractService.java | 26 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;
|
D | Service.java | 216 STOPPING { enumConstant
|
D | ServiceManager.java | 30 import static com.google.common.util.concurrent.Service.State.STOPPING; 445 || states.contains(STOPPING) 754 state.transitionService(service, from, STOPPING); in stopping()
|
D | AbstractScheduledService.java | 220 if (state() != State.STOPPING) {
|
/external/ppp/pppd/ |
D | fsm.c | 147 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);
|
D | fsm.h | 128 #define STOPPING 5 /* Terminating, but open */ macro
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
D | AbstractLifeCycle.java | 38 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/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 3097 2F89 >826E # 3.0 KANGXI RADICAL STOPPING
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | confusables.txt | 8507 2F89 ; 826E ; MA #* ( ⾉ → 艮 ) KANGXI RADICAL STOPPING → CJK UNIFIED IDEOGRAPH-826E #
|
D | UnicodeData.txt | 10816 2F89;KANGXI RADICAL STOPPING;So;0;ON;<compat> 826E;;;;N;;;;;
|
/external/icu/icu4c/source/data/unidata/ |
D | confusables.txt | 8507 2F89 ; 826E ; MA #* ( ⾉ → 艮 ) KANGXI RADICAL STOPPING → CJK UNIFIED IDEOGRAPH-826E #
|
D | UnicodeData.txt | 10816 2F89;KANGXI RADICAL STOPPING;So;0;ON;<compat> 826E;;;;N;;;;;
|
D | ppucd.txt | 13526 cp;2F89;dm=826E;na=KANGXI RADICAL STOPPING;NFKC_CF=826E
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | confusables.txt | 8507 2F89 ; 826E ; MA #* ( ⾉ → 艮 ) KANGXI RADICAL STOPPING → CJK UNIFIED IDEOGRAPH-826E #
|
D | UnicodeData.txt | 10816 2F89;KANGXI RADICAL STOPPING;So;0;ON;<compat> 826E;;;;N;;;;;
|