Lines Matching full:resourceid
70 const ResourceId expectedId,
147 .addSimple(u"@com.app.test:id/one", ResourceId(0x7f020000))
148 .addSimple(u"@com.app.test:id/two", ResourceId(0x7f020001))
149 .addValue(u"@com.app.test:id/three", ResourceId(0x7f020002),
150 test::buildReference(u"@com.app.test:id/one", ResourceId(0x7f020000)))
151 .addValue(u"@com.app.test:integer/one", ResourceId(0x7f030000),
153 .addValue(u"@com.app.test:integer/one", ResourceId(0x7f030000),
156 .addString(u"@com.app.test:string/test", ResourceId(0x7f040000), u"foo")
157 .addString(u"@com.app.test:layout/bar", ResourceId(0x7f050000), u"res/layout/bar.xml")
163 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/one", ResourceId(0x7f020000), {},
166 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/two", ResourceId(0x7f020001), {},
169 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/three", ResourceId(0x7f020002), {},
172 EXPECT_TRUE(exists(&resTable, u"@com.app.test:integer/one", ResourceId(0x7f030000),
176 EXPECT_TRUE(exists(&resTable, u"@com.app.test:integer/one", ResourceId(0x7f030000),
183 EXPECT_TRUE(exists(&resTable, u"@com.app.test:string/test", ResourceId(0x7f040000),
189 EXPECT_TRUE(exists(&resTable, u"@com.app.test:layout/bar", ResourceId(0x7f050000), {},
196 .addSimple(u"@com.app.test:id/one", ResourceId(0x7f020001))
197 .addSimple(u"@com.app.test:id/three", ResourceId(0x7f020003))
203 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/one", ResourceId(0x7f020001), {},
205 EXPECT_TRUE(exists(&resTable, u"@com.app.test:id/three", ResourceId(0x7f020003), {},
216 .addValue(u"@android:attr/foo", ResourceId(0x01010000),