| /third_party/grpc/test/core/promise/ |
| D | sleep_test.cc | 59 TEST(Sleep, Zzzz) { in TEST() argument 77 TEST(Sleep, OverlyEagerEventEngine) { in TEST() argument 104 TEST(Sleep, AlreadyDone) { in TEST() argument 120 TEST(Sleep, Cancel) { in TEST() argument 139 TEST(Sleep, MoveSemantics) { in TEST() argument 159 TEST(Sleep, StressTest) { in TEST() argument
|
| /third_party/rust/rust/tests/ui/async-await/ |
| D | pin-needed-to-poll.rs | 7 struct Sleep; struct 9 impl Future for Sleep { implementation 17 impl Drop for Sleep { implementation
|
| D | pin-needed-to-poll-2.rs | 8 struct Sleep(std::marker::PhantomPinned); struct 10 impl Future for Sleep { implementation 18 impl Drop for Sleep { implementation
|
| /third_party/grpc/src/core/lib/promise/ |
| D | sleep.h | 35 explicit Sleep(Duration timeout) : Sleep(Timestamp::Now() + timeout) {} in Sleep() function 40 Sleep(Sleep&& other) noexcept in Sleep() function
|
| D | sleep.cc | 33 Sleep::Sleep(Timestamp deadline) : deadline_(deadline) {} in Sleep() function in grpc_core::Sleep
|
| /third_party/jerryscript/docs/ |
| D | 05.PORT-API.md | 225 ## Sleep section in Reference 367 ## Sleep section in How to port JerryScript
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| D | platform_thread.cc | 51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread
|
| /third_party/typescript/lib/ |
| D | lib.scripthost.d.ts | 221 Sleep(intTime: number): void; variable
|
| /third_party/typescript/src/lib/ |
| D | scripthost.d.ts | 201 Sleep(intTime: number): void; variable
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | test_utils_unittest.cpp | 57 TEST(TestUtils, Sleep) in TEST() argument
|
| /third_party/skia/third_party/externals/angle2/util/windows/ |
| D | test_utils_win.cpp | 386 void Sleep(unsigned int milliseconds) in Sleep() function
|
| /third_party/skia/third_party/externals/angle2/util/posix/ |
| D | test_utils_posix.cpp | 331 void Sleep(unsigned int milliseconds) in Sleep() function
|
| /third_party/rust/rust/src/tools/miri/src/shims/ |
| D | time.rs | 257 fn Sleep(&mut self, timeout: &OpTy<'tcx, Provenance>) -> InterpResult<'tcx> { in Sleep() method
|
| /third_party/rust/rust/src/tools/miri/src/concurrency/ |
| D | thread.rs | 32 Sleep(Duration), enumerator
|
| /third_party/python/Modules/ |
| D | _tkinter.c | 362 Sleep(int milli) in Sleep() function
|
| /third_party/rust/rust/library/std/src/sys/windows/c/ |
| D | windows_sys.rs | 498 pub fn Sleep(dwmilliseconds: u32) -> (); in Sleep() function
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 17216 Sleep(intTime: number): void; variable
|