Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/bouncing_pandas/
Dbouncing_pandas.js21 const vec = new Vec2(1200, 800);
32 el.r.x = (step * i) % 1200;
33 el.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/static_core/tests/tests-u-runner-2/cfg/workflows/arkjs/
Drk3568.yaml23 timeout: 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.ets187 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/common_components/tests/
Dtest_helper.gni34 _timeout_ = 1200
/arkcompiler/toolchain/test/
Dtest_helper.gni26 _timeout_ = 1200
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
Dstringsplit.js41 assert_equal(res3.length,1200)
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_convert_import.ets.autofix.json369 "end": 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/ets_frontend/ets2panda/linter/test/main/
Dproperty_access_by_index.ets.autofix.json213 "start": 1200,
Dnumeric_semantics.ets.autofix.json173 "end": 1200,
/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.yaml1558 movi v11, 1200
Dcall.virt.acc.yaml1466 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

12