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

  /development/tools/bugreport/src/com/android/bugreport/monkey/
MonkeyLogParser.java 76 final int STATE_DONE = 2;
85 while (state != STATE_DONE && lines.hasNext()) {
99 state = STATE_DONE;
  /external/webrtc/webrtc/base/
task.h 38 // STATE_mysamestate. When you are done, return STATE_DONE and then the
53 // When the parent task goes to STATE_DONE, the task engine will make
61 // STATE_DONE - the task is done
87 // yet in the STATE_DONE state.
128 STATE_DONE = 2,
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateCtsActivity.java 73 private static final int STATE_DONE = 3;
105 mState = STATE_DONE;
109 case STATE_DONE:
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
JobLimiter.java 34 private static final int STATE_DONE = 1;
62 if (mState != STATE_DONE) {
119 mState = STATE_DONE;
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrintJob.java 50 private static final int STATE_DONE = 4;
220 mState = STATE_DONE;
  /device/google/contexthub/firmware/os/core/
appSec.c 48 #define STATE_DONE 6 // all is finished and well
549 appSecSetCurState(state, STATE_DONE);
557 appSecSetCurState(state, STATE_DONE);
560 if(appSecGetCurState(state) == STATE_DONE)
  /external/webp/src/dec/
idec_dec.c 42 STATE_DONE,
251 idec->state_ = STATE_DONE;
759 if (idec->state_ == STATE_DONE) {
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 69 static final int STATE_DONE = 7;
113 mState = STATE_DONE;
230 } else if (mState == STATE_DONE) {
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 

Completed in 3051 milliseconds