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

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
H A Dbefore_initialization_fixture.cc50 void BeforeInitializationFixture::Sleep(long milliseconds) { function in class:BeforeInitializationFixture
/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_org/media/cast/test/
H A Dfake_single_thread_task_runner.cc61 void FakeSingleThreadTaskRunner::Sleep(base::TimeDelta t) { function in class:media::cast::test::FakeSingleThreadTaskRunner
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsimple_mock.py105 def Sleep(self, time): member in class:MockTimer
/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.cc183 void PlatformThread::Sleep(TimeDelta duration) { function in class:base::PlatformThread
H A Dplatform_thread_win.cc145 ::Sleep(0);
149 void PlatformThread::Sleep(TimeDelta duration) { function in class:base::PlatformThread
150 // When measured with a high resolution clock, Sleep() sometimes returns much
155 ::Sleep((end - now).InMillisecondsRoundedUp());
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_perftest.cc194 Sleep(kPerftestTimeMicroseconds);
249 void Sleep(int64_t microseconds) { function in class:__anon8201::CorePerftest
/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:__anon14874
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:__anon14917
263 Sleep(1);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc31 const char *Sleep() { return Yellow(); } function in class:__tsan::Decorator
215 Printf("%s", d.Sleep());
/external/icu/icu4c/source/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.py210 def Sleep(self, seconds): member in class:SideEffectHandler
296 self._side_effect_handler.Sleep(wait_time)
H A Dtest_scripts.py387 def Sleep(self, seconds): member in class:ScriptTest
/external/chromium_org/v8/src/
H A Dplatform-posix.cc244 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
H A Dplatform-win32.cc802 void OS::Sleep(int milliseconds) { function in class:v8::internal::OS
803 ::Sleep(milliseconds);
1407 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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 487 milliseconds