Searched refs:isGoodEvent (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResChunkPullParser.h50 static bool isGoodEvent(Event event);
97 inline bool ResChunkPullParser::isGoodEvent(ResChunkPullParser::Event event) { function in class:aapt::ResChunkPullParser
H A DBindingXmlPullParser_test.cpp80 while (XmlPullParser::isGoodEvent(parser.next())) {
103 while (XmlPullParser::isGoodEvent(parser.next())) {}
H A DManifestParser.cpp32 while (XmlPullParser::isGoodEvent(parser->next())) {
H A DResChunkPullParser.cpp27 if (!isGoodEvent(mEvent)) {
H A DScopedXmlPullParser.cpp28 while (isGoodEvent(next()));
H A DXmlPullParser.h45 static bool isGoodEvent(Event event);
168 inline bool XmlPullParser::isGoodEvent(XmlPullParser::Event event) { function in class:aapt::XmlPullParser
H A DXliffXmlPullParser.cpp28 while (XmlPullParser::isGoodEvent(mParser->next())) {
H A DScopedXmlPullParser_test.cpp90 while (XmlPullParser::isGoodEvent(scopedParser.next())) {
H A DResourceParser.cpp497 while (XmlPullParser::isGoodEvent(parser->next())) {
565 while (XmlPullParser::isGoodEvent(mParser->next())) {
597 while (XmlPullParser::isGoodEvent(parser->next())) {
1000 while (XmlPullParser::isGoodEvent(parser->next())) {
1197 while (XmlPullParser::isGoodEvent(parser->next())) {
1229 while (XmlPullParser::isGoodEvent(parser->next())) {
1266 while (XmlPullParser::isGoodEvent(parser->next())) {
1342 while (XmlPullParser::isGoodEvent(parser->next())) {
H A DBinaryResourceParser.cpp130 while(ResChunkPullParser::isGoodEvent(parser.next())) {
220 if (!ResChunkPullParser::isGoodEvent(parser.next())) {
258 while (ResChunkPullParser::isGoodEvent(parser.next())) {
377 while (ResChunkPullParser::isGoodEvent(parser.next())) {

Completed in 162 milliseconds