Lines Matching refs:table

26   std::unique_ptr<ResourceTable> table =  in TEST()  local
46 splitter.SplitTable(table.get()); in TEST()
49 table.get(), "android:drawable/icon", in TEST()
52 table.get(), "android:drawable/icon", in TEST()
55 table.get(), "android:drawable/icon", in TEST()
58 table.get(), "android:drawable/icon", in TEST()
60 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
64 std::unique_ptr<ResourceTable> table = in TEST() local
85 splitter.SplitTable(table.get()); in TEST()
90 table.get(), "android:drawable/icon", in TEST()
94 table.get(), "android:drawable/icon", in TEST()
96 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
100 table.get(), "android:drawable/icon", in TEST()
103 table.get(), "android:drawable/icon", in TEST()
109 std::unique_ptr<ResourceTable> table = in TEST() local
129 splitter.SplitTable(table.get()); in TEST()
139 table.get(), "android:drawable/foo", in TEST()
142 table.get(), "android:drawable/foo", in TEST()
145 table.get(), "android:drawable/foo", in TEST()
148 table.get(), "android:drawable/foo", in TEST()
193 ResourceTable table; in TEST() local
197 table.AddResource(NewResourceBuilder(foo) in TEST()
203 table.AddResource(NewResourceBuilder(foo) in TEST()
208 ASSERT_TRUE(table.AddResource( in TEST()
221 splitter.SplitTable(&table); in TEST()
231 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
234 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
237 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()