Lines Matching refs:table
32 std::unique_ptr<ResourceTable> table = in TEST() local
49 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
51 table.get(), "android:string/dedupe", en_config)); in TEST()
53 table.get(), "android:string/dedupe", land_config)); in TEST()
55 table.get(), "android:string/dedupe2", en_config)); in TEST()
57 table.get(), "android:string/dedupe2", en_v21_config)); in TEST()
68 std::unique_ptr<ResourceTable> table = in TEST() local
78 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
80 table.get(), "android:string/keep", en_config)); in TEST()
82 table.get(), "android:string/keep", en_v21_config)); in TEST()
84 table.get(), "android:string/keep", land_config)); in TEST()