Home
last modified time | relevance | path

Searched defs:max (Results 101 – 125 of 262) sorted by relevance

1234567891011

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp61 double min, double percent, double cachedValue, double max, ProgressType type) in CreateProgressComponent()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp333 int8_t max = 127; in GetNumIterations() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c61 static void ParseRTattr(struct rtattr **tb, uint32_t max, struct rtattr *attr, uint32_t len) in ParseRTattr()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h46 ExecutorPool(size_t max, size_t min) in ExecutorPool()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor_pool.h43 ExecutorPool(size_t max, size_t min) in ExecutorPool()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp160 napi_value max = nullptr; in GetDeviceAxisInfo() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp35 off_t max = RoundSize(stb.st_size) - offset_; // Avoid mapped size excessing in ValidMappedSize() local
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp238 double CommonUtils::DoubleRandom(double min, double max) in DoubleRandom()
248 int CommonUtils::IntRandom(int min, int max) in IntRandom()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Ddevice_manager_adapter_test.cpp66 size_t max = 12; in SetUpTestCase() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp48 size_t max = 12; in SetUp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderdisplaysync_fuzzer/
H A Drsrenderdisplaysync_fuzzer.cpp103 int max = GetData<int>(); in DoSetExpectedFrameRateRange() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_vector4_test.cpp511 Vector4 max(1.f, 2.f, 1.f, 1.f); // for test variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dbasic_transformer.h53 static inline int32_t ClampMax(int value, int max) in ClampMax()
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp574 float max = 0; variable
635 float max = 0; variable
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_common_test.cpp555 float max = 1.0; variable
562 float max = 1.0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp368 float max = d0; in GetDataRange() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
H A Daudio_capture_ext_impl_test.cpp228 float max = 10.0; variable
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_cgroup_test.cpp317 uint32_t max = 0; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp90 size_t max = 12; in SetUpTestCase() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp42 static inline bool InValidRange(double d, T min, U max) in InValidRange()
57 static inline bool InValidRange(double d, T min, U max) in InValidRange()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_common_type.h145 int32_t max; /** Maximum value */ member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp136 float max = 10.0; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp434 float max = 0; variable
/ohos5.0/base/startup/appspawn/interfaces/innerkits/permission/
H A Dappspawn_mount_permission.c190 int32_t max = PMGetMaxPermissionIndex(i); in GetPermissionMaxCount() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.cpp25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create()

1234567891011