Home
last modified time | relevance | path

Searched refs:time_to_sleep (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/linux/services/
Dscoped_process_unittest.cc105 void SleepInMsAndWriteOneByte(int time_to_sleep, int fd) { in SleepInMsAndWriteOneByte() argument
106 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(time_to_sleep)); in SleepInMsAndWriteOneByte()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc294 int time_to_sleep = kAutoTestSleepTimeMs; in ViERtpRtcpStandardTest() local
297 while (time_to_sleep > 0) { in ViERtpRtcpStandardTest()
299 time_to_sleep -= 500; in ViERtpRtcpStandardTest()