Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/class-inheritance-add/
Dtestc_1_mod.ts25 sleep(): string method in tc2C1
Dtestc_1.ts25 sleep(): string method in tc2C1
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue_to_promise/
Desvalue_to_promise_test.ts18 export function sleep(ms: number): Promise<void> { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dawait_two.js19 function sleep(ms) { function
/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dinstall-ohos-typescript-and-homecheck.mjs25 function sleep(waitTime) { function
/arkcompiler/ets_frontend/test262/
Dutils.py198 def sleep(duration): function