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

/frameworks/base/tools/aapt2/link/
H A DProductFilter_test.cpp51 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>(
53 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>(
55 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>(
57 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>(
79 EXPECT_NE(nullptr, test::GetValueForConfigAndProduct<Id>(
82 EXPECT_EQ(nullptr, test::GetValueForConfigAndProduct<Id>(
/frameworks/base/tools/aapt2/test/
H A DCommon.cpp45 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table, function in namespace:aapt::test
H A DCommon.h55 T* GetValueForConfigAndProduct(ResourceTable* table, const android::StringPiece& res_name, function in namespace:aapt::test
69 Value* GetValueForConfigAndProduct<Value>(ResourceTable* table,
77 return GetValueForConfigAndProduct<T>(table, res_name, config, {});
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp127 BinaryPrimitive* prim = test::GetValueForConfigAndProduct<BinaryPrimitive>(
132 prim = test::GetValueForConfigAndProduct<BinaryPrimitive>(
291 BinaryPrimitive* bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(
297 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:bool/boolean_false",
303 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_rgb8",
309 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_argb8",
315 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_rgb4",
321 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:color/color_argb4",
327 bp = test::GetValueForConfigAndProduct<BinaryPrimitive>(&new_table, "android:integer/integer_444",
333 bp = test::GetValueForConfigAndProduct<BinaryPrimitiv
[all...]
/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp148 EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOrDie("land"), "tablet"), NotNull());
149 EXPECT_THAT(test::GetValueForConfigAndProduct<Id>(&table, "android:string/foo",test::ParseConfigOrDie("land"), "phone"), NotNull());
H A DResourceParser_test.cpp744 ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/foo", ConfigDescription::DefaultConfig(), "phone"), NotNull());
745 ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/foo",ConfigDescription::DefaultConfig(), "no-sdcard"), NotNull());
746 ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bar", ConfigDescription::DefaultConfig(), ""), NotNull());
747 ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/baz", ConfigDescription::DefaultConfig(), ""), NotNull());
748 ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bit", ConfigDescription::DefaultConfig(), "phablet"), NotNull());
749 ASSERT_THAT(test::GetValueForConfigAndProduct<String>(&table_, "string/bot", ConfigDescription::DefaultConfig(), "default"), NotNull());

Completed in 115 milliseconds