Home
last modified time | relevance | path

Searched refs:SetBlockSize (Results 1 - 25 of 28) sorted by relevance

12

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dbatch_to_space_nd_test.cpp32 void SetBlockSize(OH_NN_DataType dataType,
52 void BatchToSpaceNDBuilderTest::SetBlockSize(OH_NN_DataType dataType, in SetBlockSize() function in OHOS::NeuralNetworkRuntime::UnitTest::BatchToSpaceNDBuilderTest
85 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
101 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
122 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
142 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
162 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
182 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
198 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE); in HWTEST_F()
285 SetBlockSize(OH_NN_INT6 in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dspace_to_depth_builder.h38 OH_NN_ReturnCode SetBlockSize(const std::shared_ptr<NNTensor>& tensor);
43 {OH_NN_SPACE_TO_DEPTH_BLOCK_SIZE, &SpaceToDepthBuilder::SetBlockSize}
H A Ddepth_to_space_builder.h41 OH_NN_ReturnCode SetBlockSize(const std::shared_ptr<NNTensor>& tensor);
48 {OH_NN_DEPTH_TO_SPACE_BLOCK_SIZE, &DepthToSpaceBuilder::SetBlockSize},
H A Dspace_to_depth_builder.cpp36 OH_NN_ReturnCode SpaceToDepthBuilder::SetBlockSize(const std::shared_ptr<NNTensor>& tensor) in SetBlockSize() function in OHOS::NeuralNetworkRuntime::Ops::SpaceToDepthBuilder
H A Ddepth_to_space_builder.cpp35 OH_NN_ReturnCode DepthToSpaceBuilder::SetBlockSize(const std::shared_ptr<NNTensor>& tensor) in SetBlockSize() function in OHOS::NeuralNetworkRuntime::Ops::DepthToSpaceBuilder
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp52 block_->SetBlockSize(theme->GetInsetBlockSize()); in InitStyle()
57 block_->SetBlockSize(theme->GetOutsetBlockSize()); in InitStyle()
H A Dblock_component.h66 void SetBlockSize(const Dimension& size) in SetBlockSize() function in OHOS::Ace::BlockComponent
H A Drosen_render_slider.cpp54 block->SetBlockSize(blockSize * temp); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.h56 static void SetBlockSize(const JSCallbackInfo& info);
H A Djs_slider.cpp78 JSClass<JSSlider>::StaticMethod("blockSize", &JSSlider::SetBlockSize); in JSBind()
511 void JSSlider::SetBlockSize(const JSCallbackInfo& info) in SetBlockSize() function in OHOS::OHOS::Ace::Framework::JSSlider
540 SliderModel::GetInstance()->SetBlockSize(width, height); in SetBlockSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_method.cpp65 sliderContentModifier_->SetBlockSize(blockSize); in UpdateContentModifier()
115 sliderTipModifier_->SetBlockSize(blockSize); in UpdateOverlayModifier()
H A Dslider_tip_modifier.h118 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() function in OHOS::Ace::NG::SliderTipModifier
H A Dslider_model.h98 virtual void SetBlockSize(const Dimension& width, const Dimension& height) = 0;
H A Dslider_model_ng.h57 void SetBlockSize(const Dimension& width, const Dimension& height) override;
88 static void SetBlockSize(FrameNode* frameNode, const Dimension& width, const Dimension& height);
H A Dslider_content_modifier.h200 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() function in OHOS::Ace::NG::SliderContentModifier
H A Dslider_model_ng.cpp179 void SliderModelNG::SetBlockSize(const Dimension& width, const Dimension& height) in SetBlockSize() function in OHOS::Ace::NG::SliderModelNG
353 void SliderModelNG::SetBlockSize(FrameNode* frameNode, const Dimension& width, const Dimension& height) in SetBlockSize() function in OHOS::Ace::NG::SliderModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.h43 void SetBlockSize(const Dimension& width, const Dimension& height) override;
H A Dslider_model_impl.cpp129 void SliderModelImpl::SetBlockSize(const Dimension& width, const Dimension& height) {} in SetBlockSize() function in OHOS::Ace::Framework::SliderModelImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.h28 static ArkUINativeModuleValue SetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_slider_bridge.cpp122 ArkUINativeModuleValue SliderBridge::SetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetBlockSize() function in OHOS::Ace::NG::SliderBridge
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_modifier_test_ng.cpp167 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
584 sliderContentModifier.SetBlockSize(SizeF(BLOCK_SIZE_WIDTH.ConvertToPx(), BLOCK_SIZE_HEIGHT.ConvertToPx())); in HWTEST_F()
1216 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F); in HWTEST_F()
1301 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F); in HWTEST_F()
1306 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F_ZREO); in HWTEST_F()
1310 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F); in HWTEST_F()
1356 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F); in HWTEST_F()
1361 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F_ZREO); in HWTEST_F()
1365 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F); in HWTEST_F()
1410 sliderContentModifier.SetBlockSize(BLOCK_SIZE_ in HWTEST_F()
[all...]
H A Dslider_Extend_test_ng.cpp167 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
226 sliderModelNG.SetBlockSize(BLOCK_SIZE_WIDTH, BLOCK_SIZE_HEIGHT); in HWTEST_F()
300 * @tc.steps: step2. call SetBlockSize with invalid parameters. in HWTEST_F()
303 sliderModelNG.SetBlockSize(Dimension(0.0), Dimension(0.0)); in HWTEST_F()
307 * @tc.steps: step3. call SetBlockSize with invalid parameters while BlockSize property has been set. in HWTEST_F()
310 sliderModelNG.SetBlockSize(BLOCK_SIZE_WIDTH, BLOCK_SIZE_HEIGHT); in HWTEST_F()
312 sliderModelNG.SetBlockSize(Dimension(0.0), Dimension(0.0)); in HWTEST_F()
1100 * @tc.steps: step2. call SetBlockSize with invalid parameters. in HWTEST_F()
1103 sliderModelNG.SetBlockSize(rawPtr, Dimension(0.0), Dimension(0.0)); in HWTEST_F()
1107 * @tc.steps: step3. call SetBlockSize wit in HWTEST_F()
[all...]
H A Dslider_content_modifier_test_ng.cpp102 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
H A Dslider_pattern_test_ng.cpp167 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp100 void SetBlockSize(ArkUINodeHandle node, ArkUI_Float32 widthVal, in SetBlockSize() function
116 SliderModelNG::SetBlockSize(frameNode, blockWidth, blockHeight); in SetBlockSize()
670 SliderModifier::SetBlockSize, in GetSliderModifier()
747 SliderModifier::SetBlockSize, in GetCJUISliderModifier()

Completed in 19 milliseconds

12