Searched refs:IsStringEqual (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Split_test.cpp | 180 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "hdpi")); in TEST() 184 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "xhdpi")); in TEST() 188 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "xhdpi")); in TEST() 193 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "xxhdpi")); in TEST()
|
D | TestHelpers.cpp | 25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* ex… in IsStringEqual() function
|
D | TestHelpers.h | 31 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* ex…
|
D | ResTable_test.cpp | 53 EXPECT_TRUE(IsStringEqual(table, base::R::string::test1, "test1")); in TEST()
|