HomeSort by relevance Sort by last modified time
    Searched refs:Sleep (Results 26 - 50 of 339) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
external_media_test.cc 22 Sleep(2000);
27 Sleep(2000);
68 Sleep(1000);
74 Sleep(1000);
rtp_rtcp_extensions.cc 14 #include "webrtc/system_wrappers/interface/sleep.h"
193 Sleep(500);
212 Sleep(500);
227 Sleep(500);
242 Sleep(500);
257 Sleep(500);
276 Sleep(500);
279 Sleep(500);
296 Sleep(500);
299 Sleep(500)
    [all...]
neteq_stats_test.cc 17 Sleep(5000);
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 76 Sleep((usecs + 999) / 1000);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_delay_np.c 99 Sleep (0);
168 Sleep (wait_time);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
compatibility.h 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
124 Sleep(0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
compatibility.h 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
124 Sleep(0);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
124 Sleep(0);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
compatibility.h 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
124 Sleep(0);
  /external/chromium_org/mojo/system/
waiter_list_unittest.cc 12 #include "base/threading/platform_thread.h" // For |Sleep()|.
57 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
105 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
154 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
184 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
201 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
223 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
242 base::PlatformThread::Sleep(1 * test::EpsilonTimeout());
254 base::PlatformThread::Sleep(1 * test::EpsilonTimeout());
263 base::PlatformThread::Sleep(1 * test::EpsilonTimeout())
    [all...]
waiter_unittest.cc 15 #include "base/threading/platform_thread.h" // For |Sleep()|.
57 base::PlatformThread::Sleep(
129 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
142 base::PlatformThread::Sleep(5 * test::EpsilonTimeout());
190 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
203 base::PlatformThread::Sleep(5 * test::EpsilonTimeout());
278 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
289 base::PlatformThread::Sleep(1 * test::EpsilonTimeout());
291 base::PlatformThread::Sleep(2 * test::EpsilonTimeout());
  /external/chromium_org/base/threading/
watchdog_unittest.cc 103 PlatformThread::Sleep(TimeDelta::FromMilliseconds(500));
113 // Sleep a bit, but not past the alarm point.
114 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
119 LOG(WARNING) << "100ms sleep took over 500ms, making the results of this "
127 // Sleep past the point where it would have fired if it wasn't disarmed,
129 PlatformThread::Sleep(TimeDelta::FromSeconds(1));
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 65 Sleep(p_mili);
  /external/chromium_org/media/cast/test/
fake_single_thread_task_runner.h 28 void Sleep(base::TimeDelta t);
  /external/chromium_org/sandbox/win/src/
ipc_ping_test.cc 35 ::Sleep(1);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 100 #define sleep Sleep macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xwindows.h 79 #define sleep(x) Sleep((x) * 1000) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xwindows.h 79 #define sleep(x) Sleep((x) * 1000) macro
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 65 Sleep(p_mili);
  /external/chromium_org/base/metrics/
stats_table_unittest.cc 98 PlatformThread::Sleep(TimeDelta::FromMilliseconds(index % 10));
181 PlatformThread::Sleep(TimeDelta::FromMilliseconds(index % 10));
314 PlatformThread::Sleep(kDuration);
321 PlatformThread::Sleep(kDuration);
346 PlatformThread::Sleep(kDuration);
353 PlatformThread::Sleep(kDuration);
381 PlatformThread::Sleep(kDuration);
391 PlatformThread::Sleep(kDuration);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/extended/
ec_metrics_test.cc 46 Sleep(1000);
81 Sleep(1000);
  /external/chromium_org/tools/xdisplaycheck/
xdisplaycheck.cc 23 void Sleep(int duration_ms) {
70 Sleep(10 * tries);
  /external/stlport/stlport/stl/
_threads.c 81 // 1) Sleep(1) often takes ~15 ms
83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
90 * Changed from Sleep(0) to Sleep(1).
91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
92 * whereas Sleep(1) will. Performance seems not to be affected. */
93 Sleep(1);
95 Sleep(1 << (__log_nsec - 20));
109 /* Max sleep is 2**27nsec ~ 60msec */
143 // We are probably being scheduled against the other process. Sleep
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 81 // 1) Sleep(1) often takes ~15 ms
83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
90 * Changed from Sleep(0) to Sleep(1).
91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
92 * whereas Sleep(1) will. Performance seems not to be affected. */
93 Sleep(1);
95 Sleep(1 << (__log_nsec - 20));
109 /* Max sleep is 2**27nsec ~ 60msec */
143 // We are probably being scheduled against the other process. Sleep
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.c 81 // 1) Sleep(1) often takes ~15 ms
83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
90 * Changed from Sleep(0) to Sleep(1).
91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
92 * whereas Sleep(1) will. Performance seems not to be affected. */
93 Sleep(1);
95 Sleep(1 << (__log_nsec - 20));
109 /* Max sleep is 2**27nsec ~ 60msec */
143 // We are probably being scheduled against the other process. Sleep
    [all...]

Completed in 825 milliseconds

12 3 4 5 6 7 8 91011>>