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

/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h29 attr_one = 0x7f010000u,
/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp71 EXPECT_EQ(kInvalidCookie, theme->GetAttribute(app::R::attr::attr_one, &value, &flags));
85 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
109 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
155 // attr_one is still here from the base.
156 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
189 // attr_one is still here from the base.
190 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
252 // attr_one is still here from the base.
253 cookie = theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags);
271 // attr_one i
[all...]
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 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.cpp282 EXPECT_EQ(app::R::attr::attr_one, bag_one->entries[0].key);
296 // attr_one is inherited from StyleOne.
297 EXPECT_EQ(app::R::attr::attr_one, bag_two->entries[0].key);
/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp270 Attribute attr_one(TYPE_STRING | TYPE_REFERENCE);
275 EXPECT_TRUE(attr_one.IsCompatibleWith(attr_one));
276 EXPECT_TRUE(attr_one.IsCompatibleWith(attr_two));
277 EXPECT_FALSE(attr_one.IsCompatibleWith(attr_three));
278 EXPECT_FALSE(attr_one.IsCompatibleWith(attr_four));
280 EXPECT_TRUE(attr_two.IsCompatibleWith(attr_one));
285 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_one));
H A DResourceTable_test.cpp125 Attribute attr_one(android::ResTable_map::TYPE_STRING);
126 attr_one.SetWeak(true);
131 util::make_unique<Attribute>(attr_one), test::GetDiagnostics()));

Completed in 68 milliseconds