Home
last modified time | relevance | path

Searched refs:getValueForConfigAndProduct (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/link/
DProductFilter_test.cpp57 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/
DCommon.h79 template <typename T> T* getValueForConfigAndProduct(ResourceTable* table, in getValueForConfigAndProduct() function
95 return getValueForConfigAndProduct<T>(table, resName, config, {}); in getValueForConfig()
/frameworks/base/tools/aapt2/
DResourceTable_test.cpp136 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()
DResourceParser_test.cpp549 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/
DTableProtoSerializer_test.cpp95 BinaryPrimitive* prim = test::getValueForConfigAndProduct<BinaryPrimitive>( in TEST()
100 prim = test::getValueForConfigAndProduct<BinaryPrimitive>( in TEST()