Home
last modified time | relevance | path

Searched full:1000 (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dgc_request_test.cpp32 req.SetMinInterval(now + 1000); in HWTEST_F_L0()
40 GCStats::SetPrevGCFinishTime(1000); in HWTEST_F_L0()
42 req.SetMinInterval(1000); in HWTEST_F_L0()
52 req.SetMinInterval(now + 1000); in HWTEST_F_L0()
60 GCStats::SetPrevGCFinishTime(1000); in HWTEST_F_L0()
62 req.SetMinInterval(1000); in HWTEST_F_L0()
72 req.SetMinInterval(now + 1000); in HWTEST_F_L0()
80 GCStats::SetPrevGCFinishTime(1000); in HWTEST_F_L0()
82 req.SetMinInterval(1000); in HWTEST_F_L0()
91 req.SetMinInterval(now + 1000); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/
Dutils.py43 "us": 1000,
44 "ms": 1000 * 1000,
45 "s": 1000 * 1000 * 1000,
55 return (int(x.timestamp() * 1000) + int(ms)) * 1000 * 1000
/arkcompiler/runtime_core/tests/cts-assembly/
Dtst-select.pa21 ldai 1000
32 ldai 1000
43 ldai 1000
54 ldai 1000
65 ldai 1000
76 ldai 1000
89 ldai 1000
102 ldai 1000
115 ldai 1000
128 ldai 1000
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dtst-select.pa21 ldai 1000
32 ldai 1000
43 ldai 1000
54 ldai 1000
65 ldai 1000
76 ldai 1000
89 ldai 1000
102 ldai 1000
115 ldai 1000
128 ldai 1000
[all …]
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dexpect_output.txt59 -1000
60 -1000
69 1000
77 -1000
78 -1000
92 -1000
93 -1000
115 -1000
116 -1000
246 1000
[all …]
Dbuiltinsnumber.js35 print(Number.parseFloat("-1000, 0"))
36 print(Number.parseFloat("-1000"))
54 print(parseFloat("-1000, 0"))
55 print(parseFloat("-1000"))
70 print(Number.parseInt("-1000, 0"))
71 print(Number.parseInt("-1000"))
94 print(parseInt("-1000, 0"))
95 print(parseInt("-1000"))
238 n2 = new Number(1000)
/arkcompiler/runtime_core/static_core/scripts/sdk/docker/
Dpanda_sdk_in_container.md31 drwxrwxr-x 4 1000 1000 4096 Mar 5 16:45 ./
33 drwxrwxr-x 14 1000 1000 4096 Mar 5 16:46 ets_frontend/
34 drwxrwxr-x 33 1000 1000 4096 Mar 5 16:49 runtime_core/
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dunion_types_1.ets46 assertEQ(x.num, 1000, "Error! The num field of union must be 1000");
53 assertEQ(x.num, 1000, "Error! The num field of union must be 1000");
56 assertEQ(xx.num_to_return(), 1000, "Error! The num field of class `C` must be 1000");
/arkcompiler/ets_runtime/test/perform/map/
Dmap.ts29 let time = (end - start) / 1000
40 let time = (end - start) / 1000
53 let time = (end - start) / 1000
66 let time = (end - start) / 1000
80 let time = (end - start) / 1000
91 let time = (end - start) / 1000
102 let time = (end - start) / 1000
113 let time = (end - start) / 1000
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/Constructor_Declaration/
Dconstructor_default_params_0010.ets34 super(1000, 2000);
40 let x : X = new X(1000);
41 assertEQ( x.dataY1, 1000)
42 assertEQ( x.dataX1, 1000)
/arkcompiler/ets_runtime/test/perform/set/
Dset.ts29 let time = (end - start) / 1000
42 let time = (end - start) / 1000
55 let time = (end - start) / 1000
69 let time = (end - start) / 1000
82 let time = (end - start) / 1000
93 let time = (end - start) / 1000
104 let time = (end - start) / 1000
/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_frontend/ets2panda/test/ast/compiler/ets/
DobjectLiteral_abstract_class.ets34 let x:C = {field1:1000, /* @@ label */field3:2000};
35 let x2:C = {field1:1000, /* @@ label2 */field2:2000};
37 let x4:C2 = /* @@ label4 */{field1:1000, field2:"some str"};
38 let x5:C3 = /* @@ label5 */{field1:1000, field2:"some str"};
/arkcompiler/ets_runtime/test/perform/object/
Dobject.ts44 let time = (end - start) / 1000
56 let time = (end - start) / 1000
70 let time = (end - start) / 1000
87 let time = (end - start) / 1000
102 print(`Object.values():\t${((end - start) / 1000).toFixed(3)}\tms`);
122 let time = (end - start) / 1000
/arkcompiler/ets_runtime/common_components/taskpool/tests/
Dtask_queue_test.cpp63 usleep(600 * 1000); in HWTEST_F_L0()
83 queue_->PostDelayedTask(std::move(task3), 1000); in HWTEST_F_L0()
85 usleep(600 * 1000); in HWTEST_F_L0()
95 usleep(300 * 1000); in HWTEST_F_L0()
105 usleep(200 * 1000); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dunix_signal_test.cpp76 static const uint32_t TIME_TO_WAIT = 100U * 1000U; // 0.1 second
78 const uint32_t maxTimeoutCounterWait_ = 5U * 60U * 1000U * 1000U / TIME_TO_WAIT; // 5 minutes
226 catcherThread.SetupCallbacks([this]() { sigActionCount_ += 1000U; }, nullptr); in TEST_F()
235 CheckSignalsInsideCycle(SIGQUIT + 1000U); in TEST_F()
238 ASSERT_EQ(sigActionCount_, SIGQUIT + 1000U); in TEST_F()
265 …catcherThread.SetupCallbacks([this]() { sigActionCount_ += 1000U; }, [this]() { sigActionCount_ +=… in TEST_F()
274 CheckSignalsInsideCycle(1000U + SIGQUIT); in TEST_F()
277 ASSERT_EQ(sigActionCount_, 1000U + SIGQUIT + 2000U); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/
Dfinally.params.yaml79 ret += 1000;
108 ret += 1000;
128 ret += 1000
158 ret += 1000
188 ret += 1000
217 ret += 1000
246 ret += 1000
276 ret += 1000
/arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/
Dtypedarrayreverse.js35 let uint16Array = new Uint16Array([65535, 0, 256, 1000, 5000]);
36 …Before reverse (Uint16Array): "+uint16Array,"Before reverse (Uint16Array): 65535,0,256,1000,5000");
38 assert_equal("After reverse (Uint16Array): "+uint16Array,"After reverse (Uint16Array): 5000,1000,25…
53 let int32Array = new Int32Array([2147483647, -2147483648, 1000, -5000, 0]);
54 …rse (Int32Array): "+int32Array,"Before reverse (Int32Array): 2147483647,-2147483648,1000,-5000,0");
56 assert_equal("After reverse (Int32Array): "+int32Array,"After reverse (Int32Array): 0,-5000,1000,-2…
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_gc_ark_pause.py29 ms = int(current_ts.microsecond / 1000)
39 self.assertEqual((int(current_ts.timestamp()) * 1000 + ms) * 1000 * 1000, pev.timestamp,
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DMemoryUtils.spec.ts24 const highBaseLine = 1000 * 1024 * 1024; // 1000MB
25 const highBase = 1000 * 1024 * 1024; // 1000MB
/arkcompiler/ets_runtime/test/aottest/set/
Dexpect_output.txt25 1000
26 1000
/arkcompiler/ets_runtime/test/perform/dataview/
Ddataview.ts30 let time = (end - start) / 1000
43 let time = (end - start) / 1000
56 let time = (end - start) / 1000
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/js_suites/
Dtest_function_return_union.js21 const EXPECTED_NUMBER = 1000;
22 const EXPECTED_STRING = '1000';
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DobjectLiteral_abstract_class_optinal.ets22 let x:C = {field1:1000,field2:"some str"}
23 assertEQ(x.field1, 1000)
/arkcompiler/runtime_core/libpandabase/tests/
Dnative_bytes_from_mallinfo_test.cpp30 void *p1[1000]; in TEST()
31 for (int i = 0; i < 1000; i++) { in TEST()
48 for (int i = 0; i < 1000; i++) { in TEST()

12345678910>>...44