Searched refs:GetValueForConfigAndProduct (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | ProductFilter_test.cpp | 53 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 55 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 57 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 59 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 81 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 84 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize_test.cpp | 134 BinaryPrimitive* prim = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() 140 prim = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() 344 BinaryPrimitive* bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() 350 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:bool/boolean_false", in TEST() 356 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_rgb8", in TEST() 362 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_argb8", in TEST() 368 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_rgb4", in TEST() 374 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_argb4", in TEST() 380 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:integer/integer_444", in TEST() 386 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() [all …]
|
/frameworks/base/tools/aapt2/test/ |
D | Common.h | 55 T* GetValueForConfigAndProduct(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfigAndProduct() function 69 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, 77 return GetValueForConfigAndProduct<T>(table, res_name, config, {}); in GetValueForConfig()
|
D | Common.cpp | 47 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, in GetValueForConfigAndProduct() function
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 816 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/foo", ConfigDescription::De… in TEST_F() 817 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/foo",ConfigDescription::Def… in TEST_F() 818 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bar", ConfigDescription::De… in TEST_F() 819 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/baz", ConfigDescription::De… in TEST_F() 820 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bit", ConfigDescription::De… in TEST_F() 821 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bot", ConfigDescription::De… in TEST_F()
|
D | ResourceTable_test.cpp | 151 …EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOr… in TEST() 152 …EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOr… in TEST()
|