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

12

/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_org/chrome/browser/resources/app_list/
H A Dspeech_manager.js26 STOPPING: 'STOPPING',
160 if (this.state != SpeechState.STOPPING && this.pluginManager_) {
209 if (this.state != SpeechState.STOPPING)
281 this.setState_(SpeechState.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/chromium_org/components/sync_driver/
H A Ddata_type_manager.h33 STOPPING // Data types are being stopped. enumerator in enum:browser_sync::DataTypeManager::State
H A Dnon_ui_data_type_controller.cc128 state_ = STOPPING;
132 state_ = STOPPING;
151 state_ = STOPPING;
226 if (new_state != RUNNING && state() != NOT_RUNNING && state() != STOPPING) {
H A Ddata_type_controller.h48 STOPPING, // The controller is in the process of stopping enumerator in enum:browser_sync::DataTypeController::State
H A Ddata_type_manager_impl.cc126 if (state_ == STOPPING) {
447 DCHECK(state_ == STOPPING || state_ == CONFIGURING);
449 if (state_ == STOPPING)
551 state_ = STOPPING;
557 // callback will do nothing because state is set to STOPPING above.
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_smooth_scroll_gesture.h42 STOPPING, enumerator in enum:content::SyntheticSmoothScrollGesture::GestureState
H A Dsynthetic_smooth_scroll_gesture.cc90 state_ = STOPPING;
97 case STOPPING:
163 case STOPPING:
165 << "State STOPPING invalid for synthetic scroll using touch input.";
/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/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.h106 // StopLogging(): STARTED -> STOPPING.
107 // Stop done: STOPPING -> STOPPED.
115 STOPPING, // Stop logging is in progress. enumerator in enum:WebRtcLoggingHandlerHost::LoggingState
191 // Only accessed on the IO thread, except when in STARTING, STOPPING or
H A Dwebrtc_logging_handler_host.cc171 logging_state_ = STOPPING;
363 if (logging_state_ == STARTED || logging_state_ == STOPPING) {
372 if (logging_state_ != STOPPING) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.cc123 if (state() != NOT_RUNNING && state() != STOPPING) {
H A Dfrontend_data_type_controller.cc106 state_ = STOPPING;
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.h45 STOPPING, enumerator in enum:content::EmbeddedWorkerInstance::Status
H A Dservice_worker_version.h60 STOPPING = EmbeddedWorkerInstance::STOPPING, enumerator in enum:content::ServiceWorkerVersion::RunningStatus
H A Dembedded_worker_instance_unittest.cc90 EXPECT_EQ(EmbeddedWorkerInstance::STOPPING, worker->status());
H A Dembedded_worker_instance.cc135 status_ = STOPPING;
245 if (status_ == STOPPING)

Completed in 593 milliseconds

12