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/ |
| D | bouncing_pandas.js | 21 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/ |
| D | expect_output.txt | 21 1200
|
| D | arrayreducecase.js | 89 runPromiseInSequence(promiseArr, 10).then(console.log); // 1200
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/workflows/arkjs/ |
| D | rk3568.yaml | 23 timeout: 1200
|
| /arkcompiler/runtime_core/arkplatform/tests/ |
| D | test_helper.gni | 51 "1200",
|
| /arkcompiler/runtime_core/tests/ |
| D | test_helper.gni | 52 "1200",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_pandas/ |
| D | bouncing_pandas.ets | 187 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/ |
| D | test_helper.gni | 34 _timeout_ = 1200
|
| /arkcompiler/toolchain/test/ |
| D | test_helper.gni | 26 _timeout_ = 1200
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 41 assert_equal(res3.length,1200)
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ |
| D | interop_convert_import.ets.autofix.json | 369 "end": 1200,
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | compiler_queue_test.cpp | 331 fMethod->SetHotnessCounter(-1200U); in TEST_F()
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 909 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/ |
| D | property_access_by_index.ets.autofix.json | 213 "start": 1200,
|
| D | numeric_semantics.ets.autofix.json | 173 "end": 1200,
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | call.acc.short.yaml | 1406 movi v11, 1200
|
| D | call.acc.yaml | 1448 movi v11, 1200
|
| D | call.virt.acc.short.yaml | 1558 movi v11, 1200
|
| D | call.virt.acc.yaml | 1466 movi v11, 1200
|
| D | initobj.short.yaml | 1726 movi v11, 1200
|
| D | initobj.yaml | 1835 movi v11, 1200
|
| D | initobj.range.yaml | 1972 movi v11, 1200
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | initobj.short.yaml | 3355 movi v11, 1200 3480 movi v11, 1200
|
| D | initobj.yaml | 3584 movi v11, 1200 3707 movi v11, 1200
|
| D | initobj.range.yaml | 3851 movi v11, 1200 3971 movi v11, 1200
|
12