Searched refs:GetValueForConfigAndProduct (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | ProductFilter_test.cpp | 61 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 63 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 65 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 67 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 91 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST() 94 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize_test.cpp | 205 BinaryPrimitive* prim = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() 211 prim = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() 415 BinaryPrimitive* bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST() 421 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:bool/boolean_false", in TEST() 427 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_rgb8", in TEST() 433 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_argb8", in TEST() 439 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_rgb4", in TEST() 445 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_argb4", in TEST() 451 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:integer/integer_444", in TEST() 457 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 | 900 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/foo", ConfigDescription::De… in TEST_F() 901 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/foo",ConfigDescription::Def… in TEST_F() 902 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bar", ConfigDescription::De… in TEST_F() 903 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/baz", ConfigDescription::De… in TEST_F() 904 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bit", ConfigDescription::De… in TEST_F() 905 …ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bot", ConfigDescription::De… in TEST_F()
|
D | ResourceTable_test.cpp | 162 …EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOr… in TEST() 163 …EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOr… in TEST()
|