HomeSort by relevance Sort by last modified time
    Searched refs:sleep (Results 126 - 150 of 1737) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/openssh/regress/
reconfigure.sh 26 sleep $i
  /external/valgrind/main/helgrind/tests/
bar_bad.c 55 sleep(1);
67 sleep(1);
locked_vs_unlocked3.c 31 sleep(1);
37 sleep(1);
tc22_exit_w_lock.c 40 sleep(1);
44 sleep(1);
tc23_bogus_condwait.c 19 sleep(1);
23 sleep(1);
27 sleep(1);
31 sleep(1);
62 sleep(1); /* let the grabber get there first */
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
run 42 sleep $(( 60 * 60 * 4 ))
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 73 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME);
76 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME);
93 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
96 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME);
102 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
114 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME);
117 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME);
123 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
TestSongs.java 73 Thread.sleep(MusicPlayerNames.WAIT_SHORT_TIME);
80 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
82 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
110 Thread.sleep(MusicPlayerNames.WAIT_VERY_LONG_TIME);
189 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
191 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
195 Thread.sleep(MusicPlayerNames.WAIT_LONG_TIME);
  /system/core/debuggerd/
crasher.c 46 sleep(1);
94 while(1) sleep(1);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 46 sleep(2);
59 sleep(5);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 193 Thread.sleep(TIMEOUT_BINDER_CALL);
223 Thread.sleep(TIMEOUT_BINDER_CALL);
253 Thread.sleep(TIMEOUT_BINDER_CALL);
285 Thread.sleep(TIMEOUT_BINDER_CALL);
304 Thread.sleep(TIMEOUT_BINDER_CALL);
314 Thread.sleep(TIMEOUT_TEST_NOTIFICATION_TIMEOUT);
342 Thread.sleep(TIMEOUT_BINDER_CALL);
382 Thread.sleep(TIMEOUT_BINDER_CALL);
423 Thread.sleep(TIMEOUT_BINDER_CALL);
466 Thread.sleep(TIMEOUT_BINDER_CALL)
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 60 Thread.sleep(100);
73 Thread.sleep(100);
86 Thread.sleep(100);
99 Thread.sleep(100);
123 Thread.sleep(100);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
SimpleTimeLimiterTest.java 43 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
49 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
143 TimeUnit.MILLISECONDS.sleep(ENOUGH_MS);
194 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
204 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 170 Thread.sleep(2000);
218 Thread.sleep(2000);
236 Thread.sleep(1500);
269 Thread.sleep(1000);
282 Thread.sleep(2000);
289 Thread.sleep(2000);
294 Thread.sleep(2000);
313 Thread.sleep(2000);
325 Thread.sleep(200);
335 Thread.sleep(200)
    [all...]
  /system/bluetooth/tools/
socktest.c 333 sleep(args->delay);
367 sleep(4);
374 sleep(args->delay);
381 sleep(args->delay);
388 sleep(args->delay);
390 sleep(args->delay);
397 sleep(args->delay);
399 sleep(args->delay);
406 sleep(args->delay);
472 sleep(4)
    [all...]
  /dalvik/tests/074-gc-thrash/src/
Main.java 120 sleep(TEST_TIME * 1000);
137 public static void sleep(int ms) { method in class:Main
139 Thread.sleep(ms);
141 System.err.println("sleep was interrupted");
149 sleep(500);
174 Main.sleep(400);
299 Main.sleep(100);
327 Main.sleep(400);
  /development/tools/labpretest/
labpretest.sh 81 sleep 2
90 sleep $[$TARGET - $battery * 10]
114 sleep 6
199 sleep 1
222 sleep 5
240 sleep 5
258 sleep 5
542 sleep 1
554 sleep 1
  /dalvik/tests/050-sync-test/src/
Main.java 12 System.out.println("Sleep Test");
25 Thread.sleep(1000);
42 Thread.sleep(100);
159 Thread.sleep(2000);
  /cts/tests/tests/media/src/android/media/cts/
FaceDetectorTest.java 50 Thread.sleep(waitMsec);
MediaPlayerTest.java 92 Thread.sleep(SLEEP_TIME);
110 Thread.sleep(SLEEP_TIME);
165 Thread.sleep(SLEEP_TIME);
211 SystemClock.sleep(1000);
278 Thread.sleep(SLEEP_TIME);
333 Thread.sleep(SLEEP_TIME);
342 Thread.sleep(SLEEP_TIME);
349 Thread.sleep(SLEEP_TIME / 2);
356 Thread.sleep(SLEEP_TIME);
365 Thread.sleep(SLEEP_TIME)
    [all...]
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 83 Thread.sleep(SNAPSHOT_TIMEOUT_MS);
  /dalvik/tests/048-server-socket/src/
Main.java 13 Thread.sleep(sec * 1000);
  /development/tools/emulator/system/qemu-props/
qemu-props.c 65 sleep(1);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 46 Thread.sleep(1000);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
PhantomReferenceTest.java 49 Thread.sleep(1000);

Completed in 332 milliseconds

1 2 3 4 56 7 8 91011>>