Searched refs:Sleep (Results 1 - 25 of 174) sorted by relevance

1234567

/external/libusb/msvc/
H A Dmissing.h23 /* Windows CE doesn't have SleepEx() - Fallback to Sleep() */
24 #define SleepEx(m, a) Sleep(m)
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_test.cc48 Sleep(3000);
57 Sleep(250);
59 Sleep(1500);
73 Sleep(3000);
81 Sleep(2000);
83 Sleep(2000);
H A Dvolume_test.cc109 Sleep(1000);
135 Sleep(1000);
142 Sleep(1000);
148 Sleep(1000);
159 Sleep(1000);
193 Sleep(1000);
196 Sleep(1000);
200 Sleep(1000);
223 Sleep(2000);
237 Sleep(200
[all...]
H A Dexternal_media_test.cc23 Sleep(2000);
28 Sleep(2000);
69 Sleep(1000);
75 Sleep(1000);
H A Ddtmf_test.cc25 Sleep(500);
78 Sleep(500);
/external/jemalloc/test/src/
H A Dmq.c4 * Sleep for approximately ns nanoseconds. No lower *nor* upper bound on sleep
14 Sleep(ns / 1000);
/external/libchrome/base/debug/
H A Ddebugger.cc28 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
/external/libchrome/base/test/
H A Dtest_file_util.cc18 PlatformThread::Sleep(kDelay);
/external/webrtc/webrtc/system_wrappers/source/
H A Dsleep.cc15 // For Sleep()
26 Sleep(msecs);
/external/libmojo/mojo/edk/system/
H A Dtest_utils.cc13 #include "base/threading/platform_thread.h" // For |Sleep()|.
50 void Sleep(MojoDeadline deadline) { function in namespace:mojo::edk::test
53 base::PlatformThread::Sleep(
H A Dtest_utils.h34 void Sleep(MojoDeadline deadline);
/external/v8/src/base/
H A Donce.cc44 ::Sleep(0);
/external/sfntly/cpp/src/test/
H A Dplatform_thread.cc51 void PlatformThread::Sleep(int32_t duration_ms) { function in class:sfntly::PlatformThread
52 ::Sleep(duration_ms);
85 void PlatformThread::Sleep(int32_t duration_ms) {
H A Dlock_test.cc40 PlatformThread::Sleep(rand() % 20);
46 PlatformThread::Sleep(rand() % 20);
77 PlatformThread::Sleep(rand() % 20);
83 PlatformThread::Sleep(rand() % 20);
90 PlatformThread::Sleep(rand() % 20);
172 PlatformThread::Sleep(rand() % 10);
H A Dplatform_thread.h52 static void Sleep(int32_t duration_ms);
/external/libchrome/base/synchronization/
H A Dlock_unittest.cc31 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
37 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
68 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
74 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
81 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
160 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 10));
H A Dspin_wait.h46 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(50)); \
/external/curl/src/
H A Dtool_sleep.c47 Sleep(ms);
/external/curl/tests/server/
H A Dutil.h43 #define sleep(sec) Sleep ((sec)*1000)
/external/google-benchmark/src/
H A Dsleep.cc28 // Window's Sleep takes milliseconds argument.
29 void SleepForMilliseconds(int milliseconds) { Sleep(milliseconds); }
/external/libcxx/utils/google-benchmark/src/
H A Dsleep.cc28 // Window's Sleep takes milliseconds argument.
29 void SleepForMilliseconds(int milliseconds) { Sleep(milliseconds); }
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_once.h82 Sleep(0);
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.h126 void Sleep(unsigned int);
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_time.c76 Sleep((usecs + 999) / 1000);
/external/protobuf/src/google/protobuf/stubs/
H A Donce.cc57 Sleep(0);

Completed in 681 milliseconds

1234567