Home
last modified time | relevance | path

Searched defs:val4 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_lru_cache_test.cpp48 constexpr int32_t val4 = 4; variable
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp334 std::vector<int32_t> val4; in ReadvecTestTwoFunc01() local
369 std::vector<uint32_t> val4; in ReadvecTestTwoFunc02() local
404 std::vector<std::string> val4; in ReadvecTestTwoFunc03() local
458 std::vector<int32_t> val4; in ReadvecTestThreeFunc01() local
493 std::vector<uint32_t> val4; in ReadvecTestThreeFunc02() local
528 std::vector<std::string> val4; in ReadvecTestThreeFunc03() local
587 std::vector<int32_t> val4; in WritevecTestOneFunc01() local
626 std::vector<uint32_t> val4; in WritevecTestOneFunc02() local
2096 std::vector<bool> val4; variable
2138 std::vector<int16_t> val4; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix3.cpp33 double val4 = matrix3X3_[1][0] * matrix3X3_[0][2] * matrix3X3_[2][1]; in Invert() local