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

1 2

  /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/app/src/android/app/cts/
AliasActivityTest.java 27 private static final long SLEEP_TIME = 1000;
45 Thread.sleep(SLEEP_TIME);
DialogTest.java 55 protected static final long SLEEP_TIME = 200;
    [all...]
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java 83 sleep(SLEEP_TIME / 2);
93 sleep(SLEEP_TIME);
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 26 private static final int SLEEP_TIME = 1000;
61 Thread.sleep(SLEEP_TIME);
MessageTest.java 27 public static final int SLEEP_TIME = 300;
220 sleep(SLEEP_TIME);
272 sleep(SLEEP_TIME);
292 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);
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 175 Thread.sleep(SLEEP_TIME);
191 Thread.sleep(SLEEP_TIME);
227 Thread.sleep(SLEEP_TIME);
245 Thread.sleep(SLEEP_TIME);
286 Thread.sleep(SLEEP_TIME);
367 Thread.sleep(SLEEP_TIME);
371 Thread.sleep(SLEEP_TIME);
372 assertFalse("player was still playing after " + SLEEP_TIME + " ms", mp.isPlaying());
377 Thread.sleep(SLEEP_TIME);
444 SystemClock.sleep(SLEEP_TIME);
    [all...]
MediaPlayerTestBase.java 35 protected static final int SLEEP_TIME = 1000;
287 Thread.sleep(SLEEP_TIME);
AudioRecordTest.java 135 final int SLEEP_TIME = 10;
166 Thread.sleep(SLEEP_TIME);
181 Thread.sleep(SLEEP_TIME);
196 Thread.sleep(SLEEP_TIME);
219 Thread.sleep(SLEEP_TIME);
    [all...]
StreamingMediaPlayerTest.java 237 Thread.sleep(SLEEP_TIME);
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
CtsJankTestBase.java 33 protected static long SLEEP_TIME = 2000; // 2 seconds
  /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...]
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 55 private static final int SLEEP_TIME = 1000;
216 sleep(SLEEP_TIME);
  /cts/tests/tests/opengl/src/android/opengl/cts/
ColorBufferTest.java 21 private static final long SLEEP_TIME = 500l;
NativeColorBufferTest.java 21 private static final long SLEEP_TIME = 500l;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /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 509 milliseconds

1 2