Home
last modified time | relevance | path

Searched refs:Sleep (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/external/chromium_org/mojo/system/
Dwaiter_list_unittest.cc54 base::PlatformThread::Sleep( in TEST()
97 base::PlatformThread::Sleep( in TEST()
139 base::PlatformThread::Sleep( in TEST()
163 base::PlatformThread::Sleep( in TEST()
179 base::PlatformThread::Sleep( in TEST()
199 base::PlatformThread::Sleep( in TEST()
215 base::PlatformThread::Sleep( in TEST()
227 base::PlatformThread::Sleep( in TEST()
236 base::PlatformThread::Sleep( in TEST()
247 base::PlatformThread::Sleep( in TEST()
Dwaiter_unittest.cc54 base::PlatformThread::Sleep( in WaitUntilDone()
120 base::PlatformThread::Sleep( in TEST()
133 base::PlatformThread::Sleep( in TEST()
178 base::PlatformThread::Sleep( in TEST()
191 base::PlatformThread::Sleep( in TEST()
259 base::PlatformThread::Sleep( in TEST()
270 base::PlatformThread::Sleep( in TEST()
273 base::PlatformThread::Sleep( in TEST()
Dsimple_dispatcher_unittest.cc301 base::PlatformThread::Sleep( in TEST()
322 base::PlatformThread::Sleep( in TEST()
343 base::PlatformThread::Sleep( in TEST()
364 base::PlatformThread::Sleep( in TEST()
397 base::PlatformThread::Sleep( in TEST()
428 base::PlatformThread::Sleep( in TEST()
464 base::PlatformThread::Sleep( in TEST()
467 base::PlatformThread::Sleep( in TEST()
502 base::PlatformThread::Sleep( in TEST()
/external/chromium/base/synchronization/
Dlock_unittest.cc28 PlatformThread::Sleep(rand() % 20); in ThreadMain()
34 PlatformThread::Sleep(rand() % 20); in ThreadMain()
65 PlatformThread::Sleep(rand() % 20); in TEST()
71 PlatformThread::Sleep(rand() % 20); in TEST()
78 PlatformThread::Sleep(rand() % 20); in TEST()
157 PlatformThread::Sleep(rand() % 10); in DoStuff()
/external/sfntly/cpp/src/test/
Dlock_test.cc40 PlatformThread::Sleep(rand() % 20); in ThreadMain()
46 PlatformThread::Sleep(rand() % 20); in ThreadMain()
77 PlatformThread::Sleep(rand() % 20); in BasicLockTest()
83 PlatformThread::Sleep(rand() % 20); in BasicLockTest()
90 PlatformThread::Sleep(rand() % 20); in BasicLockTest()
172 PlatformThread::Sleep(rand() % 10); in DoStuff()
Dplatform_thread.cc51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread
52 ::Sleep(duration_ms); in Sleep()
85 void PlatformThread::Sleep(int32_t duration_ms) {
/external/chromium_org/base/synchronization/
Dlock_unittest.cc30 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in ThreadMain()
36 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in ThreadMain()
67 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in TEST()
73 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in TEST()
80 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in TEST()
159 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 10)); in DoStuff()
/external/chromium_org/third_party/sfntly/cpp/src/test/
Dlock_test.cc40 PlatformThread::Sleep(rand() % 20); in ThreadMain()
46 PlatformThread::Sleep(rand() % 20); in ThreadMain()
77 PlatformThread::Sleep(rand() % 20); in BasicLockTest()
83 PlatformThread::Sleep(rand() % 20); in BasicLockTest()
90 PlatformThread::Sleep(rand() % 20); in BasicLockTest()
172 PlatformThread::Sleep(rand() % 10); in DoStuff()
Dplatform_thread.cc51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread
52 ::Sleep(duration_ms); in Sleep()
85 void PlatformThread::Sleep(int32_t duration_ms) {
/external/chromium_org/media/audio/win/
Daudio_output_win_unittest.cc96 ::Sleep(lag_in_ms_); in OnMoreData()
282 ::Sleep(500); in TEST()
286 ::Sleep(500); in TEST()
314 ::Sleep(10); in TEST()
343 ::Sleep(500); in TEST()
373 ::Sleep(500); in TEST()
416 ::Sleep(10); in TEST()
421 ::Sleep(500); in TEST()
450 ::Sleep(500); in TEST()
454 ::Sleep(250); in TEST()
[all …]
/external/icu4c/test/threadtest/
Dthreadtest.cpp48 static void Sleep(int millis) {::Sleep(millis);}; in Sleep() function in ThreadFuncs
51 static void yield() {::Sleep(0);}; in yield()
97 static void Sleep(int millis);
103 void ThreadFuncs::Sleep(int millis) in Sleep() function in ThreadFuncs
438 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ... in main()
/external/chromium_org/third_party/icu/source/test/threadtest/
Dthreadtest.cpp47 static void Sleep(int millis) {::Sleep(millis);}; in Sleep() function in ThreadFuncs
50 static void yield() {::Sleep(0);}; in yield()
96 static void Sleep(int millis);
102 void ThreadFuncs::Sleep(int millis) in Sleep() function in ThreadFuncs
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ... in main()
/external/chromium_org/base/metrics/
Dstats_table_unittest.cc107 PlatformThread::Sleep(TimeDelta::FromMilliseconds(index % 10)); in Run()
191 PlatformThread::Sleep(TimeDelta::FromMilliseconds(index % 10)); in MULTIPROCESS_TEST_MAIN()
332 PlatformThread::Sleep(kDuration); in TEST_F()
339 PlatformThread::Sleep(kDuration); in TEST_F()
367 PlatformThread::Sleep(kDuration); in TEST_F()
374 PlatformThread::Sleep(kDuration); in TEST_F()
405 PlatformThread::Sleep(kDuration); in TEST_F()
415 PlatformThread::Sleep(kDuration); in TEST_F()
/external/chromium/base/metrics/
Dstats_table_unittest.cc104 PlatformThread::Sleep(index % 10); // short wait in Run()
183 PlatformThread::Sleep(index % 10); // short wait in MULTIPROCESS_TEST_MAIN()
322 PlatformThread::Sleep(kRunMs); in TEST_F()
329 PlatformThread::Sleep(kRunMs); in TEST_F()
355 PlatformThread::Sleep(kRunMs); in TEST_F()
362 PlatformThread::Sleep(kRunMs); in TEST_F()
392 PlatformThread::Sleep(kRunMs); in TEST_F()
402 PlatformThread::Sleep(kRunMs); in TEST_F()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dspinlock_win32-inl.h43 Sleep(0); in SpinLockDelay()
52 Sleep(1); in SpinLockDelay()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dspinlock_win32-inl.h43 Sleep(0); in SpinLockDelay()
45 Sleep(base::internal::SuggestedDelayNS(loop) / 1000000); in SpinLockDelay()
/external/chromium/base/threading/
Dwatchdog_unittest.cc102 PlatformThread::Sleep(500); in TEST_F()
112 PlatformThread::Sleep(100); // Sleep a bit, but not past the alarm point. in TEST_F()
127 PlatformThread::Sleep(1000); in TEST_F()
Dplatform_thread_win.cc87 ::Sleep(0); in YieldCurrentThread()
91 void PlatformThread::Sleep(int duration_ms) { in Sleep() function in base::PlatformThread
92 ::Sleep(duration_ms); in Sleep()
/external/chromium_org/base/threading/
Dwatchdog_unittest.cc103 PlatformThread::Sleep(TimeDelta::FromMilliseconds(500)); in TEST_F()
114 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); in TEST_F()
129 PlatformThread::Sleep(TimeDelta::FromSeconds(1)); in TEST_F()
/external/valgrind/unittest/
Dwindows_tests.cc40 Sleep(1); in LongWorker()
51 Sleep(1000); in VeryLongWriteWorker()
116 Sleep(1000); in TEST()
215 Sleep(1000); in TEST()
242 Sleep(500); in TEST()
251 Sleep(100); in Callback2()
408 Sleep(1); in Pop()
443 Sleep(500); in PrintDirectoryListingJob()
Dthread_wrappers_win.h55 #define usleep(x) Sleep((x)/1000)
56 #define sleep(x) Sleep((x)*1000)
117 Sleep(10); in WaitLoop()
129 Sleep(10); in WaitLoopWithTimeout()
/external/srec/doc/logs/uapi/
Drun_robustness2.log44 Sleep 1800 ms (workaround for Sooner audio driver bug)
70 Sleep 1800 ms (workaround for Sooner audio driver bug)
96 Sleep 1800 ms (workaround for Sooner audio driver bug)
122 Sleep 1800 ms (workaround for Sooner audio driver bug)
148 Sleep 1800 ms (workaround for Sooner audio driver bug)
174 Sleep 1800 ms (workaround for Sooner audio driver bug)
200 Sleep 1800 ms (workaround for Sooner audio driver bug)
226 Sleep 1800 ms (workaround for Sooner audio driver bug)
252 Sleep 1800 ms (workaround for Sooner audio driver bug)
278 Sleep 1800 ms (workaround for Sooner audio driver bug)
[all …]
/external/chromium_org/chrome_frame/test/
Dsimulate_input.cc214 base::PlatformThread::Sleep(kMessageTimeout); in SendMouseClick()
218 base::PlatformThread::Sleep(kMessageTimeout); in SendMouseClick()
222 base::PlatformThread::Sleep(kMessageTimeout); in SendMouseClick()
250 Sleep(10); in SendStringW()
257 Sleep(10); in SendStringA()
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
Dinvasive.cc18 Sleep(INFINITE); in MyThreadBombimgFunction()
132 Sleep(5); // 5ms to be able to see the progression easily with taskmgr. in TestUseAllMemory()
195 ::Sleep(3000); in TestCloseHWND()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_delay_np.c99 Sleep (0); in pthread_delay_np()
168 Sleep (wait_time); in pthread_delay_np()

12345678910>>...14