Home
last modified time | relevance | path

Searched full:10000 (Results 1 – 25 of 235) sorted by relevance

12345678910

/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/
Dlist.escompat_BigInt_instance.yaml358 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/
Dtypedarrayfill.ts17 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/
Dloop.swift18 for i in 0..<10000 {
19 for j in 0..<10000 {
Dloop.js17 for (let i = 0; i < 10000; i++) {
18 for (let j = 0; j < 10000; j++) {
Dloop.ts18 for (let i = 0; i < 10000; i++) {
19 for (let j = 0; j < 10000; j++) {
/arkcompiler/ets_runtime/test/aottest/useless_gate_elimination/
Duseless_gate_elimination.js19 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/
Dfinally.params.yaml138 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/
Dimport_defaultExport_allBinding.ets27 assertEQ(Single.b,10000)
31 assertEQ(Selective.b,10000)
Dimport_defaultExport_selectiveBindings.ets27 assertEQ(b,10000)
31 assertEQ(b2,10000)
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/tests/
Djs_2_sts_obj_pass_check_mem_test.ts27 if (j % 10000 === 0) {
37 if (j % 10000 === 0) {
/arkcompiler/ets_runtime/ecmascript/tests/
Didle_gc_trigger_test.cpp136 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/
DconstructorTests.ets52 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/
DNullishCoalescing_02.ets27 let x = z ?? 10000;
65 assertEQ(foo3(undefined), 10000);
DlabeledStatement.ets101 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/
Dfinally.params.yaml106 ret += 10000;
134 ret += 10000;
163 ret += 10000;
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dexport_variable_second.js21 "key7": 10000
48 "key9": 10000
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/math/
DTestIntegerLog10.ets22 failures += test(good(10000, 4), "Log10 from int 10000");
/arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/
Dtypedarrayreverse.js41 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/
Dexpect_output.txt14 10000
/arkcompiler/ets_runtime/test/jittest/typed_array/
Dexpect_output.txt15 10000
/arkcompiler/ets_runtime/test/jsperftest/
Dprerun_proc.py32 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/
Dsingle_export.ets20 export const b = 10000;
/arkcompiler/ets_runtime/test/jittest/mega_ic_test_timeout/
Dmega_ic_test_timeout.ts23 for (var i = 0; i < 10000; ++i) {
/arkcompiler/runtime_core/tests/cts-assembly/
Dintrinsics-55.pa16 movi v0, 10000
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dintrinsics-55.pa16 movi v0, 10000

12345678910