HomeSort by relevance Sort by last modified time
    Searched refs:STOPPING (Results 1 - 24 of 24) sorted by null

  /external/guava/src/com/google/common/base/
Service.java 31 * <li>{@link State#STOPPING} -&gt;</li>
35 * If the service fails while starting, running or stopping, its state will be
57 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If
99 * already finished stopping, {@link Future#get} returns immediately.
107 * finished stopping. If this is {@link State#STARTING}, startup will be
143 STOPPING,
  /external/oprofile/libop/
op_interface.h 43 STOPPING = 1,
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 37 STOPPING // The controller is in the process of stopping
data_type_manager.h 33 STOPPING // Data types are being stopped.
data_type_manager_impl.cc 85 // currently NOT_RUNNING or STOPPING.
92 dtc->second->state() == DataTypeController::STOPPING)) {
103 if (state_ == STOPPING) {
104 // You can not set a configuration while stopping.
105 LOG(ERROR) << "Configuration set while stopping.";
164 VLOG(1) << "Stopping " << needs_stop_[i]->name();
237 if (state_ == STOPPING) {
238 // If we reach this callback while stopping, this means that
241 // stopping the DataTypeManager. This is considered an ABORT.
301 state_ = STOPPING;
    [all...]
password_data_type_controller.cc 86 StartDoneImpl(ABORTED, STOPPING);
92 StartDoneImpl(ABORTED, STOPPING);
autofill_data_type_controller.cc 115 VLOG(1) << "Stopping autofill data type controller.";
130 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
136 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
typed_url_data_type_controller.cc 113 VLOG(1) << "Stopping typed_url data type controller.";
128 StartDoneImpl(ABORTED, STOPPING);
134 StartDoneImpl(ABORTED, STOPPING);
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 112 startup.transitionSucceeded(State.STOPPING);
114 state = State.STOPPING;
181 * State#STOPPING} to {@link State#TERMINATED}.
184 * State#STOPPING} nor {@link State#RUNNING}.
189 if (state != State.STOPPING && state != State.RUNNING) {
218 } else if (state == State.STOPPING) {
236 return State.STOPPING;
AbstractIdleService.java 55 executor(State.STOPPING).execute(new Runnable() {
83 * @param state {@link State#STARTING} or {@link State#STOPPING}, used by the
  /external/ppp/pppd/
fsm.h 128 #define STOPPING 5 /* Terminating, but open */
fsm.c 147 case STOPPING:
192 f->state = STOPPING;
263 case STOPPING:
288 case STOPPING:
427 case STOPPING:
584 f->state = STOPPED; /* kludge for stopping CCP */
629 f->state = STOPPING;
654 case STOPPING:
718 case STOPPING:
731 terminate_layer(f, STOPPING);
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager.h 337 STOPPING // A update task is pending and it should stop the update.
task_manager.cc 491 // If update_state_ is STOPPING, it means a task is still pending. Setting
523 update_state_ = STOPPING;
715 if (update_state_ == STOPPING) {
788 // A notification sneaked in while we were stopping the updating, just
    [all...]
  /external/oprofile/daemon/liblegacy/
init.c 197 if (buf->state == STOPPING) {
  /frameworks/base/media/jni/soundpool/
SoundPool.h 118 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
  /external/oprofile/module/
oprofile.c 333 * have just transitioned to STOPPING, and we must
337 case STOPPING: {
547 state = STOPPING;
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 134 STOPPING,
808 if (r.state == ActivityState.STOPPING || r.state == ActivityState.STOPPED) {
    [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
AudioFlinger.h     [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 683 milliseconds