HomeSort by relevance Sort by last modified time
    Searched refs:Sleep (Results 1 - 25 of 522) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libusb/msvc/
missing.h 23 /* Windows CE doesn't have SleepEx() - Fallback to Sleep() */
24 #define SleepEx(m, a) Sleep(m)
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/sleepy1/
p_test.go 9 time.Sleep(200 * time.Millisecond)
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/sleepy2/
p_test.go 9 time.Sleep(200 * time.Millisecond)
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
timeoutbench_test.go 9 time.Sleep(1 * time.Second)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/sleepy1/
p_test.go 9 time.Sleep(200 * time.Millisecond)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/sleepy2/
p_test.go 9 time.Sleep(200 * time.Millisecond)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
timeoutbench_test.go 9 time.Sleep(1 * time.Second)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cygwin/
testexe.c 24 extern __attribute((dllimport)) void _stdcall Sleep (unsigned int duration);
29 Sleep (foobar);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 48 Sleep(3000);
57 Sleep(250);
59 Sleep(1500);
73 Sleep(3000);
81 Sleep(2000);
83 Sleep(2000);
volume_test.cc 109 Sleep(1000);
135 Sleep(1000);
142 Sleep(1000);
148 Sleep(1000);
159 Sleep(1000);
193 Sleep(1000);
196 Sleep(1000);
200 Sleep(1000);
223 Sleep(2000);
237 Sleep(2000)
    [all...]
  /external/jemalloc/test/src/
mq.c 4 * Sleep for approximately ns nanoseconds. No lower *nor* upper bound on sleep
14 Sleep(ns / 1000);
  /external/libchrome/base/debug/
debugger.cc 28 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
  /external/libchrome/base/test/
test_file_util.cc 18 PlatformThread::Sleep(kDelay);
  /external/libmojo/mojo/edk/system/
test_utils.h 34 void Sleep(MojoDeadline deadline);
test_utils.cc 13 #include "base/threading/platform_thread.h" // For |Sleep()|.
50 void Sleep(MojoDeadline deadline) {
53 base::PlatformThread::Sleep(
  /external/webrtc/webrtc/system_wrappers/source/
sleep.cc 10 // An OS-independent sleep function.
12 #include "webrtc/system_wrappers/include/sleep.h"
15 // For Sleep()
26 Sleep(msecs);
  /external/sfntly/cpp/src/test/
platform_thread.h 52 static void Sleep(int32_t duration_ms);
platform_thread.cc 51 void PlatformThread::Sleep(int32_t duration_ms) {
52 ::Sleep(duration_ms);
85 void PlatformThread::Sleep(int32_t duration_ms) {
  /external/v8/src/base/
once.cc 44 ::Sleep(0);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16016.go 31 time.Sleep(100 * time.Millisecond)
34 time.Sleep(1 * time.Second)
issue9110.go 42 time.Sleep(1 * time.Millisecond)
46 time.Sleep(1 * time.Millisecond)
57 time.Sleep(1 * time.Millisecond)
68 time.Sleep(1 * time.Millisecond)
72 time.Sleep(1 * time.Millisecond)
80 time.Sleep(1 * time.Millisecond)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16016.go 31 time.Sleep(100 * time.Millisecond)
34 time.Sleep(1 * time.Second)
issue9110.go 42 time.Sleep(1 * time.Millisecond)
46 time.Sleep(1 * time.Millisecond)
57 time.Sleep(1 * time.Millisecond)
68 time.Sleep(1 * time.Millisecond)
72 time.Sleep(1 * time.Millisecond)
80 time.Sleep(1 * time.Millisecond)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
D05Sas.asl 86 Sleep(1)
89 Sleep(1)
162 Sleep(1)
165 Sleep(1)
237 Sleep(1)
240 Sleep(1)
  /external/libchrome/base/synchronization/
lock_unittest.cc 31 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
37 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
68 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
74 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
81 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 20));
160 PlatformThread::Sleep(TimeDelta::FromMilliseconds(rand() % 10));

Completed in 255 milliseconds

1 2 3 4 5 6 7 8 91011>>