HomeSort by relevance Sort by last modified time
    Searched refs:isGoodEvent (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/aapt2/unflatten/
ResChunkPullParser.h 52 static bool isGoodEvent(Event event);
99 inline bool ResChunkPullParser::isGoodEvent(ResChunkPullParser::Event event) {
ResChunkPullParser.cpp 28 if (!isGoodEvent(mEvent)) {
BinaryResourceParser.cpp 80 while(ResChunkPullParser::isGoodEvent(parser.next())) {
114 while (ResChunkPullParser::isGoodEvent(parser.next())) {
197 while (ResChunkPullParser::isGoodEvent(parser.next())) {
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 61 static bool isGoodEvent(Event event);
213 while (isGoodEvent(event = parser->next()) && parser->getDepth() > startDepth + 1) {}
216 while ((event != Event::kEndElement || parser->getDepth() > startDepth) && isGoodEvent(event)) {
251 inline bool XmlPullParser::isGoodEvent(XmlPullParser::Event event) {
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 142 while (xml::XmlPullParser::isGoodEvent(parser->next())) {
    [all...]

Completed in 541 milliseconds