HomeSort by relevance Sort by last modified time
    Searched defs:Sleep (Results 1 - 23 of 23) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.cc 13 #include "webrtc/system_wrappers/include/sleep.h"
50 void BeforeInitializationFixture::Sleep(long milliseconds) {
  /external/sfntly/cpp/src/test/
platform_thread.cc 51 void PlatformThread::Sleep(int32_t duration_ms) {
52 ::Sleep(duration_ms);
85 void PlatformThread::Sleep(int32_t duration_ms) {
  /external/syzkaller/vendor/github.com/googleapis/gax-go/
invoke.go 48 return invoke(ctx, call, settings, Sleep)
51 // Sleep is similar to time.Sleep, but it can be interrupted by ctx.Done() closing.
52 // If interrupted, Sleep returns ctx.Err().
53 func Sleep(ctx context.Context, d time.Duration) error {
  /external/libchrome/mojo/core/
test_utils.cc 13 #include "base/threading/platform_thread.h" // For |Sleep()|.
50 void Sleep(MojoDeadline deadline) {
53 base::PlatformThread::Sleep(
  /external/autotest/server/cros/cfm/configurable_test/
actions.py 309 class Sleep(Action):
317 @param num_seconds The number of seconds to sleep.
322 time.sleep(self._num_seconds)
325 return 'Sleep[num_seconds=%s]' % self._num_seconds
344 @param retry_delay_seconds The number of seconds to sleep between
370 time.sleep(self._retry_delay_seconds)
411 time.sleep(1)
  /external/libchrome/base/threading/
platform_thread_posix.cc 177 void PlatformThread::Sleep(TimeDelta duration) {
  /external/libchrome/mojo/public/c/system/tests/
core_perftest.cc 187 Sleep(kPerftestTimeMicroseconds);
239 void Sleep(int64_t microseconds) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThunk.h 249 EMU_SLEEP Sleep;
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 49 const char *Sleep() { return Yellow(); }
62 , sleep()
250 Printf("%s", d.Sleep());
251 Printf(" As if synchronized via sleep:\n");
339 if (rep->sleep)
340 PrintSleep(rep->sleep);
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 652 void Sleep(unsigned int msecs)
  /external/rmi4utils/rmidevice/
rmidevice.cpp 226 rc = Sleep(RMI_F01_DEFAULT_RESET_DELAY_MS);
333 int Sleep(int ms)
  /external/v8/tools/release/
test_scripts.py 402 def Sleep(self, seconds):
    [all...]
common_includes.py 279 def Sleep(self, seconds):
280 time.sleep(seconds)
400 self.step._side_effect_handler.Sleep(wait_interval)
488 self._side_effect_handler.Sleep(wait_time)
  /art/test/004-ThreadStress/src-art/
Main.java 53 // -sleep:X .......... frequency of Sleep (double)
203 private final static class Sleep extends Operation {
209 Thread.sleep(SLEEP_TIME);
279 Thread.sleep((int)(Math.random() * 50 + 50));
307 Thread.sleep(SLEEP_TIME);
337 frequencyMap.put(new Sleep(), 0.075); // 15/200
348 frequencyMap.put(new Sleep(), 0.2); // 40/200
358 frequencyMap.put(new Sleep(), 0.2); // 40/200
402 } else if (split[0].equals("-sleep")) {
    [all...]
  /external/v8/src/base/platform/
platform-posix.cc 391 void OS::Sleep(TimeDelta interval) {
platform-win32.cc 889 void OS::Sleep(TimeDelta interval) {
890 ::Sleep(static_cast<DWORD>(interval.InMilliseconds()));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1124 WinNtSleep Sleep;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1139 WinNtSleep Sleep;
  /external/python/cpython2/Modules/
_tkinter.c 317 /* Millisecond sleep() for Unix platforms. */
320 Sleep(int milli)
340 Sleep(100);
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 329 /* Millisecond sleep() for Unix platforms. */
332 Sleep(int milli)
352 Sleep(100);
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1610 milliseconds