/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | TimeSpanTest.cpp | 53 constexpr auto v3 = TimeSpan::Seconds(2); in HWTEST_F() local 59 EXPECT_EQ(v2, v3); in HWTEST_F() 76 constexpr auto v3 = v1 + v2; in HWTEST_F() local 78 EXPECT_EQ(TimeSpan::Milliseconds(402), v3); in HWTEST_F() 95 constexpr auto v3 = v1 - v2; in HWTEST_F() local 97 EXPECT_EQ(TimeSpan::Milliseconds(398), v3); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/hmsymbol_fuzzer/ |
H A D | hm_symbol_fuzzer.cpp | 46 size_t v3 = GetObject<size_t>(); in HmSymbolFuzzTest() local 48 std::vector<std::vector<size_t>> multMap { {v1, v2}, {v3, v4} }; in HmSymbolFuzzTest()
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 173 v3: undefined, 184 w18.v3 = new r3(nodeParam.icon, { 1071 if (item.k6().v3) { 1076 Row.margin({ end: o(item.k6().v3?.z7) }); 1077 Row.height(item.k6().v3?.itemHeight); 1078 Row.width(item.k6().v3?.itemWidth); 1081 Image.create(item.k6().v3?.a8); 1083 Image.height(item.k6().v3?.itemHeight); 1084 Image.width(item.k6().v3?.itemWidth); 1100 minWidth: item.k6().v3 [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | trans_affine.h | 43 TransAffine(float v0, float v1, float v2, float v3, float v4, float v5) in TransAffine() argument 44 : Matrix3<float>(v0, v2, v4, v1, v3, v5, 0, 0, 1) {} in TransAffine()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix.h | 161 inline constexpr Mat4X4(Vec4 const& v0, Vec4 const& v1, Vec4 const& v2, Vec4 const& v3) : x(v0), y(v1), z(v2), w(v3) in Mat4X4() argument 283 inline constexpr Mat4X3(Vec3 const& v0, Vec3 const& v1, Vec3 const& v2, Vec3 const& v3) : x(v0), y(v1), z(v2), w(v3) in Mat4X3() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/ |
H A D | image_heif_impl_fuzzer.cpp | 185 std::vector<std::vector<uint8_t>> v3(1, v1); in ItemPropertyHvccBoxTest001() 196 heifhvccbox->ParseNalUnitArray(reader, v3); in ItemPropertyHvccBoxTest001()
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 504 this.v3 = new ObservedPropertySimplePU( 708 this.v3.purgeDependencyOnElmtId(rmElmtId); 745 this.v3.aboutToBeDeleted(); 919 return this.v3.get(); 922 this.v3.set(newValue);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 565 Value v3 = {'v', '3'}; in HWTEST_F() local 568 ASSERT_EQ(kvDelegatePtrS1_->Put(k2, v3), OK); in HWTEST_F() 575 EXPECT_EQ(actualValue, v3); in HWTEST_F() 593 Value v3 = {'v', '3'}; in HWTEST_F() local 603 ASSERT_EQ(kvDelegatePtrS2_->Put(k4, v3), OK); in HWTEST_F() 647 Value v3 = {'v', '3'}; in HWTEST_F() local 1468 * @tc.steps:step2. put {k3, v3}, delete {k1, v1}, and put {k2, v3} in HWTEST_F() 1806 * @tc.steps:step4. deviceB put {k1, v3} sync to cloud. in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 1783 this.v3 = new ObservedPropertySimplePU(false, this, "shouldMirror"); 1873 this.v3.purgeDependencyOnElmtId(rmElmtId); 1892 this.v3.aboutToBeDeleted(); 2014 return this.v3.get(); 2018 this.v3.set(newValue);
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 834 set editableTitleBarTheme(v3) { 835 this.__editableTitleBarTheme.set(v3);
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 839 onMeasureSize(u3, v3, w3) { 842 v3.forEach((z3) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1010 }).catch((v3) => { 1011 this.error(v3, n3);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1010 }).catch((v3) => { 1011 this.error(v3, n3);
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 395 const Math::Vec3& v3 = positions[cc]; in CalculateTangentImpl() local 398 const auto e2 = v3 - v1; in CalculateTangentImpl()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 625 let v3 = await this.assetLoader.upload(v1, r3, u3); 626 this.marshallingAssets(u, v3);
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 745 const t3 = (u3, v3) => { 751 index: this.index * 1000 + CollapsibleMenuSection.maxCountOfVisibleItems + v3 }, undefined, x3, 757 index: this.index * 1000 + CollapsibleMenuSection.maxCountOfVisibleItems + v3
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 366 this.observeComponentCreation2((u3, v3) => {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 2126 * @tc.steps: step1. device A set sync data (k1, v1) local data (k2, v2) (k3, v3) and delete (k4, v4) in HWTEST_F() 2139 Value v3 = {'v', '3'}; in HWTEST_F() local 2143 EXPECT_EQ(g_kvDelegatePtr->Put(k3, v3), OK); in HWTEST_F() 2163 EXPECT_EQ(v3, actualValue); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 1732 auto [frameNode, v1, v2, v3] = GetCompoment(); in HWTEST_F() 1952 auto [frameNode, v1, v2, v3] = GetCompoment(); in HWTEST_F()
|
H A D | image_test_ng.cpp | 1741 auto [frameNode, layoutProperty, pattern, v3] = GetCompoment(); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1017 createTextArrow(v3 = null) {
|
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 4116 this.observeComponentCreation2((k3, v3) => {
|