| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | list.escompat_BigInt_instance.yaml | 358 init_object_data: "[0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 359 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 360 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 361 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 362 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 363 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 364 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n, 365 0n, 1n, -1n, 10n, -10n, 100n, -100n, 1000n, -1000n, 10000n, -10000n]", 385 … "0", "1", "-1", "10", "-10", "100", "-100", "1000", "-1000", "10000", "-10000",
|
| /arkcompiler/ets_runtime/test/aottest/typedarrayfill/ |
| D | typedarrayfill.ts | 17 let length = 10000; 46 let length = 10000; 75 let length = 10000; 104 let length = 10000; 133 let length = 10000; 162 let length = 10000; 191 let length = 10000; 220 let length = 10000; 249 let length = 10000;
|
| /arkcompiler/ets_runtime/test/workload/loop/ |
| D | loop.swift | 18 for i in 0..<10000 { 19 for j in 0..<10000 {
|
| D | loop.js | 17 for (let i = 0; i < 10000; i++) { 18 for (let j = 0; j < 10000; j++) {
|
| D | loop.ts | 18 for (let i = 0; i < 10000; i++) { 19 for (let j = 0; j < 10000; j++) {
|
| /arkcompiler/ets_runtime/test/aottest/useless_gate_elimination/ |
| D | useless_gate_elimination.js | 19 for (i = 0; i < 10000; i++) { 20 for (j = 0; j < 10000; j++) {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/02.multiple_catch_clauses_in_try_statements/ |
| D | finally.params.yaml | 138 ret += 10000; 169 ret += 10000; 198 ret += 10000; 228 ret += 10000; 256 ret += 10000; 287 ret += 10000;
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | idle_gc_trigger_test.cpp | 136 sheap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 171 heap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 205 heap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 233 heap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 288 sheap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 298 heap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 326 sheap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 337 sheap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 348 heap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() 359 sheap->GetOldSpace()->SetInitialCapacity(10000); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/ |
| D | finally.params.yaml | 106 ret += 10000; 134 ret += 10000; 163 ret += 10000;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/math/ |
| D | TestIntegerLog10.sts | 22 failures += test(good(10000, 4), "Log10 from int 10000");
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | export_variable_second.js | 21 "key7": 10000 48 "key9": 10000
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/ |
| D | typedarrayreverse.js | 41 let int16Array = new Int16Array([30000, -30000, 0, 5000, -10000]); 42 …fore reverse (Int16Array): "+int16Array,"Before reverse (Int16Array): 30000,-30000,0,5000,-10000"); 44 assert_equal("After reverse (Int16Array): "+int16Array,"After reverse (Int16Array): -10000,5000,0,-…
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | labeledStatement.sts | 101 if (result > 10000) { 139 assert test4 == 10000;
|
| /arkcompiler/ets_runtime/test/jittest/typed_array/ |
| D | expect_output.txt | 15 10000
|
| D | typed_array.ts | 30 uint16array = new Uint16Array(10000);
|
| /arkcompiler/ets_runtime/test/aottest/suspendgeneratorfor/ |
| D | expect_output.txt | 14 10000
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | prerun_proc.py | 32 for (let i = 0; i < __MULTIPLIER__ * 10000; i++) { 47 for (let i = 0; i < __MULTIPLIER__ * 10000; i++) {
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | intrinsics-55.pa | 16 movi v0, 10000
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | intrinsics-55.pa | 16 movi v0, 10000
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/17.Experimental_Features/Iterable_Types/ |
| D | for-of-s01-array-12.sts | 22 let tmp : int = 10000;
|
| /arkcompiler/ets_runtime/test/aottest/shr_overflow/ |
| D | shr_overflow.ts | 26 for(var i = 0;i<10000;i++) {
|
| /arkcompiler/ets_runtime/compiler_service/include/ |
| D | aot_compiler_error_utils.h | 26 ERR_AOT_COMPILER_OFFSET = 10000,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/get_value/get_string_value/bu_j2j/ |
| D | bench_j2j.js | 24 for (let i = 0; i < 10000; i++) { // Number of iterations was picked experimentally
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/atomics/ |
| D | concurrent_store_load.sts | 39 for (let j = 0; j < 10000; j++) {
|
| /arkcompiler/ets_runtime/test/moduletest/arrayjoin/ |
| D | arrayjoin.js | 28 arr.length = 10000; 40 arr.length = 10000;
|