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