• Home
  • Raw
  • Download

Lines Matching refs:GetAttribute

73   EXPECT_EQ(kInvalidCookie, theme->GetAttribute(app::R::attr::attr_one, &value, &flags));  in TEST_F()
87 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
93 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags); in TEST_F()
111 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
117 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags); in TEST_F()
126 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags); in TEST_F()
142 ASSERT_EQ(kInvalidCookie, theme->GetAttribute(0x7f000001, &value, &flags)); in TEST_F()
158 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
165 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F()
172 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags); in TEST_F()
192 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
199 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F()
206 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags); in TEST_F()
226 cookie = theme->GetAttribute(libclient::R::attr::foo, &value, &flags); in TEST_F()
233 cookie = theme->GetAttribute(libclient::R::attr::bar, &value, &flags); in TEST_F()
255 cookie = theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
262 EXPECT_EQ(kInvalidCookie, theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags)); in TEST_F()
274 EXPECT_EQ(kInvalidCookie, theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags)); in TEST_F()
277 cookie = theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F()
310 EXPECT_EQ(0, theme_dst->GetAttribute(R::attr::foreground, &value, &flags)); in TEST_F()
314 EXPECT_EQ(2, theme_dst->GetAttribute(app::R::attr::attr_one, &value, &flags)); in TEST_F()
319 EXPECT_EQ(1, theme_dst->GetAttribute(fix_package_id(lib_one::R::attr::attr1, 0x02), &value, in TEST_F()
321 EXPECT_EQ(1, theme_dst->GetAttribute(fix_package_id(lib_one::R::attr::attr2, 0x02), &value, in TEST_F()
346 EXPECT_EQ(0, theme_dst->GetAttribute(0x0101021b /* android:versionCode */, &value, &flags)); in TEST_F()
350 EXPECT_EQ(-1, theme_dst->GetAttribute(0x01010001 /* android:label */, &value, &flags)); in TEST_F()
354 EXPECT_EQ(-1, theme_dst->GetAttribute(0x01010002 /* android:icon */, &value, &flags)); in TEST_F()
355 EXPECT_EQ(-1, theme_dst->GetAttribute(0x010100d1 /* android:tag */, &value, &flags)); in TEST_F()
358 EXPECT_EQ(0, theme_dst->GetAttribute(0x010100d0 /* android:id */, &value, &flags)); in TEST_F()
359 EXPECT_EQ(0, theme_dst->GetAttribute(0x01010000 /* android:theme */, &value, &flags)); in TEST_F()