Lines Matching refs:Res_value
52 "com.example.target:integer/int1", Res_value::TYPE_INT_DEC, 1U, "port") in TEST()
54 "com.example.target.split:integer/int2", Res_value::TYPE_INT_DEC, 2U, "land") in TEST()
56 "string/int3", Res_value::TYPE_REFERENCE, 0x7f010000, "xxhdpi-v7") in TEST()
59 Res_value::TYPE_STRING, in TEST()
87 ASSERT_EQ(Res_value::TYPE_STRING, entry->value.data_type); in TEST()
95 ASSERT_EQ(Res_value::TYPE_INT_DEC, entry->value.data_type); in TEST()
103 ASSERT_EQ(Res_value::TYPE_REFERENCE, entry->value.data_type); in TEST()
110 ASSERT_EQ(Res_value::TYPE_STRING, entry->value.data_type); in TEST()
119 ASSERT_EQ(Res_value::TYPE_INT_DEC, entry->value.data_type); in TEST()
127 .SetResourceValue("int1", Res_value::TYPE_INT_DEC, 1U, ""); in TEST()
133 .SetResourceValue("com.example.target:int2", Res_value::TYPE_INT_DEC, 1U, ""); in TEST()
142 .SetResourceValue("com.example.target:integer/int1", Res_value::TYPE_INT_DEC, 1U, "") in TEST()
144 "com.example.target:string/string1", Res_value::TYPE_STRING, "foobar", "") in TEST()
176 EXPECT_EQ(Res_value::TYPE_INT_DEC, entry->value.data_type); in TEST()
182 ASSERT_EQ(Res_value::TYPE_STRING, entry->value.data_type); in TEST()