Searched full:500 (Results 1 – 25 of 47) sorted by relevance
12
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 76 … const int interval = 500); // 500:Default Sampling interval 500 microseconds 79 … const int interval = 500); // 500:Default Sampling interval 500 microseconds
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.h | 74 …static const int CPUPROFILER_DEFAULT_INTERVAL = 500; // 500:Default Sampling interval 500 microsec…
|
| D | samples_record.h | 117 char url[500] = {0}; // 500:the maximum size of the url
|
| /arkcompiler/ets_runtime/test/moduletest/ldmodulensbyic/ |
| D | ldmodulensbyic.js | 25 for(let i = 0; i< 500; ++i) {
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 163 uint32_t interval = 500; // 500:Default Sampling interval 500 microseconds in StartCpuProfiler()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_vector_test.cpp | 272 ASSERT_EQ(vector.PopCount(), 500U); in TestModification() 277 ASSERT_EQ(vector.PopCount(), 500U); in TestModification() 282 ASSERT_EQ(vector.PopCount(), 500U); in TestModification()
|
| D | mem_range_test.cpp | 103 constexpr uintptr_t START_3 = 50, END_3 = 500; in TEST() 104 constexpr uintptr_t START_4 = 500, END_4 = 600; in TEST()
|
| D | type_converter_tests.cpp | 60 ASSERT_EQ(TimeConverter(11'119'500), ValueUnit(11.120, "ms"));
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_queue.h | 28 constexpr uint64_t GC_WAIT_TIMEOUT = 500U;
|
| /arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_message.cpp | 45 constexpr int DEFAULT_TIMEOUT = 500; /* 0.5 sec */ in RecvMessage()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | freelist_allocator_test.cpp | 333 static constexpr size_t MIN_ELEMENTS_COUNT = 500; in TEST_F() 357 static constexpr size_t MIN_ELEMENTS_COUNT = 500; in TEST_F() 381 static constexpr size_t MIN_ELEMENTS_COUNT = 500; in TEST_F()
|
| D | mem_stats_gc_test.cpp | 149 constexpr uint64_t OBJECTS_COUNT = 500; in TEST_F()
|
| D | compiler_queue_test.cpp | 185 constexpr int CompilerTaskLifeSpan1 = 500; in TEST_F() 381 constexpr int CompilerEpochDuration1 = 500; in TEST_F()
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 477 default: 500 487 default: 500 492 default: 500
|
| D | thread_pool.h | 24 static constexpr uint64_t TASK_WAIT_TIMEOUT = 500U;
|
| D | thread_manager.cpp | 302 static constexpr uint32_t YIELD_ITERS = 500; in SuspendAndWaitThreadByInternalThreadId()
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.h | 158 constexpr uint64_t quantum = 500; in WaitForVerification()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_format_test.cpp | 148 EXPECT_STREQ("3,500", EcmaStringAccessor(resultEcmaStr).ToCString().c_str()); in HWTEST_F_L0() 229 EXPECT_STREQ("3,500 L", EcmaStringAccessor(resultEcmaStr).ToCString().c_str()); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | mtmanaged_thread.h | 184 static constexpr uint32_t YIELD_ITERS = 500; in WaitForSuspension()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 1081 - "#{[*1..500].map do |i| \" f64 f#{i}\\n\" end .join}" 1128 - "#{[*1..500].map do |i| \" f64 f#{i}\\n\" end .join}"
|
| D | call.polymorphic.range.yaml | 362 movi.64 v253, -500 364 movi.64 v255, -500
|
| D | calle.polymorphic.range.yaml | 362 movi.64 v253, -500 364 movi.64 v255, -500
|
| D | call.polymorphic.yaml | 338 movi.64 v6, -500 340 movi.64 v8, -500
|
| D | calle.polymorphic.yaml | 338 movi.64 v6, -500 340 movi.64 v8, -500
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_params_test.cpp | 360 "interval":"500"}})"; in HWTEST_F_L0() 364 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"interval":500}})"; in HWTEST_F_L0() 367 EXPECT_EQ(objectData->GetInterval(), 500); in HWTEST_F_L0()
|
12