Searched defs:Sleep (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/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) {
/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) {
/external/chromium/base/threading/
H A Dplatform_thread_posix.cc141 void PlatformThread::Sleep(int duration_ms) { function in class:base::PlatformThread
H A Dplatform_thread_win.cc87 ::Sleep(0);
91 void PlatformThread::Sleep(int duration_ms) { function in class:base::PlatformThread
92 ::Sleep(duration_ms);
/external/chromium_org/tools/xdisplaycheck/
H A Dxdisplaycheck.cc23 void Sleep(int duration_ms) { function
70 Sleep(10 * tries);
/external/chromium_org/base/threading/
H A Dplatform_thread_posix.cc176 void PlatformThread::Sleep(TimeDelta duration) { function in class:base::PlatformThread
H A Dplatform_thread_win.cc133 ::Sleep(0);
137 void PlatformThread::Sleep(TimeDelta duration) { function in class:base::PlatformThread
138 // When measured with a high resolution clock, Sleep() sometimes returns much
143 ::Sleep((end - now).InMillisecondsRoundedUp());
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp47 static void Sleep(int millis) {::Sleep(millis);}; function in class:ThreadFuncs
50 static void yield() {::Sleep(0);};
96 static void Sleep(int millis);
102 void ThreadFuncs::Sleep(int millis) function in class:ThreadFuncs
437 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ...
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_hook_test.cc84 void Sleep(int seconds) { function in namespace:__anon14735
263 Sleep(1);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_hook_test.cc84 void Sleep(int seconds) { function in namespace:__anon14778
263 Sleep(1);
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp48 static void Sleep(int millis) {::Sleep(millis);}; function in class:ThreadFuncs
51 static void yield() {::Sleep(0);};
97 static void Sleep(int millis);
103 void ThreadFuncs::Sleep(int millis) function in class:ThreadFuncs
438 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ...
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py206 def Sleep(self, seconds): member in class:SideEffectHandler
273 self._side_effect_handler.Sleep(wait_time)
H A Dtest_scripts.py305 def Sleep(self, seconds): member in class:ScriptTest
/external/v8/src/
H A Dplatform-nullos.cc254 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
H A Dplatform-cygwin.cc188 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
681 OS::Sleep(interval_);
H A Dplatform-freebsd.cc192 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
786 Sleep(HALF_INTERVAL);
790 Sleep(HALF_INTERVAL);
804 Sleep(FULL_INTERVAL);
825 void Sleep(SleepInterval full_or_half) { function in class:v8::internal::SignalSender
H A Dplatform-linux.cc386 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
1163 Sleep(HALF_INTERVAL);
1167 Sleep(HALF_INTERVAL);
1181 Sleep(FULL_INTERVAL);
1207 void Sleep(SleepInterval full_or_half) { function in class:v8::internal::SignalSender
H A Dplatform-macos.cc179 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
800 OS::Sleep(interval_);
H A Dplatform-openbsd.cc211 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
868 Sleep(HALF_INTERVAL);
872 Sleep(HALF_INTERVAL);
886 Sleep(FULL_INTERVAL);
907 void Sleep(SleepInterval full_or_half) { function in class:v8::internal::SignalSender
H A Dplatform-solaris.cc204 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
790 Sleep(HALF_INTERVAL);
794 Sleep(HALF_INTERVAL);
808 Sleep(FULL_INTERVAL);
829 void Sleep(SleepInterval full_or_half) { function in class:v8::internal::SignalSender
H A Dplatform-win32.cc972 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
973 ::Sleep(milliseconds);
1667 Sleep(0);
2016 OS::Sleep(interval_);
/external/chromium_org/v8/src/
H A Dplatform-posix.cc254 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
H A Dplatform-win32.cc928 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
929 ::Sleep(milliseconds);
1519 Sleep(0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1693 milliseconds