Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 41) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_indicator_layout_test_ng.cpp40 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
65 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
89 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
120 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
149 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
180 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
210 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
240 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
269 RefPtr<DotIndicatorLayoutAlgorithm> algorithm = variable
298 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
[all …]
Dswiper_indicator_extent_test_ng.cpp1485 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1525 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1565 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1605 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1645 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1685 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1725 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1768 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1811 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1854 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
[all …]
Dswiper_layout_test_ng.cpp1691 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1716 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1739 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1764 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1787 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1812 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1835 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
1860 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
Dgrid_irregular_layout_test.cpp52 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(info); variable
89 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
134 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
183 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
233 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
312 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
360 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
612 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
960 void CheckAlignStart(const RefPtr<GridIrregularLayoutAlgorithm>& algorithm, GridLayoutInfo& info) in CheckAlignStart()
982 void CheckAlignCenter(const RefPtr<GridIrregularLayoutAlgorithm>& algorithm, GridLayoutInfo& info) in CheckAlignCenter()
[all …]
/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_key.cpp29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey()
39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey()
142 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhras… in DecodeData()
162 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodeDer()
203 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio) in SwitchAlgorithm()
244 void TLSKey::DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodePem()
/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
Dsmooth_zoom.cpp23 std::shared_ptr<IZoomAlgorithm> algorithm; in GetZoomAlgorithm() local
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsKeyTest.cpp77 KeyAlgorithm algorithm = tlsKey.Algorithm(); variable
104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); variable
115 KeyAlgorithm algorithm = key.Algorithm(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
Dnavrouter_model_test_ng.cpp395 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
518 auto algorithm = AceType::MakeRefPtr<NavBarLayoutAlgorithm>(); variable
668 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
873 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1262 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
1343 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
1411 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1455 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1505 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
1601 auto algorithm = AceType::MakeRefPtr<TitleBarLayoutAlgorithm>(); variable
[all …]
Dnavrouter_pattern_test_ng.cpp744 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
1116 auto algorithm = AceType::MakeRefPtr<LayoutAlgorithm>(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
Dmenuitemgroup_test_ng.cpp249 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
315 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
372 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
420 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
450 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
506 auto algorithm = AceType::MakeRefPtr<MenuItemGroupLayoutAlgorithm>(-1, -1, 0); variable
Dmenu_layoutScd_test_ng.cpp1423 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
1486 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
1564 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
Dmenu_layoutFst_test_ng.cpp838 auto algorithm = AceType::MakeRefPtr<MultiMenuLayoutAlgorithm>(); variable
1317 …auto algorithm = AceType::DynamicCast<SubMenuLayoutAlgorithm>(menuPattern->CreateLayoutAlgorithm()… variable
1356 auto algorithm = AceType::MakeRefPtr<MultiMenuLayoutAlgorithm>(); variable
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h48 TransformAlgorithm algorithm; member
74 TransformAlgorithm algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
Dsheet_coverage_test_ng.cpp1346 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1369 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1395 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1424 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1455 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1494 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
1522 …auto algorithm = AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetPattern->CreateLayout… variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
Dgrid_container_test_ng.cpp43 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
/foundation/arkui/ui_lite/test/unittest/components/
Dui_image_unit_test.cpp491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_image_view.h209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_algorithm.h151 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
Dnavigation_test_ng.cpp365 NavigationContentLayoutAlgorithm algorithm; variable
654 NavigationLayoutAlgorithm algorithm; variable
693 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
721 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
790 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
829 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
Dgrid_option_layout_test_ng.cpp522 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); variable
667 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); variable
Dgrid_layout_test_ng.cpp654 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); variable
680 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); variable
707 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); variable
736 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); variable
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
Dclient_trans_proxy_file_manager.h130 int32_t algorithm; member
147 int32_t algorithm; member
/foundation/arkui/ui_lite/frameworks/dock/
Dscreen_device.h42 TransformAlgorithm algorithm; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
Dside_bar_pattern_test_ng.cpp658 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
1211 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
1412 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
1621 …auto algorithm = AceType::DynamicCast<SideBarContainerLayoutAlgorithm>(algorithmWrapper->GetLayout… variable
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
Dclient_trans_session_manager_test.cpp849 int32_t algorithm = 0; variable
1345 int32_t algorithm = 0; variable

12