| /foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
| H A D | layout_param.h | 28 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 D | slider_model_impl.cpp | 25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_progress.cpp | 60 CreateProgressComponent( double min, double percent, double cachedValue, double max, ProgressType type) CreateProgressComponent() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
| H A D | gauge_builder_test_ng.cpp | 108 void GaugeBuilderTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
|
| H A D | gauge_pattern_test_ng.cpp | 109 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 D | slider_paint_property.h | 178 float min = GetMin().value_or(0.0f); in GetStepRatio() local
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
| H A D | mesh.h | 59 void SetAABBMin(const BASE_NS::Math::Vec3& min) in SetAABBMin() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
| H A D | rs_frame_rate_range.h | 44 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 D | rsrenderdisplaysync_fuzzer.cpp | 102 int min = GetData<int>();
in DoSetExpectedFrameRateRange() local
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
| H A D | mathf.h | 46 constexpr inline const T& clamp(const T& value, const T& min, const T& max) in clamp() argument
|
| H A D | vector_util.h | 67 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 D | log_base.cpp | 41 auto min = std::to_string(curtime.tm_min); in GetCurrentTime() local
|
| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| H A D | executor_pool.h | 43 ExecutorPool(size_t max, size_t min) in ExecutorPool() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/ |
| H A D | device_manager_adapter_test.cpp | 67 size_t min = 5; in SetUpTestCase() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | cloud_service_impl_test.cpp | 79 size_t min = 5; in SetUpTestCase() local
|
| H A D | water_version_manager_test.cpp | 91 size_t min = 5; in SetUpTestCase() local
|
| /foundation/distributeddatamgr/preferences/frameworks/native/include/ |
| H A D | executor_pool.h | 46 ExecutorPool(size_t max, size_t min) in ExecutorPool() argument
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | clip_test.cpp | 35 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 D | adxenc.c | 46 int min = 0; in adx_encode() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | lut3d.h | 50 float min[3]; member
|
| H A D | f_bench.c | 36 int64_t max, min; member
|
| H A D | vf_threshold.c | 72 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 D | ttmlenc.c | 69 int64_t sec, min, hour; in ttml_write_time() local
|
| /third_party/alsa-utils/amixer/ |
| H A D | volume_mapping.c | 87 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 D | astcenc_mathlib.h | 159 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...] |