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

1 2

  /cts/tests/app/src/android/app/cts/
AliasActivityTest.java 28 private static final long SLEEP_TIME = 1000;
46 Thread.sleep(SLEEP_TIME);
DialogTest.java 59 protected static final long SLEEP_TIME = 200;
    [all...]
  /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/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
HardwarePropertiesManagerTest.java 35 public static final long SLEEP_TIME = 10;
163 Thread.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;
  /external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
video_VideoDecodeMemoryUsage.py 84 SLEEP_TIME = 1.5
308 time.sleep(SLEEP_TIME)
312 time.sleep(SLEEP_TIME)
325 time.sleep(SLEEP_TIME)
345 time.sleep(SLEEP_TIME)
  /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);
  /art/test/004-ThreadStress/src/
Main.java 170 private final static int SLEEP_TIME = 100;
175 Thread.sleep(SLEEP_TIME);
183 private final static int SLEEP_TIME = 100;
195 lock.wait(SLEEP_TIME, 0);
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTestBase.java 35 protected static final int SLEEP_TIME = 1000;
287 Thread.sleep(SLEEP_TIME);
AudioRecordTest.java 140 final int SLEEP_TIME = 10;
171 Thread.sleep(SLEEP_TIME);
186 Thread.sleep(SLEEP_TIME);
201 Thread.sleep(SLEEP_TIME);
224 Thread.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);
  /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/g726_dec/tests/
G726DecTest.c 94 #define SLEEP_TIME 2
    [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...]
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
WirelessNetworkSettingsTests.java 40 private static final int SLEEP_TIME = 500;
147 Thread.sleep(SLEEP_TIME);
289 Thread.sleep(SLEEP_TIME);
308 Thread.sleep(SLEEP_TIME);
561 Thread.sleep(SLEEP_TIME);
583 Thread.sleep(SLEEP_TIME);
604 Thread.sleep(SLEEP_TIME);
662 Thread.sleep(SLEEP_TIME*5);
677 Thread.sleep(SLEEP_TIME);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 104 #define SLEEP_TIME 10
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 986 milliseconds

1 2