Lines Matching refs:table

24   std::unique_ptr<ResourceTable> table =  in TEST()  local
44 splitter.SplitTable(table.get()); in TEST()
47 table.get(), "android:drawable/icon", in TEST()
50 table.get(), "android:drawable/icon", in TEST()
53 table.get(), "android:drawable/icon", in TEST()
56 table.get(), "android:drawable/icon", in TEST()
58 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
62 std::unique_ptr<ResourceTable> table = in TEST() local
83 splitter.SplitTable(table.get()); in TEST()
88 table.get(), "android:drawable/icon", in TEST()
92 table.get(), "android:drawable/icon", in TEST()
94 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
98 table.get(), "android:drawable/icon", in TEST()
101 table.get(), "android:drawable/icon", in TEST()
107 std::unique_ptr<ResourceTable> table = in TEST() local
127 splitter.SplitTable(table.get()); in TEST()
137 table.get(), "android:drawable/foo", in TEST()
140 table.get(), "android:drawable/foo", in TEST()
143 table.get(), "android:drawable/foo", in TEST()
146 table.get(), "android:drawable/foo", in TEST()
191 ResourceTable table; in TEST() local
194 ASSERT_TRUE(table.AddResource(foo, test::ParseConfigOrDie("land-hdpi"), {}, in TEST()
197 ASSERT_TRUE(table.AddResource(foo, test::ParseConfigOrDie("land-xhdpi"), {}, in TEST()
200 ASSERT_TRUE(table.AddResource(foo, test::ParseConfigOrDie("land-xxhdpi"), {}, in TEST()
211 splitter.SplitTable(&table); in TEST()
221 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
224 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
227 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()