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

  /cts/tests/tests/app/src/android/app/cts/
AliasActivityTest.java 25 private static final long SLEEP_TIME = 1000;
37 Thread.sleep(SLEEP_TIME);
DialogTest.java 54 protected static final long SLEEP_TIME = 200;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 36 private static final int SLEEP_TIME = 30;
81 Thread.currentThread().sleep(SLEEP_TIME);
104 Thread.sleep(SLEEP_TIME);
134 Thread.sleep(SLEEP_TIME);
143 assertTrue( (averageTime - SLEEP_TIME) <= MAX_ALLOWED_LATENCY_TIME);
161 Thread.sleep(SLEEP_TIME);
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 25 private static final int SLEEP_TIME = 1000;
60 Thread.sleep(SLEEP_TIME);
MessageTest.java 26 public static final int SLEEP_TIME = 300;
219 sleep(SLEEP_TIME);
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 107 Thread.sleep(SLEEP_TIME);
125 Thread.sleep(SLEEP_TIME);
180 Thread.sleep(SLEEP_TIME);
293 Thread.sleep(SLEEP_TIME);
308 (SLEEP_TIME + SystemClock.elapsedRealtime() - start) +
348 Thread.sleep(SLEEP_TIME);
357 Thread.sleep(SLEEP_TIME);
364 Thread.sleep(SLEEP_TIME / 2);
371 Thread.sleep(SLEEP_TIME);
380 Thread.sleep(SLEEP_TIME);
    [all...]
AudioRecordTest.java 117 final int SLEEP_TIME = 10;
155 Thread.sleep(SLEEP_TIME);
170 Thread.sleep(SLEEP_TIME);
185 Thread.sleep(SLEEP_TIME);
208 Thread.sleep(SLEEP_TIME);
MediaPlayerTestBase.java 33 protected static final int SLEEP_TIME = 1000;
228 Thread.sleep(SLEEP_TIME);
StreamingMediaPlayerTest.java 186 Thread.sleep(SLEEP_TIME);
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 33 private static final int SLEEP_TIME = 50;
35 // total wait time will be LOOP_AMOUNT * SLEEP_TIME
230 Thread.sleep(SLEEP_TIME);
248 Thread.sleep(SLEEP_TIME);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 94 #define SLEEP_TIME 2
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 93 #define SLEEP_TIME 2
453 printf("%d :: sleeping here for %d secs\n",__LINE__,SLEEP_TIME);
454 sleep (SLEEP_TIME);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 104 #define SLEEP_TIME 10
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 117 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 110 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 136 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 127 #define SLEEP_TIME 5
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 209 milliseconds