Home
last modified time | relevance | path

Searched defs:interval (Results 201 - 225 of 1290) sorted by relevance

12345678910>>...52

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.h150 auto interval = *it; in IterateIntervalsWithErasion() local
[all...]
H A Dsplit_resolver.cpp46 void SplitResolver::ConnectSiblings(LifeIntervals *interval) in ConnectSiblings() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlife_intervals_test.cpp51 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
67 void CheckSiblingSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument
85 auto interval = Create({{0U, 4U}}); in TEST_F() local
95 auto interval in TEST_F() local
105 auto interval = Create({{0U, 10U}}); TEST_F() local
115 auto interval = Create({{0U, 4U}, {6U, 10U}, {12U, 20U}}); TEST_F() local
125 auto interval = Create({{0U, 100U}}); TEST_F() local
139 auto interval = Create({{0U, 20U}, {22U, 40U}, {42U, 100U}}); TEST_F() local
154 auto interval = Create({{0U, 20U}, {22U, 40U}, {42U, 100U}}); TEST_F() local
167 auto interval = Create({{6U, 10U}}); TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dcpu_profiler_test.cpp26 explicit CpuProfilerFriendTest(const EcmaVM *vm, const int interval) : cpu_profiler(vm, interval) {} in CpuProfilerFriendTest() argument
104 int interval = 1; in HWTEST_F_L0() local
118 int interval = 1; in HWTEST_F_L0() local
139 int interval = 1; in HWTEST_F_L0() local
159 uint32_t interval = 100; in HWTEST_F_L0() local
172 int interval = 500; HWTEST_F_L0() local
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Dprofiler_client.cpp222 void ProfilerClient::SetSamplingInterval(int interval) in SetSamplingInterval() argument
/base/hiviewdfx/hiview/plugins/performance/timer/
H A DSceneTimerOhImpl.cpp46 void SceneTimerOhImpl::Start(int user, int id, long interval) in Start() argument
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_function_jumble.cpp61 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_state_info_collector.cpp253 uint64_t interval = collectionBootTime > lastClearTime ? (collectionBootTime - lastClearTime) : 0; in TryToDeleteDeadProcessInfoByTime() local
/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp194 OH_LocationRequestConfig_SetInterval(Location_RequestConfig* requestConfig, int interval) OH_LocationRequestConfig_SetInterval() argument
/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp182 bool InputMethodSysEvent::StartTimer(const TimerCallback &callback, uint32_t interval) in StartTimer() argument
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provider.cpp154 void ThermalSensorProvider::SetTimerInterval(int interval, int32_t timerfd) in SetTimerInterval() argument
H A Dthermal_protector_timer.cpp59 int interval = provision_->GetMaxCd(); in CreateProvisionFd() local
104 void ThermalProtectorTimer::SetTimerInterval(int32_t interval, int32_t timerfd) in SetTimerInterval() argument
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp165 int32_t interval = tzIter.second->GetInterval(); in CalculateMaxCd() local
H A Dthermal_kernel_config_file.cpp106 int32_t interval = 0; in ParseControlNode() local
107 StrToInt(reinterpret_cast<char*>(xmlInterval), interval); in ParseControlNode() local
H A Dprotector_thermal_zone_info.cpp201 void ProtectorThermalZoneInfo::SetInterval(int32_t interval) in SetInterval() argument
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_dump_test.cpp177 int32_t interval = 30000; in HWTEST_F() local
/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp109 void ThermalTimerUtils::Start(int interval, NotifyTask &task) in Start() argument
/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp152 int32_t DeviceStatusMsdpMock::SetTimerInterval(int32_t interval) in SetTimerInterval() argument
/base/sensors/sensor/frameworks/cj/src/
H A Dcj_sensor_ffi.cpp25 int32_t FfiSensorSubscribeSensor(int32_t sensorId, int64_t interval, void (*callback)(SensorEvent *event)) in FfiSensorSubscribeSensor() argument
/base/time/time_service/utils/native/include/
H A Dtime_common.h31 uint64_t interval; member
/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp86 bool TimerInfo::AdjustTimer(const std::chrono::steady_clock::time_point &now, const uint32_t interval) in AdjustTimer() argument
/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp45 void AlarmTimerUtils::TimerTaskInfo::SetInterval(const uint64_t &interval) in SetInterval() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_timer.c66 int osal_set_timer(osal_timer_t *timer, unsigned long interval) in osal_set_timer() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_timer.c71 int osal_timer_set(osal_timer *timer, unsigned long interval) in osal_timer_set() argument
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dtime.c177 UINT32 interval, expiry, ret; in timer_settime() local

Completed in 12 milliseconds

12345678910>>...52