HomeSort by relevance Sort by last modified time
    Searched refs:sleep (Results 1 - 25 of 870) 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.
  /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
  /external/compiler-rt/test/tsan/
thread_leak3.c 12 sleep(1);
cond_version.c 19 u64 sleep; local
37 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
41 if (sleep < 1000000000)
42 exit(printf("bad sleep duration %lluns, want %dns\n", sleep, 1000000000));
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
thread_leak4.c 7 sleep(10);
thread_leak5.c 15 sleep(1);
tiny_race.c 8 sleep(1);
  /external/lldb/test/functionalities/process_attach/
main.c 9 sleep(1);
  /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);
  /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);
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.h 25 static void sleep(int32_t millis); // probably shouldn't go here but oh well.
  /external/chromium_org/tools/gyp/test/hello/
gyptest-disable-regyp.py 22 # Sleep so that the changed gyp file will have a newer timestamp than the
24 test.sleep()
gyptest-regyp.py 23 # Sleep so that the changed gyp file will have a newer timestamp than the
25 test.sleep()
  /external/icu/icu4c/source/test/intltest/
simplethread.h 25 static void sleep(int32_t millis); // probably shouldn't go here but oh well.

Completed in 1275 milliseconds

1 2 3 4 5 6 7 8 91011>>