Home
last modified time | relevance | path

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

1234567

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc109 Sleep(1000); in TEST_F()
135 Sleep(1000); in TEST_F()
142 Sleep(1000); in TEST_F()
148 Sleep(1000); in TEST_F()
159 Sleep(1000); in TEST_F()
193 Sleep(1000); in TEST_F()
196 Sleep(1000); in TEST_F()
200 Sleep(1000); in TEST_F()
223 Sleep(2000); in TEST_F()
237 Sleep(2000); in TEST_F()
[all …]
Dfile_test.cc48 Sleep(3000);
57 Sleep(250);
59 Sleep(1500);
73 Sleep(3000); in TEST_F()
81 Sleep(2000); in TEST_F()
83 Sleep(2000); in TEST_F()
Dexternal_media_test.cc23 Sleep(2000); in TestRegisterExternalMedia()
28 Sleep(2000); in TestRegisterExternalMedia()
69 Sleep(1000); in TEST_F()
75 Sleep(1000); in TEST_F()
Daudio_processing_test.cc116 Sleep(50); in TryDetectingSilence()
119 Sleep(10); in TryDetectingSilence()
134 Sleep(10); in TryDetectingSpeechAfterSilence()
210 Sleep(100); in TEST_F()
215 Sleep(100); in TEST_F()
338 Sleep(500); in TEST_F()
376 Sleep(1000); in TEST_F()
Ddtmf_test.cc25 Sleep(500); in RunSixteenDtmfEvents()
78 Sleep(500); in TEST_F()
Drtp_rtcp_test.cc97 Sleep(1000); in TEST_F()
110 Sleep(1000); in TEST_F()
Dvideo_sync_test.cc31 Sleep(1000); in CollectEstimatesDuring15Seconds()
46 Sleep(1000); in CollectEstimatesDuring15Seconds()
/external/libchrome/base/synchronization/
Dlock_unittest.cc31 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in ThreadMain()
37 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in ThreadMain()
68 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in TEST()
74 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in TEST()
81 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20)); in TEST()
160 PlatformThread::Sleep(TimeDelta::FromMilliseconds(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/autotest/client/tests/kvm/deps/
Dwhql_submission_15.cs42 System.Threading.Thread.Sleep(1000); in FindMachine()
63 System.Threading.Thread.Sleep(1000); in DeleteResourcePool()
84 System.Threading.Thread.Sleep(5000); in ResetMachine()
100 System.Threading.Thread.Sleep(1000); in ResetMachine()
129 System.Threading.Thread.Sleep(5000); in GetDevice()
321 System.Threading.Thread.Sleep(30000); in Main()
/external/bison/lib/glthread/
Dlock.c655 Sleep (0); in glthread_lock_lock_func()
795 Sleep (0); in glthread_rwlock_rdlock_func()
826 Sleep (1); in glthread_rwlock_rdlock_func()
849 Sleep (0); in glthread_rwlock_wrlock_func()
879 Sleep (1); in glthread_rwlock_wrlock_func()
973 Sleep (0); in glthread_recursive_lock_lock_func()
1041 Sleep (0); in glthread_once_func()
/external/webrtc/webrtc/voice_engine/test/auto_test/extended/
Dec_metrics_test.cc47 Sleep(1000); in TEST_F()
88 Sleep(1000); in TEST_F()
/external/autotest/test_suites/
Dcontrol.wifi_lucidsleep7 PURPOSE = 'Group of WiFi tests that verify Lucid Sleep functionality'
16 This suite is used to verify the functionality of the Lucid Sleep feature.
/external/autotest/client/tests/kvm/autoit/
Dnotepad1.au328 Sleep(500)
30 Sleep(500)
/external/libchrome/base/threading/
Dthread_unittest.cc37 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(500)); in Init()
162 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(10)); in TEST_F()
179 &base::PlatformThread::Sleep), in TEST_F()
Dthread_collision_warner_unittest.cc191 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(5)); in TEST()
248 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2)); in TEST()
317 base::PlatformThread::Sleep(base::TimeDelta::FromSeconds(2)); in TEST()
/external/libchrome/base/process/
Dkill_posix.cc117 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); in WaitForProcessesToExit()
183 PlatformThread::Sleep(TimeDelta::FromMilliseconds(500)); in WaitForChildToDie()
/external/dbus/test/
Dtest-sleep-forever.c11 # define sleep Sleep
/external/webrtc/webrtc/system_wrappers/source/
Dsleep.cc26 Sleep(msecs); in SleepMs()
/external/jemalloc/test/src/
Dmq.c14 Sleep(ns / 1000); in mq_nanosleep()
/external/libvpx/libvpx/vp8/common/
Dthreading.h34 #define thread_sleep(nms) Sleep(nms)
92 #define thread_sleep(nms) Sleep(nms)
/external/libchrome/base/debug/
Ddebugger.cc28 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); in WaitForDebugger()
/external/libchrome/base/test/
Dtest_file_util.cc18 PlatformThread::Sleep(kDelay); in EvictFileFromSystemCacheWithRetry()
/external/curl/src/
Dtool_sleep.c47 Sleep(ms); in tool_go_sleep()

1234567