Lines Matching refs:table

38   std::unique_ptr<ResourceTable> table =  in TEST()  local
54 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
55 EXPECT_THAT(table, HasValue("android:string/dedupe", default_config)); in TEST()
56 EXPECT_THAT(table, Not(HasValue("android:string/dedupe", ldrtl_config))); in TEST()
57 EXPECT_THAT(table, Not(HasValue("android:string/dedupe", land_config))); in TEST()
59 EXPECT_THAT(table, HasValue("android:string/dedupe2", default_config)); in TEST()
60 EXPECT_THAT(table, HasValue("android:string/dedupe2", ldrtl_v21_config)); in TEST()
61 EXPECT_THAT(table, Not(HasValue("android:string/dedupe2", ldrtl_config))); in TEST()
63 EXPECT_THAT(table, HasValue("android:string/dedupe3", default_config)); in TEST()
64 EXPECT_THAT(table, HasValue("android:string/dedupe3", en_config)); in TEST()
65 EXPECT_THAT(table, Not(HasValue("android:string/dedupe3", en_v21_config))); in TEST()
76 std::unique_ptr<ResourceTable> table = in TEST() local
84 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
85 EXPECT_THAT(table, HasValue("android:string/keep", default_config)); in TEST()
86 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_config)); in TEST()
87 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_v21_config)); in TEST()
88 EXPECT_THAT(table, HasValue("android:string/keep", land_config)); in TEST()
99 std::unique_ptr<ResourceTable> table = in TEST() local
107 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
108 EXPECT_THAT(table, HasValue("android:string/keep", default_config)); in TEST()
109 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_config)); in TEST()
110 EXPECT_THAT(table, Not(HasValue("android:string/keep", ldrtl_night_config))); in TEST()
111 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_notnight_config)); in TEST()
122 std::unique_ptr<ResourceTable> table = in TEST() local
130 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
131 EXPECT_THAT(table, HasValue("android:string/keep", default_config)); in TEST()
132 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_config)); in TEST()
133 EXPECT_THAT(table, Not(HasValue("android:string/keep", ldrtl_night_config))); in TEST()
134 EXPECT_THAT(table, HasValue("android:string/keep", land_config)); in TEST()
143 std::unique_ptr<ResourceTable> table = in TEST() local
150 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
151 EXPECT_THAT(table, HasValue("android:string/keep", default_config)); in TEST()
152 EXPECT_THAT(table, HasValue("android:string/keep", fr_config)); in TEST()
153 EXPECT_THAT(table, HasValue("android:string/keep", fr_rCA_config)); in TEST()
162 std::unique_ptr<ResourceTable> table = in TEST() local
169 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
170 EXPECT_THAT(table, HasValue("android:string/keep", default_config)); in TEST()
171 EXPECT_THAT(table, HasValue("android:string/keep", mcc_config)); in TEST()
172 EXPECT_THAT(table, HasValue("android:string/keep", mnc_config)); in TEST()