HomeSort by relevance Sort by last modified time
    Searched defs:READY (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/chromeos/
audio_mixer.h 22 READY,
55 // Returns READY if we have a valid working connection to the Mixer.
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 37 READY, NOT_READY, DONE, FAILED,
55 case READY:
66 state = State.READY;
  /external/guava/guava/src/com/google/common/collect/
AbstractIterator.java 72 READY,
134 case READY:
145 state = State.READY;
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 246 * it's applicable only when camera device is ready to stream frames.
416 READY,
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 79 private static final int READY = 0;
188 status = READY;
190 if (status != READY) {
313 status = READY;
405 if (status == READY && finished && !endOfInput) {
523 if (status != END && status != READY) {
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 163 /** State value representing that task is ready to run */
164 private static final int READY = 0;
298 if (!compareAndSetState(READY, RUNNING))
317 if (!compareAndSetState(READY, RUNNING))
324 return compareAndSetState(RUNNING, READY);
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 672 READY,
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 162 NOT_READY, READY, DONE
181 /** The last successful match, null unless in {@link State#READY}. */
224 state = State.READY;
227 return state == State.READY;
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 43 * Current mode of application: READY to run, RUNNING, or you have already
47 private int mMode = READY;
49 public static final int READY = 1;
262 if (mMode == READY | mMode == LOSE) {
344 if (newMode == READY) {
  /frameworks/av/include/media/
SoundPool.h 52 enum sample_state { UNLOADED, LOADING, READY, UNLOADING };
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 89 /* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
95 /* READY means ICC is ready to access */
96 static public final String INTENT_VALUE_ICC_READY = "READY";
97 /* IMSI means ICC IMSI is ready in property */
133 turns to READY
141 READY,
151 || (this == NETWORK_LOCKED) || (this == READY)
169 // subscription is ready as soon as Radio is ON.
170 return State.READY;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 550 milliseconds