Home | History | Annotate | Download | only in server

Lines Matching defs:idx

762         int idx, size;
765 idx = 0;
767 while ((idx < size) && (providers.get(idx).getPowerRequirement() == power)) {
768 tmp.add(providers.get(idx));
769 idx++;
780 idx = 0;
782 while ((idx < size) && (tmp.get(idx).getAccuracy() == acc)) {
783 tmp2.add(tmp.get(idx));
784 idx++;