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

1 2 3 4 5 6 7 8 91011>>

  /external/vogar/test/vogar/target/junit3/
LongTest2.java 26 private void sleep() { method in class:LongTest2
28 Thread.sleep(1 * 1000 / 4);
34 sleep(); method
38 sleep(); method
42 sleep(); method
46 sleep(); method
50 sleep(); method
54 sleep(); method
58 sleep(); method
62 sleep(); method
    [all...]
  /external/elfutils/src/tests/
deleted-lib.c 24 sleep (60000);
25 /* Avoid tail call optimization for the sleep call. */
  /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...]
  /external/strace/tests/
count.test 8 check_prog sleep
17 framework_skip_ 'sleep does not use nanosleep'
26 grep_log ' *[^ ]+ +0\.0[^n]*nanosleep' -c sleep 1
27 grep_log ' *[^ ]+ +0\.0[^n]*nanosleep' -c -enanosleep sleep 1
28 grep_log ' *[^ ]+ +(1\.0|0\.99)[^n]*nanosleep' -cw sleep 1
29 grep_log '100\.00 +(1\.0|0\.99)[^n]*nanosleep' -cw -enanosleep sleep 1
restart_syscall.test 7 check_prog sleep
9 run_strace -enanosleep sleep 1
11 framework_skip_ 'sleep does not use nanosleep'
13 ./set_ptracer_any sleep 2 &
14 sleep 1
  /external/ltrace/testsuite/ltrace.minor/
attach-process.exp 22 sleep(5);
23 sleep(1);
28 ltraceMatch1 [ltraceRun -S -p [exp_pid]] { sleep\(} == 1
  /external/compiler-rt/test/tsan/
thread_leak4.c 5 sleep(100); // leave the thread "running"
  /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);
  /external/lldb/test/pexpect-2.4/examples/
ssh_tunnel.py 36 time.sleep (0.1)
38 time.sleep (60) # Cygwin is slow to update process status.
48 time.sleep (1)
53 time.sleep (13)
58 time.sleep (11)
62 time.sleep (7)
70 #while true; do sleep 53; done
  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 39 Thread.sleep(1);
41 Thread.sleep(SHORT_DELAY_MS);
43 Thread.sleep(1);
59 Thread.sleep(1);
61 Thread.sleep(SHORT_DELAY_MS);
63 Thread.sleep(1);
  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 37 #define __sleep sleep
  /external/lldb/test/functionalities/process_attach/
main.c 9 sleep(1);
  /external/valgrind/gdbserver_tests/
send_signal 5 # which is run every second. When this command is succesful, then the sleep and
11 SLEEP=$1
26 sleep 1
28 sleep $SLEEP
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
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
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
nlvgdbsigqueue.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
  /external/valgrind/helgrind/tests/
hg03_inherit.c 19 sleep(1);
26 sleep(2);
30 sleep(1);
39 sleep(0);
  /frameworks/base/tests/backup/
test_backup_common.sh 28 sleep 2
  /art/test/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);
  /system/extras/tests/net_test/
ping6_test.sh 7 sleep 3 &
  /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);
  /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...]
  /external/toybox/tests/
pgrep.test 17 sleep 1
38 sleep 1
39 testing "pkill pattern" "pkill yes && sleep 1 && (pgrep yes || echo 'yes')" \
46 sleep 1
47 testing "pkill pattern (multiple)" "pkill yes && sleep 1 &&
52 sleep 1
53 testing "pkill -f pattern (one)" "pkill -f yes && sleep 1 &&
58 sleep 1
59 testing "pkill -f pattern args" "pkill -f \"yes print1\" && sleep 1 &&
66 sleep
    [all...]

Completed in 1575 milliseconds

1 2 3 4 5 6 7 8 91011>>