Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp116 sleep(1); in HWTEST_F_L0()
121 sleep(1); in HWTEST_F_L0()
126 sleep(1); in HWTEST_F_L0()
170 sleep(1); in HWTEST_F_L0()
175 sleep(1); in HWTEST_F_L0()
180 sleep(1); in HWTEST_F_L0()
225 sleep(1); in HWTEST_F_L0()
230 sleep(1); in HWTEST_F_L0()
235 sleep(1); in HWTEST_F_L0()
312 sleep(1); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DregExpWithSlashInCharClass.ts35 let foo3 = "a/".replace(/.[/no sleep /till/]/, "bugfix");
37 AssertType("a/".replace(/.[/no sleep /till/]/, "bugfix"), "string");
39 AssertType(/.[/no sleep /till/]/, "RegExp");
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dautoburn.py35 time.sleep(5)
48 time.sleep(100)
52 time.sleep(1)
/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_controller_test.cpp75 sleep(5); in HWTEST_F_L0()
83 sleep(10); in HWTEST_F_L0()
103 sleep(1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py56 time.sleep(1)
95 time.sleep(5)
138 time.sleep(10)
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js44 sleep: thrower,
/arkcompiler/ets_frontend/test/scripts/
Dtimer.py46 time.sleep(1)
/arkcompiler/runtime_core/scripts/
Dtrace_enable.sh110 sleep $TIME_TO_WAIT
Dmemusage.py22 from time import sleep
223 sleep(args.interval / 1000)
/arkcompiler/ets_frontend/test262/
Dutils.py97 def sleep(duration): function
99 time.sleep(duration)
Deshost.patch294 + sleep: thrower,
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp177 sleep(1); in HWTEST_F_L0()
225 sleep(1); in HWTEST_F_L0()
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp407 sleep(3);
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_src.gni1577 "src/unistd/sleep.c",
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js3254 sleep() {
3255 this._impl.sleep();
107708 sleep: Wbt, property
108159 sleep() {
108160 this._body && this._body.sleep();
110189 sleep() {
110763 sleep: avt, property
111443 sleep() {
111444 this._isInitialized && this._body.sleep();