Home
last modified time | relevance | path

Searched refs:SetMax (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dclip_builder.h41 OH_NN_ReturnCode SetMax(const std::shared_ptr<NNTensor>& tensor);
48 {OH_NN_CLIP_MAX, &ClipBuilder::SetMax},
H A Dclip_builder.cpp31 OH_NN_ReturnCode ClipBuilder::SetMax(const std::shared_ptr<NNTensor>& tensor) in SetMax() function in OHOS::NeuralNetworkRuntime::Ops::ClipBuilder
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_mock.cpp44 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
H A Dvideo_capture_range_adapter_impl.cpp45 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
H A Dcamera_manager_adapter_impl.cpp489 rangeVal->SetMax(exposureBiasRange.at(RANGE_MAX_INDEX)); in GetExposureCompensation()
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_capture_range_adapter_impl.h37 void SetMax(double max);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videocapturerangeadapter_fuzzer/
H A Dvideocapturerangeadapter_fuzzer.cpp34 adapter.SetMax(1.0); in VideoCaptureRangeAdapterFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.cpp70 dataPanelModifier_->SetMax(max_); in UpdateContentModifier()
H A Ddata_panel_modifier.h94 void SetMax(double max) in SetMax() function
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp546 rangeInfo_.SetMax(rangeInfo.GetMax()); in SetRange()
648 void RangeInfo::SetMax(double max) in SetMax() function in OHOS::Accessibility::RangeInfo
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_test_ng.cpp1015 dataPanelModifier.SetMax(100.0f);
1051 dataPanelModifier.SetMax(100.0f);
1119 dataPanelModifier.SetMax(20.0f);
1173 dataPanelModifier.SetMax(-20.0f);
1207 dataPanelModifier.SetMax(20.0f);
1239 dataPanelModifier.SetMax(20.0f);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h116 void SetMax(double max);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp1136 rangeInfo_->SetMax(10);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp77 rangeInfo.SetMax(int32Data); in GenerateRangeInfo()