Searched refs:Exists (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 87 ::testing::AssertionResult Exists(ResTable* table, const StringPiece& expected_name, in Exists() function in aapt::TableFlattenerTest 175 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020000), {}, in TEST_F() 178 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/two", ResourceId(0x7f020001), {}, in TEST_F() 181 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/three", ResourceId(0x7f020002), {}, in TEST_F() 184 EXPECT_TRUE(Exists(&res_table, "com.app.test:integer/one", ResourceId(0x7f030000), {}, in TEST_F() 187 EXPECT_TRUE(Exists(&res_table, "com.app.test:integer/one", ResourceId(0x7f030000), in TEST_F() 194 EXPECT_TRUE(Exists(&res_table, "com.app.test:string/test", ResourceId(0x7f040000), {}, in TEST_F() 200 EXPECT_TRUE(Exists(&res_table, "com.app.test:layout/bar", ResourceId(0x7f050000), {}, in TEST_F() 215 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020001), {}, in TEST_F() 217 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/three", ResourceId(0x7f020003), {}, in TEST_F() [all …]
|