Home
last modified time | relevance | path

Searched defs:min (Results 176 - 200 of 1096) sorted by relevance

12345678910>>...44

/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dlayout_param.h28 LayoutParam(Size max, Size min) in LayoutParam() argument
108 Size min = layoutParam.Constrain(minSize_); in Enforce() local
/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() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp60 CreateProgressComponent( double min, double percent, double cachedValue, double max, ProgressType type) CreateProgressComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_builder_test_ng.cpp108 void GaugeBuilderTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
H A Dgauge_pattern_test_ng.cpp109 void GaugePatternTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_property.h178 float min = GetMin().value_or(0.0f); in GetStepRatio() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h59 void SetAABBMin(const BASE_NS::Math::Vec3& min) in SetAABBMin() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_frame_rate_range.h44 FrameRateRange(int min, int max, int preferred) : min_(min), max_(max), preferred_(preferred) {} in FrameRateRange() argument
46 FrameRateRange(int min, int max, int preferred, int type) : min_(min), max_(max), in FrameRateRange() argument
49 FrameRateRange(int min, int max, int preferred, int type, ComponentScene componentScene) : min_(min), max_(max), in FrameRateRange() argument
78 void Set(int min, int max, int preferred) in Set() argument
85 void Set(int min, int max, int preferred, int type) in Set() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderdisplaysync_fuzzer/
H A Drsrenderdisplaysync_fuzzer.cpp102 int min = GetData<int>(); in DoSetExpectedFrameRateRange() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h46 constexpr inline const T& clamp(const T& value, const T& min, const T& max) in clamp() argument
H A Dvector_util.h67 static constexpr inline Vec2 min(const Vec2& lhs, const Vec2& rhs) in min() function
197 static constexpr inline Vec3 min(const Vec3& lhs, const Vec3& rhs) in min() function
/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp41 auto min = std::to_string(curtime.tm_min); in GetCurrentTime() local
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor_pool.h43 ExecutorPool(size_t max, size_t min) in ExecutorPool() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Ddevice_manager_adapter_test.cpp67 size_t min = 5; in SetUpTestCase() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_service_impl_test.cpp79 size_t min = 5; in SetUpTestCase() local
H A Dwater_version_manager_test.cpp91 size_t min = 5; in SetUpTestCase() local
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h46 ExecutorPool(size_t max, size_t min) in ExecutorPool() argument
/test/xts/acts/ai/nncore/opstest/src/
H A Dclip_test.cpp35 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)}; member
54 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)}; member
73 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)}; member
92 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)}; member
111 OHNNOperandTest min = {OH_NN_FLOAT32, OH_NN_CLIP_MIN, {1}, minValue, sizeof(float)}; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dadxenc.c46 int min = 0; in adx_encode() local
/third_party/ffmpeg/libavfilter/
H A Dlut3d.h50 float min[3]; member
H A Df_bench.c36 int64_t max, min; member
H A Dvf_threshold.c72 AVFrame *min; member
81 AVFrame *min = td->min; in filter_slice() local
120 AVFrame *out, *in, *threshold, *min, *max; in process_frame() local
182 AVFilterLink *min = ctx->inputs[2]; config_output() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dttmlenc.c69 int64_t sec, min, hour; in ttml_write_time() local
/third_party/alsa-utils/amixer/
H A Dvolume_mapping.c87 long min, max, value; in get_normalized_volume() local
126 long min, max, value; set_normalized_volume() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h159 static inline T min(T p, T q) in min() function
176 static inline T min(T p, T q, T r) in min() function
194 static inline T min(T p, T q, T r, T s) in min() function
[all...]

Completed in 18 milliseconds

12345678910>>...44