/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | exponential_distribution.h | 93 result_type(max)() const { in max() function in absl::exponential_distribution
|
H A D | bit_gen_ref.h | 133 static constexpr result_type(max)() { in max() function in absl::BitGenRef
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | fast_uniform_bits_test.cc | 58 static constexpr result_type(max)() { return Hi; } in max() function [all...] |
/third_party/skia/fuzz/ |
H A D | Fuzz.h | 106 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 D | private.h | 42 #undef max macro 43 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/ |
H A D | sample_ui.cpp | 110 int random(int min, int max)
in random() argument
|
/base/startup/init/test/benchmark/ |
H A D | parameter_benchmark.cpp | 115 void CreateLocalParameterTest(int max) in CreateLocalParameterTest() argument
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 80 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 D | v4l2_control.cpp | 321 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 D | audio_capture_interface_impl_test.cpp | 297 float max = 0; in HWTEST_F() local
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/ |
H A D | audio_capture_ext_impl_test.cpp | 228 float max = 10.0; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | layout_param.h | 28 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 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/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_data_panel_ffi.cpp | 54 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate() 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/scrollable/ |
H A D | scrollable_fling_test_ng.cpp | 440 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 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 | 179 float max = GetMax().value_or(100.0f); in GetStepRatio() local
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | mesh.h | 69 void SetAABBMax(const BASE_NS::Math::Vec3& max) in SetAABBMax() 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/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_sha.cpp | 161 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 D | rsrenderdisplaysync_fuzzer.cpp | 103 int max = 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 | 73 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
|