/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | clip_builder.h | 41 OH_NN_ReturnCode SetMax(const std::shared_ptr<NNTensor>& tensor); 48 {OH_NN_CLIP_MAX, &ClipBuilder::SetMax},
|
H A D | clip_builder.cpp | 31 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 D | video_capture_range_adapter_mock.cpp | 44 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
|
H A D | video_capture_range_adapter_impl.cpp | 45 void VideoCaptureRangeAdapterImpl::SetMax(double max) in SetMax() function in OHOS::NWeb::VideoCaptureRangeAdapterImpl
|
H A D | camera_manager_adapter_impl.cpp | 489 rangeVal->SetMax(exposureBiasRange.at(RANGE_MAX_INDEX)); in GetExposureCompensation()
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | video_capture_range_adapter_impl.h | 37 void SetMax(double max);
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videocapturerangeadapter_fuzzer/ |
H A D | videocapturerangeadapter_fuzzer.cpp | 34 adapter.SetMax(1.0); in VideoCaptureRangeAdapterFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_paint_method.cpp | 70 dataPanelModifier_->SetMax(max_); in UpdateContentModifier()
|
H A D | data_panel_modifier.h | 94 void SetMax(double max) in SetMax() function
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 546 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 D | data_panel_test_ng.cpp | 1015 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 D | accessibility_element_info.h | 116 void SetMax(double max);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 1136 rangeInfo_->SetMax(10);
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/ |
H A D | accessibleabilityclient_fuzzer.cpp | 77 rangeInfo.SetMax(int32Data); in GenerateRangeInfo()
|