Home
last modified time | relevance | path

Searched refs:vec1 (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dvpn_config_test.cpp113 std::vector<std::string> vec1; in HWTEST_F() local
114 EXPECT_TRUE(VpnConfig::UnmarshallingVectorString(parcel, vec1)); in HWTEST_F()
127 std::vector<std::string> vec1; in HWTEST_F() local
128 EXPECT_FALSE(VpnConfig::UnmarshallingVectorString(parcel, vec1)); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.h96 static bool CompareVector(const std::vector<T>& vec1, const std::vector<T>& vec2) in CompareVector() argument
98 if (vec1.size() != vec2.size()) { in CompareVector()
102 if (vec1[i] != vec2[i]) { in CompareVector()
111 static bool CompareVectorN(const std::vector<T>& vec1, const std::vector<T>& vec2, uint32_t n) in CompareVectorN() argument
113 if (n > std::min(vec1.size(), vec2.size())) { in CompareVectorN()
117 if (vec1[i] != vec2[i]) { in CompareVectorN()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_metadata.h51 void removeMetadataType(std::vector<int32_t>& vec1, std::vector<int32_t>& vec2);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h59 std::pair<size_t, size_t> vec1 = {0, 0}; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_touch_test_ng.cpp753 std::vector<int64_t> vec1 = { 1, 2, 3 }; in HWTEST_F() local
754 std::string result = webPattern->VectorIntToString(std::move(vec1)); in HWTEST_F()
778 std::vector<int64_t> vec1 = {}; in HWTEST_F() local
779 std::string result = webPattern->VectorIntToString(std::move(vec1)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1172 Vector4f vec1(1.f, 1.f, 1.f, 1.f); in HWTEST_F()
1177 node->SetBounds(vec1); in HWTEST_F()
1178 node->SetFrame(vec1); in HWTEST_F()
1195 vec.IsNearEqual(vec1, 1.f); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h413 const Vec4 vec1(m.y.y, m.x.y, m.x.y, m.x.y); in Inverse()
417 const Vec4 inv0(vec1 * fac0 - vec2 * fac1 + vec3 * fac2); in Inverse()
419 const Vec4 inv2(vec0 * fac1 - vec1 * fac3 + vec3 * fac5); in Inverse()
420 const Vec4 inv3(vec0 * fac2 - vec1 * fac4 + vec2 * fac5); in Inverse()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_pair_test.cpp1142 std::vector<wptr<WindowNode>> vec1 = MinimizeApp::needMinimizeAppNodes_[MinimizeReason::SPLIT_QUIT]; in HWTEST_F() local
1143 ASSERT_EQ(0, vec1.size()); in HWTEST_F()
1182 std::vector<wptr<WindowNode>> vec1 = MinimizeApp::needMinimizeAppNodes_[MinimizeReason::SPLIT_QUIT]; in HWTEST_F() local
1183 ASSERT_EQ(0, vec1.size()); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp466 inline constexpr Math::Vec4 LerpVec4(const Math::Vec4& vec0, const Math::Vec4& vec1, const Math::Vec4& blend) in LerpVec4() argument
468 return Math::Vec4(Math::lerp(vec0.x, vec1.x, blend.x), Math::lerp(vec0.y, vec1.y, blend.y), in LerpVec4()
469 Math::lerp(vec0.z, vec1.z, blend.z), Math::lerp(vec0.w, vec1.w, blend.w)); in LerpVec4()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp409 groupInfo.layerIndexes = GetVectorFromCmdList<size_t>(cmdList, groupInfoHandle.vec1); in GetGroupInfoFromCmdList()

Completed in 15 milliseconds