Home
last modified time | relevance | path

Searched defs:max (Results 501 - 525 of 3712) sorted by relevance

1...<<21222324252627282930>>...149

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dexponential_distribution.h93 result_type(max)() const { in max() function in absl::exponential_distribution
H A Dbit_gen_ref.h133 static constexpr result_type(max)() { in max() function in absl::BitGenRef
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dfast_uniform_bits_test.cc58 static constexpr result_type(max)() { return Hi; } in max() function
[all...]
/third_party/skia/fuzz/
H A DFuzz.h106 inline void Fuzz::nextRange(T* value, Min min, Max max) { in nextRange() argument
118 inline void Fuzz::nextEnum(T* value, T max) { in nextEnum() argument
/third_party/selinux/libsepol/src/
H A Dprivate.h42 #undef max macro
43 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dsample_ui.cpp110 int random(int min, int max) in random() argument
/base/startup/init/test/benchmark/
H A Dparameter_benchmark.cpp115 void CreateLocalParameterTest(int max) in CreateLocalParameterTest() argument
/base/startup/appspawn/modules/common/
H A Dappspawn_cgroup.c80 static int WritePidMax(const char *path, uint32_t max) in WritePidMax() argument
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_control.cpp321 constexpr uint32_t max = V4L2_CID_PRIVATE_BASE + 100; in V4L2EnumControls() local
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/
H A Daudio_capture_interface_impl_test.cpp297 float max = 0; in HWTEST_F() local
/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; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dlayout_param.h28 LayoutParam(Size max, Size min) in LayoutParam() argument
109 Size max = layoutParam.Constrain(maxSize_); 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/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp54 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate() 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/scrollable/
H A Dscrollable_fling_test_ng.cpp440 double max = 0.0f; in HWTEST_F() local
1355 double max = 0.0f; in HWTEST_F() local
[all...]
/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.h179 float max = GetMax().value_or(100.0f); in GetStepRatio() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h69 void SetAABBMax(const BASE_NS::Math::Vec3& max) in SetAABBMax() 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/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_sha.cpp161 void MtpFsSha::Read(std::istream &is, std::string &s, const int max) in Read() argument
/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
/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.h73 static constexpr inline Vec2 max(const Vec2& lhs, const Vec2& rhs) in max() function
203 static constexpr inline Vec3 max(const Vec3& lhs, const Vec3& rhs) in max() function

Completed in 17 milliseconds

1...<<21222324252627282930>>...149