Searched refs:getValueForConfigAndProduct (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | ProductFilter_test.cpp | 57 EXPECT_EQ(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one", in TEST() 59 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one", in TEST() 61 EXPECT_EQ(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one", in TEST() 63 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one", in TEST() 85 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one", in TEST() 88 EXPECT_EQ(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/one", in TEST()
|
/frameworks/base/tools/aapt2/test/ |
D | Common.h | 79 template <typename T> T* getValueForConfigAndProduct(ResourceTable* table, in getValueForConfigAndProduct() function 95 return getValueForConfigAndProduct<T>(table, resName, config, {}); in getValueForConfig()
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable_test.cpp | 136 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/foo", in TEST() 139 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<Id>(&table, u"@android:string/foo", in TEST()
|
D | ResourceParser_test.cpp | 549 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<String>(&mTable, u"@string/foo", in TEST_F() 552 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<String>(&mTable, u"@string/foo", in TEST_F() 555 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<String>(&mTable, u"@string/bar", in TEST_F() 558 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<String>(&mTable, u"@string/baz", in TEST_F() 561 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<String>(&mTable, u"@string/bit", in TEST_F() 564 EXPECT_NE(nullptr, test::getValueForConfigAndProduct<String>(&mTable, u"@string/bot", in TEST_F()
|
/frameworks/base/tools/aapt2/proto/ |
D | TableProtoSerializer_test.cpp | 95 BinaryPrimitive* prim = test::getValueForConfigAndProduct<BinaryPrimitive>( in TEST() 100 prim = test::getValueForConfigAndProduct<BinaryPrimitive>( in TEST()
|