Home | History | Annotate | Download | only in tests

Lines Matching defs:loop

947     int loop = 0;
953 } while ((!limit || ++loop <= limit) && (ptT = ptT->next()) && ptT != this);
992 int loop = 0;
999 if (limit && ++loop >= limit) {
1000 SkDebugf("*** abort loop ***\n");
1094 int loop = 0;
1097 if (!ok && ++loop > 10) {
1098 SkDebugf("*** abort loop ***\n");