Home
last modified time | relevance | path

Searched defs:toIndex (Results 1 – 25 of 27) sorted by relevance

12

/libcore/ojluni/annotations/hiddenapi/java/util/
DArrays.java38 private static void rangeCheck(int arrayLength, int fromIndex, int toIndex) { in rangeCheck()
46 public static void sort(int[] a, int fromIndex, int toIndex) { in sort()
54 public static void sort(long[] a, int fromIndex, int toIndex) { in sort()
62 public static void sort(short[] a, int fromIndex, int toIndex) { in sort()
70 public static void sort(char[] a, int fromIndex, int toIndex) { in sort()
78 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort()
86 public static void sort(float[] a, int fromIndex, int toIndex) { in sort()
94 public static void sort(double[] a, int fromIndex, int toIndex) { in sort()
102 public static void parallelSort(byte[] a, int fromIndex, int toIndex) { in parallelSort()
110 public static void parallelSort(char[] a, int fromIndex, int toIndex) { in parallelSort()
[all …]
DArrayList.java146 protected void removeRange(int fromIndex, int toIndex) { in removeRange()
187 public java.util.List<E> subList(int fromIndex, int toIndex) { in subList()
191 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck()
351 SubList(java.util.AbstractList<E> parent, int offset, int fromIndex, int toIndex) { in SubList()
375 protected void removeRange(int fromIndex, int toIndex) { in removeRange()
395 public java.util.List<E> subList(int fromIndex, int toIndex) { in subList()
DVector.java230 public synchronized java.util.List<E> subList(int fromIndex, int toIndex) { in subList()
234 protected synchronized void removeRange(int fromIndex, int toIndex) { in removeRange()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DArrays.annotated.java48 public static void sort(int @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Run… in sort()
52 public static void sort(long @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort()
56 public static void sort(short @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new R… in sort()
60 public static void sort(char @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort()
64 public static void sort(byte @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort()
68 public static void sort(float @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new R… in sort()
72 public static void sort(double @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new … in sort()
76 public static void parallelSort(byte @libcore.util.NonNull [] a, int fromIndex, int toIndex) { thro… in parallelSort()
80 public static void parallelSort(char @libcore.util.NonNull [] a, int fromIndex, int toIndex) { thro… in parallelSort()
84 public static void parallelSort(short @libcore.util.NonNull [] a, int fromIndex, int toIndex) { thr… in parallelSort()
[all …]
DAbstractList.annotated.java59 …va.util.List<@libcore.util.NullFromTypeParam E> subList(int fromIndex, int toIndex) { throw new Ru… in subList()
65 protected void removeRange(int fromIndex, int toIndex) { throw new RuntimeException("Stub!"); } in removeRange()
DArrayList.annotated.java79 protected void removeRange(int fromIndex, int toIndex) { throw new RuntimeException("Stub!"); } in removeRange()
91 …va.util.List<@libcore.util.NullFromTypeParam E> subList(int fromIndex, int toIndex) { throw new Ru… in subList()
DVector.annotated.java121 …va.util.List<@libcore.util.NullFromTypeParam E> subList(int fromIndex, int toIndex) { throw new Ru… in subList()
123 protected synchronized void removeRange(int fromIndex, int toIndex) { throw new RuntimeException("S… in removeRange()
DList.annotated.java86 …nNull public java.util.List<@libcore.util.NullFromTypeParam E> subList(int fromIndex, int toIndex); in subList()
/libcore/ojluni/src/main/java/java/util/
DArrays.java114 private static void rangeCheck(int arrayLength, int fromIndex, int toIndex) { in rangeCheck()
170 public static void sort(int[] a, int fromIndex, int toIndex) { in sort()
210 public static void sort(long[] a, int fromIndex, int toIndex) { in sort()
250 public static void sort(short[] a, int fromIndex, int toIndex) { in sort()
290 public static void sort(char[] a, int fromIndex, int toIndex) { in sort()
330 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort()
386 public static void sort(float[] a, int fromIndex, int toIndex) { in sort()
442 public static void sort(double[] a, int fromIndex, int toIndex) { in sort()
504 public static void parallelSort(byte[] a, int fromIndex, int toIndex) { in parallelSort()
574 public static void parallelSort(char[] a, int fromIndex, int toIndex) { in parallelSort()
[all …]
DAbstractList.java496 public List<E> subList(int fromIndex, int toIndex) { in subList()
503 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck()
594 protected void removeRange(int fromIndex, int toIndex) { in removeRange()
758 public SubList(AbstractList<E> root, int fromIndex, int toIndex) { in SubList()
769 protected SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList()
809 protected void removeRange(int fromIndex, int toIndex) { in removeRange()
888 public List<E> subList(int fromIndex, int toIndex) { in subList()
925 int fromIndex, int toIndex) { in RandomAccessSubList()
933 int fromIndex, int toIndex) { in RandomAccessSubList()
937 public List<E> subList(int fromIndex, int toIndex) { in subList()
DBitSet.java360 private static void checkRange(int fromIndex, int toIndex) { in checkRange()
403 public void flip(int fromIndex, int toIndex) { in flip()
480 public void set(int fromIndex, int toIndex) { in set()
524 public void set(int fromIndex, int toIndex, boolean value) { in set()
563 public void clear(int fromIndex, int toIndex) { in clear()
644 public BitSet get(int fromIndex, int toIndex) { in get()
DArrayList.java643 protected void removeRange(int fromIndex, int toIndex) { in removeRange()
1007 public List<E> subList(int fromIndex, int toIndex) { in subList()
1012 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck()
1029 int offset, int fromIndex, int toIndex) { in SubList()
1082 protected void removeRange(int fromIndex, int toIndex) { in removeRange()
1237 public List<E> subList(int fromIndex, int toIndex) { in subList()
DSpliterators.java175 public static <T> Spliterator<T> spliterator(Object[] array, int fromIndex, int toIndex, in spliterator()
177 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex); in spliterator() local
237 public static Spliterator.OfInt spliterator(int[] array, int fromIndex, int toIndex, in spliterator()
239 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex); in spliterator() local
303 public static Spliterator.OfLong spliterator(long[] array, int fromIndex, int toIndex, in spliterator()
305 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex); in spliterator() local
369 public static Spliterator.OfDouble spliterator(double[] array, int fromIndex, int toIndex, in spliterator()
371 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex); in spliterator() local
DObjects.java397 int checkFromToIndex(int fromIndex, int toIndex, int length) { in checkFromToIndex()
DJumboEnumSet.java56 int toIndex = to.ordinal() >>> 6; in addRange() local
DVector.java1037 public synchronized List<E> subList(int fromIndex, int toIndex) { in subList()
1049 protected synchronized void removeRange(int fromIndex, int toIndex) { in removeRange()
DList.java754 List<E> subList(int fromIndex, int toIndex); in subList()
/libcore/ojluni/src/main/java/jdk/internal/util/
DPreconditions.java73 int fromIndex, int toIndex, int length) { in outOfBoundsCheckFromToIndex()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java151 void removeRange(int fromIndex, int toIndex) { in removeRange()
244 public java.util.List<E> subList(int fromIndex, int toIndex) { in subList()
335 COWSubList(java.util.concurrent.CopyOnWriteArrayList<E> list, int fromIndex, int toIndex) { in COWSubList()
383 public java.util.List<E> subList(int fromIndex, int toIndex) { in subList()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DJarIndex.java95 public void merge(sun.misc.JarIndex toIndex, java.lang.String path) { in merge()
/libcore/luni/src/test/java/libcore/java/util/
DObjectsTest.java86 private static void assertFromToIndexOutOfBounds(int fromIndex, int toIndex, int length) { in assertFromToIndexOutOfBounds()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DConcurrentModTest.java647 public void removeRange(int fromIndex, int toIndex) { in removeRange()
/libcore/ojluni/src/main/java/sun/misc/
DJarIndex.java340 public void merge(JarIndex toIndex, String path) { in merge()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java124 …va.util.List<@libcore.util.NullFromTypeParam E> subList(int fromIndex, int toIndex) { throw new Ru… in subList()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java556 void removeRange(int fromIndex, int toIndex) { in removeRange()
1154 public List<E> subList(int fromIndex, int toIndex) { in subList()
1190 int fromIndex, int toIndex) { in COWSubList()
1294 public List<E> subList(int fromIndex, int toIndex) { in subList()

12