Searched refs:GetValueForConfigAndProduct (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | ProductFilter_test.cpp | 63 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 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() 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 D | Common.h | 55 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 D | Common.cpp | 47 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, android::StringPiece res_name,
|
/aosp14/frameworks/base/tools/aapt2/ |
H A 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()
|
H A D | ResourceTable_test.cpp | 163 …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()
|