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/ |
| D | bouncing_pandas.js | 34 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/ |
| D | expect_output.txt | 21 1200
|
| D | arrayreducecase.js | 89 runPromiseInSequence(promiseArr, 10).then(console.log); // 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.sts | 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/test/moduletest/stringsplit/ |
| D | stringsplit.js | 41 assert_equal(res3.length,1200)
|
| /arkcompiler/toolchain/test/ |
| D | test_helper.gni | 26 _timeout_ = 1200
|
| /arkcompiler/toolchain/build/config/ |
| D | BUILDCONFIG.gn | 21 timeout = 1200
|
| /arkcompiler/ets_runtime/ |
| D | js_runtime_config.gni | 52 timeout = 1200
|
| /arkcompiler/ets_runtime/script/ |
| D | run_ark_executable.py | 201 timeout_limit = int(args.timeout_limit) if args.timeout_limit else 1200 # units: s
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | BUILD.gn | 18 _timeout_ = 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/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 | 1563 movi v11, 1200
|
| D | call.virt.acc.yaml | 1475 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
|
| /arkcompiler/toolchain/build/compile_script/ |
| D | ark.py | 210 "Add --gn-args=\"run_with_qemu=true\" timeout=\"1200\"\
|
12