Home
last modified time | relevance | path

Searched full:1200 (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/bouncing_pandas/
Dbouncing_pandas.js34 const vec = new Vec2(1200, 800);
42 arrSBody[i].r.x = (step * i) % 1200;
43 arrSBody[i].r.y = Math.round(step * ((step * i) / 1200 + 1));
/arkcompiler/ets_runtime/test/moduletest/arrayreducecase/
Dexpect_output.txt21 1200
Darrayreducecase.js89 runPromiseInSequence(promiseArr, 10).then(console.log); // 1200
/arkcompiler/runtime_core/arkplatform/tests/
Dtest_helper.gni51 "1200",
/arkcompiler/runtime_core/tests/
Dtest_helper.gni52 "1200",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_pandas/
Dbouncing_pandas.sts187 let vec = new Vec2(1200, 800);
196 arrSBody[i].r.x = step *i % 1200;
197 arrSBody[i].r.y = step *((step*i / 1200) + 1) as int;
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
Dstringsplit.js41 assert_equal(res3.length,1200)
/arkcompiler/toolchain/test/
Dtest_helper.gni26 _timeout_ = 1200
/arkcompiler/toolchain/build/config/
DBUILDCONFIG.gn21 timeout = 1200
/arkcompiler/ets_runtime/
Djs_runtime_config.gni52 timeout = 1200
/arkcompiler/ets_runtime/script/
Drun_ark_executable.py201 timeout_limit = int(args.timeout_limit) if args.timeout_limit else 1200 # units: s
/arkcompiler/ets_runtime/ecmascript/compiler/
DBUILD.gn18 _timeout_ = 1200
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_queue_test.cpp331 fMethod->SetHotnessCounter(-1200U); in TEST_F()
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts909 for (let idx: number = 0; idx < 1200; idx++) {
1143 …Object.defineProperty(array, '1200', {writable: true, configurable: true, enumerable: true, value:…
1157 …Object.defineProperty(array, 1200, {writable: true, configurable: true, enumerable: true, value: "…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcall.acc.short.yaml1406 movi v11, 1200
Dcall.acc.yaml1448 movi v11, 1200
Dcall.virt.acc.short.yaml1563 movi v11, 1200
Dcall.virt.acc.yaml1475 movi v11, 1200
Dinitobj.short.yaml1726 movi v11, 1200
Dinitobj.yaml1835 movi v11, 1200
Dinitobj.range.yaml1972 movi v11, 1200
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dinitobj.short.yaml3355 movi v11, 1200
3480 movi v11, 1200
Dinitobj.yaml3584 movi v11, 1200
3707 movi v11, 1200
Dinitobj.range.yaml3851 movi v11, 1200
3971 movi v11, 1200
/arkcompiler/toolchain/build/compile_script/
Dark.py210 "Add --gn-args=\"run_with_qemu=true\" timeout=\"1200\"\

12