Searched refs:attr_two (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h30 attr_two = 0x7f010001u, member in struct:com::android::app::R::attr
/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp271 Attribute attr_two(TYPE_STRING);
276 EXPECT_TRUE(attr_one.IsCompatibleWith(attr_two));
280 EXPECT_TRUE(attr_two.IsCompatibleWith(attr_one));
281 EXPECT_TRUE(attr_two.IsCompatibleWith(attr_two));
282 EXPECT_FALSE(attr_two.IsCompatibleWith(attr_three));
283 EXPECT_FALSE(attr_two.IsCompatibleWith(attr_four));
286 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_two));
H A DResourceTable_test.cpp127 Attribute attr_two(android::ResTable_map::TYPE_STRING | android::ResTable_map::TYPE_REFERENCE);
128 attr_two.SetWeak(true);
133 util::make_unique<Attribute>(attr_two), test::GetDiagnostics()));
/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_test.cpp77 {fix_package_id(R::attr::attr_one, 0x02), fix_package_id(R::attr::attr_two, 0x02)}};
107 std::array<uint32_t, 5> attrs{{R::attr::attr_one, R::attr::attr_two, R::attr::attr_three, member in class:android::R::attr
160 std::array<uint32_t, 5> attrs{{R::attr::attr_one, R::attr::attr_two, R::attr::attr_three, member in class:android::R::attr
212 std::array<uint32_t, 6> attrs{{R::attr::attr_one, R::attr::attr_two, R::attr::attr_three, member in class:android::R::attr
H A DTheme_test.cpp91 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
115 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
H A DAttributeResolution_bench.cpp69 std::array<uint32_t, 6> attrs{{app::R::attr::attr_one, app::R::attr::attr_two, member in class:android::app::R::attr
H A DAssetManager2_test.cpp287 EXPECT_EQ(app::R::attr::attr_two, bag_one->entries[1].key);
302 // attr_two should be overridden from StyleOne by StyleTwo.
303 EXPECT_EQ(app::R::attr::attr_two, bag_two->entries[1].key);

Completed in 72 milliseconds