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

  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 28 public static final int RUN = 3;
82 case RUN:
83 run(parentObject);
182 mCurrentAnimation = RUN;
187 mCurrentAnimation = RUN;
249 mCurrentAnimation = RUN;
253 protected void run(GameObject parentObject) { method in class:NPCAnimationComponent
326 mCurrentAnimation = RUN;
  /external/stressapptest/src/
worker.h 82 WorkerStatus() : num_workers_(0), status_(RUN) {}
140 enum Status { RUN, PAUSE, STOP };
241 // Reads current timer value and returns run duration without recording it.
248 // Stops per-WorkerThread timer and records thread run duration.
381 cpu_set_t cpu_mask_; // Cores this thread is allowed to run on.
388 volatile int64 runduration_usec_; // Worker run duration in u-seconds.

Completed in 58 milliseconds