Home
last modified time | relevance | path

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

12345678910>>...35

/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/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/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/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_frontend/ets2panda/test/compiler/ets/
Dunion_types_1.sts46 assert x.num == 1000: "Error! The num field of union must be 1000";
53 assert x.num == 1000: "Error! The num field of union must be 1000";
56 assert 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.sts34 super(1000, 2000);
40 let x : X = new X(1000);
41 assert x.dataY1 == 1000;
42 assert x.dataX1 == 1000;
Dconstructor_default_params_0009.sts40 let x : X = new X(1000);
41 assert x.dataY1 == 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_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/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/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()
Dmath_helpers_test.cpp72 testAbsOrMin(1000L, 1000L); in TEST()
76 testAbsOrMin(-1000L, 1000L); in TEST()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/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/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()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/02.finally_clause/
Dfinally.params.yaml79 ret += 1000;
95 ret += 1000
123 ret += 1000
152 ret += 1000
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dtime.h35 static constexpr uint64_t MICRO_TO_NANO = 1000;
36 static constexpr uint64_t MILLIS_TO_MICRO = 1000;
/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp57 desc.instructionsAddr = 1000; in HWTEST_F_L0()
72 desc.instructionsAddr = 1000; in HWTEST_F_L0()
93 desc.instructionsAddr = 1000; in HWTEST_F_L0()
122 desc.instructionsAddr = 1000; in HWTEST_F_L0()
150 desc.instructionsAddr = 1000; in HWTEST_F_L0()
176 desc.instructionsAddr = 1000; in HWTEST_F_L0()
202 desc.instructionsAddr = 1000; in HWTEST_F_L0()

12345678910>>...35