Home
last modified time | relevance | path

Searched refs:GetValueForConfigAndProduct (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/link/
H A DProductFilter_test.cpp63 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
65 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
67 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
69 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
94 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
97 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>( in TEST()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp205 BinaryPrimitive* prim = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
211 prim = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
415 BinaryPrimitive* bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
457 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
463 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
475 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
487 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:integer/null", in TEST()
995 auto bp = test::GetValueForConfigAndProduct<BinaryPrimitive>( in TEST()
1017 auto id = test::GetValueForConfigAndProduct<Id>(&new_table, "com.app.test:id/one", in TEST()
1021 id = test::GetValueForConfigAndProduct<Id>(&new_table, "com.app.test:id.2/two", in TEST()
[all …]
/aosp14/frameworks/base/tools/aapt2/test/
H A DCommon.h55 T* GetValueForConfigAndProduct(ResourceTable* table, android::StringPiece res_name, in GetValueForConfigAndProduct() function
69 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, android::StringPiece res_name,
76 return GetValueForConfigAndProduct<T>(table, res_name, config, {}); in GetValueForConfig()
H A DCommon.cpp47 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, android::StringPiece res_name,
/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp900 …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()
H A DResourceTable_test.cpp163 …EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOr… in TEST()
164 …EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOr… in TEST()