Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp195 EXPECT_TRUE(IsStringEqual(table, R::string::density, "hdpi")); in TEST_F()
200 EXPECT_TRUE(IsStringEqual(table, R::string::density, "xhdpi")); in TEST_F()
205 EXPECT_TRUE(IsStringEqual(table, R::string::density, "xhdpi")); in TEST_F()
210 EXPECT_TRUE(IsStringEqual(table, R::string::density, "xxhdpi")); in TEST_F()
DTestHelpers.h34 ::testing::AssertionResult IsStringEqual(const ResTable& table, uint32_t resource_id,
DTestHelpers.cpp59 AssertionResult IsStringEqual(const ResTable& table, uint32_t resource_id, in IsStringEqual() function
DResTable_test.cpp53 EXPECT_TRUE(IsStringEqual(table, basic::R::string::test1, "test1")); in TEST()