HomeSort by relevance Sort by last modified time
    Searched full:sleep (Results 1 - 25 of 2128) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/resources/
slow-resource.php 2 sleep(10);
  /device/asus/grouper/sepolicy/
genfs_contexts 1 genfscon proc /bluetooth/sleep/btwrite u:object_r:proc_bluetooth_writable:s0
2 genfscon proc /bluetooth/sleep/lpm u:object_r:proc_bluetooth_writable:s0
  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stderr.exp 7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
mcinfcallWSRU.stderr.exp 2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
simulate_control_c 5 # which is run every second. When this command is succesful, then the sleep and
9 SLEEP=$1
24 sleep 1
26 sleep $SLEEP
  /dalvik/tests/036-finalizer/
expected.txt 7 sleep
12 sleep
  /external/webkit/Source/WebCore/manual-tests/
timeout-test.php 2 sleep(610)
  /cts/tests/tests/util/src/android/util/cts/
TimingLoggerTest.java 36 sleep(); method
37 timings.addSplit("fisrt sleep");
39 sleep(); method
40 timings.addSplit("second sleep");
42 sleep(); method
43 timings.addSplit("third sleep");
49 private void sleep() { method in class:TimingLoggerTest
51 Thread.sleep(SLEEPING_MSEC);
  /dalvik/tests/084-class-init/
expected.txt 5 SlowInit static block pre-sleep
6 SlowInit static block post-sleep
  /external/mockito/src/org/mockito/internal/verification/
VerificationWithTimeoutImpl.java 33 sleep(treshhold);
41 void sleep(int sleep) { method in class:VerificationWithTimeoutImpl
43 Thread.sleep(sleep);
  /packages/experimental/procstatlog/
diskload.sh 22 dd if=/dev/zero bs=65536 of=$1.0 & pid0=$!; echo start $pid0; sleep 2
23 dd if=/dev/zero bs=65536 of=$1.1 & pid1=$!; echo start $pid1; sleep 2
24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
25 dd if=/dev/zero bs=65536 of=$1.3 & pid3=$!; echo start $pid3; sleep 2
26 dd if=/dev/zero bs=65536 of=$1.4 & pid4=$!; echo start $pid4; sleep 2
27 dd if=/dev/zero bs=65536 of=$1.5 & pid5=$!; echo start $pid5; sleep 2
28 dd if=/dev/zero bs=65536 of=$1.6 & pid6=$!; echo start $pid6; sleep 2
29 dd if=/dev/zero bs=65536 of=$1.7 & pid7=$!; echo start $pid7; sleep 2
30 dd if=/dev/zero bs=65536 of=$1.8 & pid8=$!; echo start $pid8; sleep 2
31 dd if=/dev/zero bs=65536 of=$1.9 & pid9=$!; echo start $pid9; sleep
    [all...]
  /dalvik/tests/079-phantom/src/
Main.java 20 public static void sleep(int ms) { method in class:Main
22 Thread.sleep(ms);
24 System.err.println("sleep interrupted");
34 sleep(1000);
42 sleep(250);
49 sleep(500);
54 sleep(500);
59 sleep(500);
64 sleep(500);
  /external/compiler-rt/lib/tsan/lit_tests/
sleep_sync.cc 8 sleep(1);
27 // CHECK: As if synchronized via sleep:
28 // CHECK-NEXT: #0 sleep
sleep_sync2.cc 14 sleep(1);
22 // CHECK-NOT: As if synchronized via sleep
  /dalvik/tests/002-sleep/
info.txt 1 Test that Thread.sleep() operates reasonably. This test is actually
  /development/cmds/monkey/
example_script.txt 4 sleep 1000
9 sleep 1000
14 sleep 1000
19 sleep 1000
  /external/valgrind/main/none/tests/
timestamp.c 11 sleep(1);
  /external/webrtc/src/system_wrappers/source/
sleep.cc 10 // An OS-independent sleep function.
12 #include "system_wrappers/interface/sleep.h"
15 // For Sleep()
26 Sleep(msecs);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
main.m 20 // sleep for objectalloc
21 // while (1) sleep(60);
  /dalvik/tests/030-bad-finalizer/
info.txt 6 at java.lang.VMThread.sleep(Native Method)
7 at java.lang.Thread.sleep(Thread.java:1031)
8 at java.lang.Thread.sleep(Thread.java:1013)
  /external/chromium/chrome/browser/
power_save_blocker.h 12 // (sleep) mode.
20 // Puts the sleep mode block into effect.
22 // Disables the sleep block.
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 17 sleep(2);
30 sleep(1);
51 sleep(3);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
TonesAutoTest.java 44 Thread.sleep(200);
46 Thread.sleep(100);
69 Thread.sleep(2000);
71 Thread.sleep(200);
81 Thread.sleep(5000);
83 Thread.sleep(200);
105 Thread.sleep(1000);
107 Thread.sleep(100);
130 Thread.sleep(100);
132 Thread.sleep(500)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
SystemClockTest.java 27 Thread.sleep(100);
36 Thread.sleep(100);
54 SystemClock.sleep(100);
59 SystemClock.sleep(100);
64 SystemClock.sleep(100);
73 Thread.sleep(100);
  /external/webkit/LayoutTests/http/tests/resources/
slow-script.pl 5 use Time::HiRes qw(sleep);
21 sleep $delay / 1000;

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>