HomeSort by relevance Sort by last modified time
    Searched refs:sleep (Results 51 - 75 of 1661) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java 31 sleep(1000);
33 sleep(1000);
51 sleep(1000);
53 sleep(1000);
65 sleep(1000);
67 sleep(1000);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BlueUnderlineTests.java 33 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
47 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
56 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
69 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
74 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
77 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
80 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
97 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
107 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS);
117 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS)
    [all...]
  /system/extras/tests/workloads/
recentfling.sh 93 sleep 0.5
102 sleep 0.5
104 sleep 1
106 sleep 1
108 sleep 1
110 sleep 1
115 sleep 0.5
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 40 sleep(); method
60 sleep(); method
88 sleep(); method
91 private void sleep() { method in class:VibratorTest
93 Thread.sleep(10000);
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestApplication.java 51 Thread.sleep(5000);
55 Thread.sleep(2000);
63 Thread.sleep(5000);
66 Thread.sleep(2000);
70 Thread.sleep(3000);
  /external/libvncserver/x11vnc/misc/
x11vnc_loop 60 sleep 2 # wait a bit in case X server is restarting slowly.
75 sleep 1
88 sleep $restart_sleep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_startfile.py 14 from time import sleep namespace
33 sleep(0.1)
39 sleep(0.1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_startfile.py 14 from time import sleep namespace
33 sleep(0.1)
39 sleep(0.1)
  /external/ltrace/testsuite/ltrace.minor/
attach-process-dlopen.exp 22 sleep(1);
39 sleep(1);
47 ltraceMatch1 [ltraceRun -e* -p [exp_pid]] {libll.so->sleep} == 1
  /cts/libs/deviceutil/src/android/cts/util/
PollingCheck.java 44 Thread.sleep(TIME_SLICE);
66 Thread.sleep(TIME_SLICE);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
MultiThreadTest.java 17 Thread.sleep(500);
25 Thread.sleep(500);
  /art/test/084-class-init/src/
SlowInit.java 34 printMsg("SlowInit static block pre-sleep");
35 Main.sleep(4000);
36 printMsg("SlowInit static block post-sleep");
  /art/test/121-simple-suspend-check/src/
Main.java 24 Thread.sleep(3000);
  /cts/hostsidetests/jdwpsecurity/app/src/com/android/cts/jdwpsecurity/
JdwpTest.java 33 Thread.sleep(100);
  /cts/hostsidetests/theme/
generate_images.sh 35 sleep $4
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlTextureCoordTest.java 36 Thread.sleep(3000); // give some time to render some frames
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 37 Thread.sleep(500);
FailingInjectorService.java 45 Thread.sleep(100);
MyInjectorService.java 37 Thread.sleep(500);
SlowInjectorService.java 37 Thread.sleep(5000);
  /development/tutorials/ReverseDebug/
main.c 37 sleep(1);
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
hard_rss_limit_mb_test.cc 35 sleep(1); // Make sure the background thread has time to kill the process.
  /external/compiler-rt/test/tsan/
signal_malloc.cc 21 sleep(1); // let the signal handler run
sleep_sync.cc 7 sleep(1); // the sleep that must appear in the report
29 // CHECK: As if synchronized via sleep:
30 // CHECK-NEXT: #0 sleep
thread_leak5.c 17 sleep(1); // wait for the threads to finish and exit

Completed in 3819 milliseconds

1 23 4 5 6 7 8 91011>>