Home | History | Annotate | Download | only in ui

Lines Matching defs:tail

231     const_iterator const tail = end();
232 while (cur != tail) {
412 Rect* tail;
417 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
459 if (tail-head == ssize_t(span.size())) {
464 while (q != tail) {
476 while (r != tail) {
484 tail = storage.editArray() + storage.size();
485 head = tail - span.size();
495 const_iterator const tail = reg.end();
498 while (cur != tail) {
625 Region::const_iterator const tail = dst.end();
628 if (head != tail) {
646 if (head != tail) {
813 const_iterator const tail = end();
819 what, this, tail-head);
821 while (head != tail) {
833 const_iterator const tail = end();
834 ALOGD(" Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail-head);
835 while (head != tail) {