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

  /external/guava/src/com/google/common/base/
Service.java 29 * <li>{@link State#STARTING} -&gt;</li>
35 * If the service fails while starting, running or stopping, its state will be
56 * service has finished starting, and returns one of {@link
60 * State#FAILED}. If it has already finished starting, {@link Future#get}
68 * finished starting. Unlike calling {@code start().get()}, this method throws
72 * waiting for the service to finish starting up.
89 * If the service is {@link State#STARTING} or {@link State#RUNNING}, this
107 * finished stopping. If this is {@link State#STARTING}, startup will be
133 STARTING,
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 56 * If true, the user requested a shutdown while the service was still starting
90 state = State.STARTING;
110 } else if (state == State.STARTING) {
152 * State#STARTING} to {@link State#RUNNING}.
155 * {@link State#STARTING}.
160 if (state != State.STARTING) {
214 if (state == State.STARTING) {
235 if (shutdownWhenStartupFinishes && state == State.STARTING) {
AbstractIdleService.java 41 executor(State.STARTING).execute(new Runnable() {
83 * @param state {@link State#STARTING} or {@link State#STOPPING}, used by the
  /external/ppp/pppd/
fsm.h 106 void (*starting) /* Called when we want the lower layer */ member in struct:fsm_callbacks
124 #define STARTING 1 /* Down, been opened */
fsm.c 106 case STARTING:
137 f->state = STARTING;
138 if( f->callbacks->starting )
139 (*f->callbacks->starting)(f);
151 f->state = STARTING;
158 f->state = STARTING;
176 f->state = STARTING;
177 if( f->callbacks->starting )
178 (*f->callbacks->starting)(f);
257 case STARTING
    [all...]
  /external/chromium/net/http/
http_transaction_unittest.h 122 state_ = STARTING;
141 case STARTING:
186 STARTING,
  /frameworks/base/services/audioflinger/
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 1357 milliseconds