/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_xcomponent_bridge.cpp | 607 func->Call(vm, func.ToLocal(), argv.data(), argv.size()); in SetOnLoad()
|
H A D | arkts_native_water_flow_bridge.cpp | 265 if (value >= NUM_0 && value < static_cast<int32_t>(LAYOUT_DIRECTION.size())) { in SetLayoutDirection()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng_property_config_coverage.cpp | 529 ASSERT_NE(events.size(), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testone_ng.cpp | 734 EXPECT_EQ(richEditorPattern->GetHost()->GetChildren().size(), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_testtwo_ng.cpp | 93 EXPECT_EQ(filters.size(), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_test_ng.cpp | 1427 EXPECT_EQ(inputEvents.size(), 1); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_list_modifier.cpp | 555 for (uint32_t i = 0; i < option->mainSize.size(); i++) { in SetListChildrenMainSize()
|
H A D | node_scroll_modifier.cpp | 363 if (static_cast<int>((*values)[SCROLL_TO_INDEX_CURVE]) < static_cast<int>(CurvesVector.size())) { in SetScrollTo()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer_listener.cpp | 511 if (fingerList.size() > 0) { in AddFingerListInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.cpp | 453 if (outerScrollBarLayoutInfos_.size() >= SCROLL_BAR_LAYOUT_INFO_COUNT) { in AddScrollBarLayoutInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | service_collaboration_menu_ace_helper.cpp | 817 .size = ImageSpanSize{ .width = CalcDimension(width), .height = CalcDimension(height) } }; in OnDataCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 281 if (doubleClickQueue_.size() == 1) { in HandleDoubleClickEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.cpp | 159 for (size_t i = 0; i < gradientColors.size(); i++) { in DrawBackground()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 84 if (host->GetChildren().size() == INDICATOR_HAS_CHILD) { in UpdateDigitalIndicator()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 631 if (bundleName.size() == 0) { in ParamsProcessGetLaunchWantForBundleSync()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_keyboard_test_ng.cpp | 1270 ASSERT_EQ(touchEventInfo.GetTouches().size(), 2u); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 428 if (appqfInfo.hqfInfos.size() != 1) { in ResetNativeSoAttrs()
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | decoder_surface_filter.cpp | 705 outputBuffer->pts_, outputBuffers_.size()); in DrainOutputBuffer() 895 MEDIA_LOG_W("invaild video size"); in OnOutputFormatChanged()
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 1043 auto status = napi_create_array_with_length(ctx, animRes.size(), &tmp); in GetAnimations()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 314 ATTRIBUTE(EGL_MAX_PBUFFER_PIXELS), // Returns the maximum size of a pixel buffer surface in pixels. in DumpEGLConfig() 352 if (start < extensions.size()) { in ParseExtensions()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_test.cpp | 28 int len = rect.GetWidth() - rect.GetWidth() / 5.0f; // set len size in TestDrawStar() 149 for (size_t i = 0; i < linePoints.size(); i += 2) { in TestLineTo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_render_node.h | 1237 return intersectedRoundCornerAABBs_.size(); in GetIntersectedRoundCornerAABBsSize()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_visitor_test.cpp | 1317 EXPECT_EQ(visitor.childSurfaceNodeIds_.size(), 0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 213 // check offscreen size in PrepareOffscreenRender() 230 RS_TRACE_NAME_FMT("PrepareOffscreenRender surface size: [%d, %d]", maxRenderSize, maxRenderSize); in PrepareOffscreenRender() 339 if (unmappedCache.size() > 0) { in OnDraw()
|
/foundation/multimedia/media_foundation/tests/unittest/meta/ |
H A D | meta_func_unit_test.cpp | 1246 EXPECT_TRUE(format->PutBuffer(item.first, valueIn.data(), valueIn.size())); in HWTEST_F()
|