Home
last modified time | relevance | path

Searched defs:max (Results 51 – 75 of 262) sorted by relevance

1234567891011

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DXTools.js54 export function RandInt(min = 0, max = 100) { argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h99 BASE_NS::vector<float> max; in CORE3D_BEGIN_NAMESPACE() member
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp666 int32_t max = GetPermissionMaxCount(); variable
681 int32_t max = GetPermissionMaxCount(); variable
708 int32_t max = GetPermissionMaxCount(); variable
741 int32_t max = GetPermissionMaxCount(); variable
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp77 int32_t max = 0; in IsFrameHigh() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dcommon.h107 int16 max; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_animate_param_ffi.h35 NativeOptionInt32 max; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtask_executor.h31 ExecutorPool(size_t max, size_t min) in ExecutorPool()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp257 float max = std::max(tempRange.value()[1], range[1]); in PrepareSpecMaximumValue() local
306 float max = std::min(zoomRatioRangeInSpec_[1], range[1]); in GetZoomRatioRange() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.cpp25 std::vector<int32_t> max(2); in SetMaxSize() local
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_common.h50 int32_t max; /* Read: maximum value */ member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/
H A Drsanimationratedecider_fuzzer.cpp69 int max = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mmc/
H A Dmmc_block_lite.c95 size_t max; in LiteosBlockRead() local
120 size_t max; in LiteosBlockWrite() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp65 uint32_t max = count-1; in nextULessThan() local
82 float_t TestRend::nextRangeF(float_t min, float_t max) in nextRangeF()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp93 double GetStep(double step, double max, double min) in GetStep()
101 double GetValue(double value, double max, double min) in GetValue()
126 double max = 100; // max:Set the maximum value. The default value is 100. in Create() local
H A Djs_scrollable_base.cpp25 double max = -1.0; in JSFlingSpeedLimit() local
/ohos5.0/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
H A Dslider_pattern.cpp313 auto max = sliderPaintProperty->GetMax().value_or(SLIDER_MAX); in UpdateStepAccessibilityVirtualNode() local
327 …ring SliderPattern::GetPointAccessibilityTxt(uint32_t pointIndex, float step, float min, float max) in GetPointAccessibilityTxt()
500 float max = sliderPaintProperty->GetMax().value_or(100.0f); in CalcSliderValue() local
507 void SliderPattern::CancelExceptionValue(float& min, float& max, float& step) in CancelExceptionValue()
920 float max = sliderPaintProperty->GetMax().value_or(SLIDER_MAX); in isMinResponseExceed() local
949 float max = sliderPaintProperty->GetMax().value_or(SLIDER_MAX); in UpdateValueByLocalLocation() local
974 float max = sliderPaintProperty->GetMax().value_or(SLIDER_MAX); in UpdateToValidValue() local
986 const RefPtr<SliderPaintProperty>& paintProperty, float value, float min, float max) in GetValueInValidRange()
1317 float max = sliderPaintProperty->GetMax().value_or(SLIDER_MAX); in MoveStep() local
1914 auto max = sliderPaintProperty->GetMax().value_or(100.0f); in BuildContentModifierNode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.h26 float max = 0.0f; member
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dhuks_adapter.h52 #define CHECK_LEN_HIGHER_RETURN(len, max, paramTag) \ argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp130 double max = paintProperty->GetMax().value_or(DEFAULT_MAX_VALUE); in BuildContentModifierNode() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_animate.h40 uint32_t max; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dmeta_data_test.cpp99 size_t max = 12; in SetUpTestCase() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_fuzz_helper.h28 static int FuzzCommonEnum(int max, int overflow) in FuzzCommonEnum()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_editing_value_ng.h101 … auto max = std::clamp(std::min(std::max(start, end), static_cast<int32_t>(wideText.length())), 0, in GetSelectedText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp27 void GaugeModelImpl::Create(float values, float min, float max) in Create()

1234567891011