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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/mac/rebuild/
delay-touch.sh 5 sleep 1 # mtime resolution is 1 sec on unix.
  /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/ltrace/testsuite/ltrace.minor/
attach-process.exp 22 sleep(5);
23 sleep(1);
28 ltraceMatch1 [ltraceRun -S -p [exp_pid]] { sleep\(} == 1
  /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 29 Thread.sleep(1);
31 Thread.sleep(SHORT_DELAY_MS);
33 Thread.sleep(1);
49 Thread.sleep(1);
51 Thread.sleep(SHORT_DELAY_MS);
53 Thread.sleep(1);
  /external/compiler-rt/test/tsan/
thread_leak3.c 12 sleep(1);
  /external/lldb/test/functionalities/process_attach/
main.c 9 sleep(1);
  /external/valgrind/main/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/main/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);
  /external/chromium_org/third_party/WebKit/ManualTests/
timeout-test.php 2 sleep(610)
  /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/chromium_org/tools/gyp/test/cflags/
gyptest-cflags.py 32 test.sleep()
46 test.sleep()
55 test.sleep()
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-default.py 34 test.sleep()
52 test.sleep()
73 test.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...]
  /art/test/033-class-init-deadlock/src/
Main.java 34 try { Thread.sleep(1000); } catch (InterruptedException ie) { }
37 try { Thread.sleep(6000); } catch (InterruptedException ie) { }
52 try { Thread.sleep(3000); } catch (InterruptedException ie) { }
62 try { Thread.sleep(3000); } catch (InterruptedException ie) { }
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_1.java 25 Thread.sleep(500);
T_monitor_enter_2.java 29 Thread.sleep(500);

Completed in 965 milliseconds

1 2 3 4 5 6 7 8 91011>>