HomeSort by relevance Sort by last modified time
    Searched refs:sleep (Results 51 - 75 of 870) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/defines/
gyptest-defines-env-regyp.py 39 # Sleep so that the changed gyp file will have a newer timestamp than the
41 test.sleep()
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-regyp.py 32 # Sleep so that the changed gyp file will have a newer timestamp than the
34 test.sleep()
  /external/chromium_org/tools/gyp/test/hello/
gyptest-regyp-output.py 27 # Sleep so that the changed gyp file will have a newer timestamp than the
29 test.sleep()
  /external/chromium_org/tools/gyp/test/home_dot_gyp/
gyptest-home-includes-regyp.py 34 test.sleep()
  /external/chromium_org/tools/gyp/test/intermediate_dir/
gyptest-intermediate-dir.py 26 test.sleep()
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-restat-importlib.py 32 test.sleep()
  /external/compiler-rt/test/tsan/
atomic_free.cc 14 sleep(1);
atomic_free2.cc 6 sleep(1);
global_race.cc 10 sleep(1);
global_race2.cc 10 sleep(1);
halt_on_error.cc 9 sleep(1);
malloc_stack.cc 8 sleep(1);
pthread_atfork_deadlock.c 14 sleep(1);
race_on_mutex2.c 18 sleep(1);
race_on_speculative_load.cc 16 sleep(1);
signal_malloc.cc 23 sleep(1);
stack_race.cc 7 sleep(1);
stack_race2.cc 7 sleep(1);
suppress_same_address.cc 8 sleep(1);
tls_race.cc 7 sleep(1);
tls_race2.cc 7 sleep(1);
  /external/droiddriver/src/com/google/android/droiddriver/
UiDevice.java 35 /** Puts device to sleep if the screen is on */
36 void sleep(); method in interface:UiDevice
  /external/lldb/test/functionalities/signal/
main.c 25 sleep (1);
  /cts/tests/tests/os/src/android/os/cts/
HandlerTest.java 74 sleep(DELAYED);
84 sleep(DELAYED);
93 sleep(DELAYED);
126 sleep(RUNTIME / 2);
130 sleep(RUNTIME / 2);
137 sleep(RUNTIME / 2);
141 sleep(RUNTIME / 2);
149 sleep(RUNTIME / 2);
151 sleep(RUNTIME / 2);
157 sleep(DELAYED / 2)
496 public void sleep(long time) { method in class:HandlerTest
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 150 Thread.sleep(waitMsec);
153 Thread.sleep(waitMsec);
155 Thread.sleep(waitMsec);
157 Thread.sleep(waitMsec);
159 Thread.sleep(waitMsec);
166 Thread.sleep(waitMsec);
170 Thread.sleep(waitMsec);
175 Thread.sleep(waitMsec * 10);
186 Thread.sleep(waitMsec);
191 Thread.sleep(waitMsec * 4)
    [all...]

Completed in 1032 milliseconds

1 23 4 5 6 7 8 91011>>