Searched refs:res_table (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener_test.cpp | 171 ResTable res_table; in TEST_F() local 172 ASSERT_TRUE(Flatten(context_.get(), {}, table.get(), &res_table)); in TEST_F() 210 ResTable res_table; in TEST_F() local 211 ASSERT_TRUE(Flatten(context_.get(), {}, table.get(), &res_table)); in TEST_F() 576 ResTable res_table; in TEST_F() local 578 ASSERT_TRUE(Flatten(context_.get(), options, table.get(), &res_table)); in TEST_F() 580 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 583 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 630 ResTable res_table; in TEST_F() local 632 ASSERT_TRUE(Flatten(context_.get(), options, table.get(), &res_table)); in TEST_F() [all …]
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | Theme_bench.cpp | 55 const ResTable& res_table = assets.getResources(true); in BM_ThemeApplyStyleFrameworkOld() local 58 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeApplyStyleFrameworkOld() 83 const ResTable& res_table = assets.getResources(true); in BM_ThemeGetAttributeOld() local 84 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeGetAttributeOld()
|