• Home
  • Raw
  • Download

Lines Matching refs:cookie

85   ApkAssetsCookie cookie;  in TEST_F()  local
87 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
88 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
93 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags); in TEST_F()
94 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
109 ApkAssetsCookie cookie; in TEST_F() local
111 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
112 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
117 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags); in TEST_F()
118 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
120 EXPECT_EQ(0, cookie); in TEST_F()
126 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags); in TEST_F()
127 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
155 ApkAssetsCookie cookie; in TEST_F() local
158 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
159 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
165 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F()
166 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
172 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags); in TEST_F()
173 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
189 ApkAssetsCookie cookie; in TEST_F() local
192 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
193 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
199 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F()
200 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
206 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags); in TEST_F()
207 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
223 ApkAssetsCookie cookie; in TEST_F() local
226 cookie = theme->GetAttribute(libclient::R::attr::foo, &value, &flags); in TEST_F()
227 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
233 cookie = theme->GetAttribute(libclient::R::attr::bar, &value, &flags); in TEST_F()
234 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
252 ApkAssetsCookie cookie; in TEST_F() local
255 cookie = theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F()
256 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()
277 cookie = theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F()
278 ASSERT_NE(kInvalidCookie, cookie); in TEST_F()