Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java112 startup.set(State.STOPPING); in stop()
114 state = State.STOPPING; in stop()
177 if (state != State.STOPPING && state != State.RUNNING) { in notifyStopped()
206 } else if (state == State.STOPPING) { in notifyFailed()
229 return State.STOPPING; in state()
DService.java145 STOPPING, enumConstant
DAbstractIdleService.java54 executor(State.STOPPING).execute(new Runnable() {
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager_impl.cc92 dtc->second->state() == DataTypeController::STOPPING)) { in GetControllersNeedingStart()
103 if (state_ == STOPPING) { in Configure()
237 if (state_ == STOPPING) { in TypeStartCallback()
301 state_ = STOPPING; in Stop()
315 state_ = STOPPING; in Stop()
328 DCHECK(state_== CONFIGURING || state_ == STOPPING || state_ == BLOCKED); in FinishStop()
334 dtc->state() != DataTypeController::STOPPING) { in FinishStop()
Dpassword_data_type_controller.cc86 StartDoneImpl(ABORTED, STOPPING); in Stop()
92 StartDoneImpl(ABORTED, STOPPING); in Stop()
Ddata_type_manager.h33 STOPPING // Data types are being stopped. enumerator
Dtyped_url_data_type_controller.cc128 StartDoneImpl(ABORTED, STOPPING); in Stop()
134 StartDoneImpl(ABORTED, STOPPING); in Stop()
Ddata_type_controller.h37 STOPPING // The controller is in the process of stopping enumerator
Dautofill_data_type_controller.cc130 StartDoneImpl(ABORTED, STOPPING, FROM_HERE); in Stop()
136 StartDoneImpl(ABORTED, STOPPING, FROM_HERE); in Stop()
/external/chromium_org/chrome/browser/resources/app_list/
Dspeech_manager.js25 STOPPING: 'STOPPING' property
124 if (this.state != SpeechState.STOPPING && this.pluginManager_) {
156 if (this.state != SpeechState.STOPPING)
187 this.setState_(SpeechState.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/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java149 assertEquals(Service.State.STOPPING, service.state()); in testManualServiceStartStop()
167 assertEquals(Service.State.STOPPING, service.state()); in testManualServiceStopWhileStarting()
172 assertEquals(Service.State.STOPPING, service.state()); in testManualServiceStopWhileStarting()
312 assertEquals(State.STOPPING, state()); in doStop()
315 assertEquals(State.STOPPING, state()); in doStop()
DAbstractIdleServiceTest.java97 State expectedShutdownState = State.STOPPING;
118 case STOPPING: in executor()
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_smooth_scroll_gesture.cc81 state_ = STOPPING; in ForwardTouchInputEvents()
88 case STOPPING: in ForwardTouchInputEvents()
137 case STOPPING: in ForwardMouseInputEvents()
Dsynthetic_smooth_scroll_gesture.h34 STOPPING, enumerator
/external/chromium_org/chrome/browser/sync/glue/
Dnon_ui_data_type_controller.cc129 state_ = STOPPING; in Stop()
133 state_ = STOPPING; in Stop()
152 state_ = STOPPING; in Stop()
229 if (new_state != RUNNING && state() != NOT_RUNNING && state() != STOPPING) { in StartDoneImpl()
Ddata_type_manager_impl.cc99 if (state_ == STOPPING) { in ConfigureImpl()
402 DCHECK(state_ == STOPPING || state_ == CONFIGURING); in OnModelAssociationDone()
404 if (state_ == STOPPING) in OnModelAssociationDone()
507 state_ = STOPPING; in StopImpl()
Ddata_type_manager.h33 STOPPING // Data types are being stopped. enumerator
Ddata_type_controller.h45 STOPPING, // The controller is in the process of stopping enumerator
Dtyped_url_data_type_controller.cc103 if (state() != NOT_RUNNING && state() != STOPPING) { in OnSavingBrowserHistoryDisabledChanged()
/external/oprofile/libop/
Dop_interface.h43 STOPPING = 1, enumerator
/external/chromium_org/content/browser/service_worker/
Dembedded_worker_instance.h32 STOPPING, enumerator
Dembedded_worker_instance.cc39 status_ = STOPPING; in Stop()
/external/chromium_org/chrome/browser/media/
Dwebrtc_logging_handler_host.h84 STOPPING, // Stop logging is in progress. enumerator

12