Home | History | Annotate | Download | only in aapt

Lines Matching defs:done

607     bool done;
610 done = len < (ssize_t)sizeof(buf);
616 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
622 } while (!done);