Home
last modified time | relevance | path

Searched refs:IsStringEqual (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp180 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()
DTestHelpers.cpp25 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* ex… in IsStringEqual() function
DTestHelpers.h31 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resourceId, const char* ex…
DResTable_test.cpp53 EXPECT_TRUE(IsStringEqual(table, base::R::string::test1, "test1")); in TEST()