Home
last modified time | relevance | path

Searched defs:Sleep (Results 1 – 15 of 15) sorted by relevance

/third_party/jerryscript/docs/
D05.PORT-API.md225 ## Sleep section in Reference
367 ## Sleep section in How to port JerryScript
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dplatform_thread.cc51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread
/third_party/typescript/src/lib/
Dscripthost.d.ts201 Sleep(intTime: number): void; variable
/third_party/typescript/lib/
Dlib.scripthost.d.ts221 Sleep(intTime: number): void; variable
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils_unittest.cpp57 TEST(TestUtils, Sleep) in TEST() argument
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp386 void Sleep(unsigned int milliseconds) in Sleep() function
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp331 void Sleep(unsigned int milliseconds) in Sleep() function
/third_party/node/src/
Dnode_util.cc190 static void Sleep(const FunctionCallbackInfo<Value>& args) { in Sleep() function
/third_party/node/deps/v8/tools/release/
Dtest_scripts.py266 def Sleep(self, seconds): member in ScriptTest
Dcommon_includes.py178 def Sleep(self, seconds): member in SideEffectHandler
/third_party/node/deps/v8/src/base/platform/
Dplatform-starboard.cc233 void OS::Sleep(TimeDelta interval) { SbThreadSleep(interval.InMicroseconds()); } in Sleep() function in v8::base::OS
Dplatform-posix.cc617 void OS::Sleep(TimeDelta interval) { in Sleep() function in v8::base::OS
Dplatform-win32.cc1098 void OS::Sleep(TimeDelta interval) { in Sleep() function in v8::base::OS
/third_party/python/Modules/
D_tkinter.c362 Sleep(int milli) in Sleep() function
/third_party/typescript/tests/lib/
Dlib.d.ts17216 Sleep(intTime: number): void; variable