Home | History | Annotate | Download | only in optimize

Lines Matching refs:table

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