Home
last modified time | relevance | path

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

12345678910>>...15

/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 …]
Dmath-54.pa71 movi v1, 1000
78 movi v1, 1000
85 movi v1, 1000
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_signal_test.cpp76 static const uint32_t TIME_TO_WAIT = 100 * 1000; // 0.1 second
77 const uint32_t MAX_TIMEOUT_COUNTER_WAIT = 5 * 60 * 1000 * 1000 / TIME_TO_WAIT; // 5 minutes
219 catcher_thread.SetupCallbacks([this]() { sig_action_count_ += 1000; }, nullptr); in TEST_F()
227 CheckSignalsInsideCycle(SIGQUIT + 1000); in TEST_F()
230 ASSERT_EQ(sig_action_count_, SIGQUIT + 1000); in TEST_F()
255 …catcher_thread.SetupCallbacks([this]() { sig_action_count_ += 1000; }, [this]() { sig_action_count… in TEST_F()
263 CheckSignalsInsideCycle(1000 + SIGQUIT); in TEST_F()
266 ASSERT_EQ(sig_action_count_, 1000 + SIGQUIT + 2000); in TEST_F()
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/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp30 const int USEC_PER_SEC = 1000 * 1000;
31 const int NSEC_PER_USEC = 1000;
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.h86 constexpr std::array<double, 6> COEFFS_TIME = {1000, 1000, 1000, 60, 60, 24};
/arkcompiler/ets_runtime/test/moduletest/weaktransitions/
Dweaktransitions.js30 for (let idx = 0; idx < 1000; ++idx) {
32 for (let i = 0; i < 1000; ++i) {
/arkcompiler/runtime_core/runtime/
Dthread_manager.h34 static constexpr int64_t K_MAX_DUMP_TIME_NS = UINT64_C(6 * 1000 * 1000 * 1000); // 6s
35 static constexpr int64_t K_MAX_SINGLE_DUMP_TIME_NS = UINT64_C(50 * 1000 * 1000); // 50ms
/arkcompiler/runtime_core/runtime/tests/
Dcompiler_queue_test.cpp192 WaitForExpire(1000); in TEST_F()
314 main_method->SetHotnessCounter(1000); in TEST_F()
376 main_method->SetHotnessCounter(1000); in TEST_F()
377 f_method->SetHotnessCounter(1000); in TEST_F()
378 g_method->SetHotnessCounter(1000); in TEST_F()
460 main_method->SetHotnessCounter(1000); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.h26 constexpr static int MILLISECONDS_PER_SECOND = 1000;
177 static constexpr int MILLISECOND_PER_SECOND = 1000;
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_number_test.cpp125 JSTaggedNumber number5(1000); in HWTEST_F_L0()
126 JSTaggedNumber number6(1000); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h30 static constexpr int MS_PER_SECOND = 1000;
34 static constexpr int MS_PER_HOUR = 3600 * 1000;
154 static constexpr uint16_t THOUSAND = 1000;
/arkcompiler/runtime_core/runtime/methodtrace/
Dtrace.cpp40 current.tv_nsec / UINT64_C(1000); // 1000 - time in SystemMicroSecond()
64 current.tv_nsec / UINT64_C(1000); // 1000 - time in GetCpuMicroSecond()
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/containersvectorsubvector_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/stringrefnewfromutf8_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/int8arrayrefnew_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyint64_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewint32_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/stringrefwriteutf8_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew2_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/float64arrayrefnew_fuzzer/
Dproject.xml19 <max_len>1000</max_len>
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetpoplast_fuzzer/
Dproject.xml19 <max_len>1000</max_len>

12345678910>>...15