Searched defs:range (Results 1 – 7 of 7) sorted by relevance
154 private boolean inRange(Range range) { in inRange()165 Range range = it.next(); in inRange() local209 Range range = it.next(); in currentValue() local257 Range range = it.previous(); in runLimit() local305 Range range = it.next(); in runStart() local634 Range range = it.next(); in addAttribute() local
333 long range = (-1L >>> (BIT_IN_LONG -(endInBits - startInBits + 1))) << startInBits; in setRange() local339 long range = (-1L >>> startInBits) << startInBits; in setRange() local
257 long range = (-1L >>> (MAX_ELEMENTS - length)) << start.ordinal(); in setRange() local
285 public static <E extends Enum<E>> EnumSet<E> range(E start, E end) { in range() method in EnumSet
173 final int range = 10; in test_nextIntI() local
463 private int getIndexFromRange(int range){ in getIndexFromRange()
847 URLConnection range = url.openConnection(); in testPartialRangeResponsesDoNotCorruptCache() local