HomeSort by relevance Sort by last modified time
    Searched defs:RUN (Results 1 - 3 of 3) 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.
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 489 // Run the connect tests in another process.
583 // to ICamera is gone. The sleep is for the server to run
590 // Run a test case
591 #define RUN(class_name, cameraId) do { \
596 instance.run(); \
626 void run() { function in class:TestSetPreviewDisplay
636 void run() { function in class:TestStartPreview
657 void run() { function in class:TestStartPreviewWithoutDisplay
685 void run() { function in class:TestAutoFocus
696 void run() { function in class:TestStopPreview
707 void run() { function in class:TestTakePicture
720 void run() { function in class:TestTakeMultiplePictures
735 void run() { function in class:TestGetParameters
794 void run() { function in class:TestPictureSize
807 void run() { function in class:TestPreviewCallbackFlag
837 void run() { function in class:TestRecording
872 void run() { function in class:TestPreviewSize
    [all...]

Completed in 667 milliseconds