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

1 2

  /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/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/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
CtsJankTestBase.java 33 protected static long SLEEP_TIME = 2000; // 2 seconds
  /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;
  /frameworks/testing/support/tests/src/android/support/test/runner/
AndroidJUnitRunnerTest.java 47 public static final int SLEEP_TIME = 300;
170 Thread.sleep(SLEEP_TIME);
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 117 final int SLEEP_TIME = 10;
148 Thread.sleep(SLEEP_TIME);
163 Thread.sleep(SLEEP_TIME);
178 Thread.sleep(SLEEP_TIME);
201 Thread.sleep(SLEEP_TIME);
MediaPlayerTestBase.java 33 protected static final int SLEEP_TIME = 1000;
272 Thread.sleep(SLEEP_TIME);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 49 sleep_time = 0.25
57 time.sleep(sleep_time)
58 sleep_time *= 2
92 SLEEP_TIME = float(WAIT_TIME) / WAIT_STEPS
129 self.browser_process.Wait(self.WAIT_STEPS, self.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);
  /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...]
  /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/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 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 499 milliseconds

1 2