Searched refs:STOPPING (Results 1 - 24 of 24) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DService.java32 * <li>{@link State#STOPPING} -&gt;</li>
59 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If
145 STOPPING, enum constant in enum:Service.State
H A DAbstractService.java112 startup.set(State.STOPPING);
114 state = State.STOPPING;
169 * State#STOPPING} to {@link State#TERMINATED}.
172 * State#STOPPING} nor {@link State#RUNNING}.
177 if (state != State.STOPPING && state != State.RUNNING) {
206 } else if (state == State.STOPPING) {
229 return State.STOPPING;
H A DAbstractIdleService.java54 executor(State.STOPPING).execute(new Runnable() {
83 * {@link Service.State#STOPPING}, used by the default implementation for
H A DAbstractScheduledService.java211 if (state() != State.STOPPING) {
/external/oprofile/libop/
H A Dop_interface.h43 STOPPING = 1, enumerator in enum:oprof_state
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager.h33 STOPPING // Data types are being stopped. enumerator in enum:browser_sync::DataTypeManager::State
H A Ddata_type_manager_impl.cc85 // currently NOT_RUNNING or STOPPING.
92 dtc->second->state() == DataTypeController::STOPPING)) {
103 if (state_ == STOPPING) {
237 if (state_ == STOPPING) {
301 state_ = STOPPING;
315 state_ = STOPPING;
328 DCHECK(state_== CONFIGURING || state_ == STOPPING || state_ == BLOCKED);
334 dtc->state() != DataTypeController::STOPPING) {
H A Ddata_type_controller.h37 STOPPING // The controller is in the process of stopping enumerator in enum:browser_sync::DataTypeController::State
H A Dpassword_data_type_controller.cc86 StartDoneImpl(ABORTED, STOPPING);
92 StartDoneImpl(ABORTED, STOPPING);
H A Dautofill_data_type_controller.cc130 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
136 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
H A Dtyped_url_data_type_controller.cc128 StartDoneImpl(ABORTED, STOPPING);
134 StartDoneImpl(ABORTED, STOPPING);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractIdleServiceTest.java97 State expectedShutdownState = State.STOPPING;
118 case STOPPING:
H A DAbstractServiceTest.java149 assertEquals(Service.State.STOPPING, service.state());
167 assertEquals(Service.State.STOPPING, service.state());
172 assertEquals(Service.State.STOPPING, service.state());
312 assertEquals(State.STOPPING, state());
315 assertEquals(State.STOPPING, state());
H A DAbstractExecutionThreadServiceTest.java126 private State expectedShutdownState = State.STOPPING;
/external/ppp/pppd/
H A Dfsm.h128 #define STOPPING 5 /* Terminating, but open */ macro
H A 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);
/external/oprofile/daemon/liblegacy/
H A Dinit.c197 if (buf->state == STOPPING) {
/external/oprofile/module/
H A Doprofile.c333 * have just transitioned to STOPPING, and we must
337 case STOPPING: {
547 state = STOPPING;
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager.h337 STOPPING // A update task is pending and it should stop the update. enumerator in enum:TaskManagerModel::UpdateState
H A Dtask_manager.cc491 // If update_state_ is STOPPING, it means a task is still pending. Setting
523 update_state_ = STOPPING;
715 if (update_state_ == STOPPING) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 289 milliseconds