| /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_deprecated/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/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/ |
| D | import_defaultExport_allBinding.ets | 27 assertEQ(Single.b,10000) 31 assertEQ(Selective.b,10000)
|
| D | import_defaultExport_selectiveBindings.ets | 27 assertEQ(b,10000) 31 assertEQ(b2,10000)
|
| /arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/tests/ |
| D | js_2_sts_obj_pass_check_mem_test.ts | 27 if (j % 10000 === 0) { 37 if (j % 10000 === 0) {
|
| /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_sdk/arkts/@arkts/math/Decimal/ |
| D | constructorTests.ets | 52 t([10000], 4, 1, 10000); 60 t([10000], 11, 1, 100000000000); 69 t([10000], -3, 1, 1e-3); 77 t([10000], -10, 1, 1e-10); 85 t([10000], -17, 1, 1e-17);
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | NullishCoalescing_02.ets | 27 let x = z ?? 10000; 65 assertEQ(foo3(undefined), 10000);
|
| D | labeledStatement.ets | 101 if (result > 10000) { 139 assertEQ(test4, 10000)
|
| /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/toolchain/tooling/dynamic/test/testcases/js/ |
| D | export_variable_second.js | 21 "key7": 10000 48 "key9": 10000
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/math/ |
| D | TestIntegerLog10.ets | 22 failures += test(good(10000, 4), "Log10 from int 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_runtime/test/aottest/suspendgeneratorfor/ |
| D | expect_output.txt | 14 10000
|
| /arkcompiler/ets_runtime/test/jittest/typed_array/ |
| D | expect_output.txt | 15 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/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/04.default_import_binding/export_default/ |
| D | single_export.ets | 20 export const b = 10000;
|
| /arkcompiler/ets_runtime/test/jittest/mega_ic_test_timeout/ |
| D | mega_ic_test_timeout.ts | 23 for (var i = 0; i < 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
|