/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Arrays.java | 38 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 …]
|
H A D | ArrayList.java | 146 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()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 130 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() 168 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() 206 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() 244 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() 282 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() 336 public static void sort(float[] a, int fromIndex, int toIndex) { in sort() 390 public static void sort(double[] a, int fromIndex, int toIndex) { in sort() 432 public static void parallelSort(byte[] a, int fromIndex, int toIndex) { in parallelSort() 474 public static void parallelSort(char[] a, int fromIndex, int toIndex) { in parallelSort() 516 public static void parallelSort(short[] a, int fromIndex, int toIndex) { in parallelSort() [all …]
|
D | AbstractList.java | 498 public List<E> subList(int fromIndex, int toIndex) { in subList() 505 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck() 596 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 760 public SubList(AbstractList<E> root, int fromIndex, int toIndex) { in SubList() 771 protected SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList() 811 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 890 public List<E> subList(int fromIndex, int toIndex) { in subList() 927 int fromIndex, int toIndex) { in RandomAccessSubList() 935 int fromIndex, int toIndex) { in RandomAccessSubList() 939 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
D | HexFormat.java | 356 public String formatHex(byte[] bytes, int fromIndex, int toIndex) { in formatHex() 407 public <A extends Appendable> A formatHex(A out, byte[] bytes, int fromIndex, int toIndex) { in formatHex() 448 private String formatOptDelimiter(byte[] bytes, int fromIndex, int toIndex) { in formatOptDelimiter() 542 public byte[] parseHex(CharSequence string, int fromIndex, int toIndex) { in parseHex() 602 public byte[] parseHex(char[] chars, int fromIndex, int toIndex) { in parseHex() 905 private static int checkDigitCount(int fromIndex, int toIndex, int limit) { in checkDigitCount() 1019 public static int fromHexDigits(CharSequence string, int fromIndex, int toIndex) { in fromHexDigits() 1080 public static long fromHexDigitsToLong(CharSequence string, int fromIndex, int toIndex) { in fromHexDigitsToLong()
|
D | BitSet.java | 363 private static void checkRange(int fromIndex, int toIndex) { in checkRange() 406 public void flip(int fromIndex, int toIndex) { in flip() 483 public void set(int fromIndex, int toIndex) { in set() 527 public void set(int fromIndex, int toIndex, boolean value) { in set() 566 public void clear(int fromIndex, int toIndex) { in clear() 647 public BitSet get(int fromIndex, int toIndex) { in get()
|
D | ArrayList.java | 824 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 860 private static String outOfBoundsMsg(int fromIndex, int toIndex) { in outOfBoundsMsg() 1206 public List<E> subList(int fromIndex, int toIndex) { in subList() 1220 public SubList(ArrayList<E> root, int fromIndex, int toIndex) { in SubList() 1231 private SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList() 1273 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 1498 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 130 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() 168 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() 206 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() 244 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() 282 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() 336 public static void sort(float[] a, int fromIndex, int toIndex) { in sort() 390 public static void sort(double[] a, int fromIndex, int toIndex) { in sort() 432 public static void parallelSort(byte[] a, int fromIndex, int toIndex) { in parallelSort() 474 public static void parallelSort(char[] a, int fromIndex, int toIndex) { in parallelSort() 516 public static void parallelSort(short[] a, int fromIndex, int toIndex) { in parallelSort() [all …]
|
D | HexFormat.java | 356 public String formatHex(byte[] bytes, int fromIndex, int toIndex) { in formatHex() 407 public <A extends Appendable> A formatHex(A out, byte[] bytes, int fromIndex, int toIndex) { in formatHex() 448 private String formatOptDelimiter(byte[] bytes, int fromIndex, int toIndex) { in formatOptDelimiter() 542 public byte[] parseHex(CharSequence string, int fromIndex, int toIndex) { in parseHex() 602 public byte[] parseHex(char[] chars, int fromIndex, int toIndex) { in parseHex() 905 private static int checkDigitCount(int fromIndex, int toIndex, int limit) { in checkDigitCount() 1019 public static int fromHexDigits(CharSequence string, int fromIndex, int toIndex) { in fromHexDigits() 1080 public static long fromHexDigitsToLong(CharSequence string, int fromIndex, int toIndex) { in fromHexDigitsToLong()
|
D | BitSet.java | 363 private static void checkRange(int fromIndex, int toIndex) { in checkRange() 406 public void flip(int fromIndex, int toIndex) { in flip() 483 public void set(int fromIndex, int toIndex) { in set() 527 public void set(int fromIndex, int toIndex, boolean value) { in set() 566 public void clear(int fromIndex, int toIndex) { in clear() 647 public BitSet get(int fromIndex, int toIndex) { in get()
|
D | ArrayList.java | 824 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 860 private static String outOfBoundsMsg(int fromIndex, int toIndex) { in outOfBoundsMsg() 1206 public List<E> subList(int fromIndex, int toIndex) { in subList() 1220 public SubList(ArrayList<E> root, int fromIndex, int toIndex) { in SubList() 1231 private SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList() 1273 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 1498 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Arrays.java | 130 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() 168 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() 206 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() 244 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() 282 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() 336 public static void sort(float[] a, int fromIndex, int toIndex) { in sort() 390 public static void sort(double[] a, int fromIndex, int toIndex) { in sort() 432 public static void parallelSort(byte[] a, int fromIndex, int toIndex) { in parallelSort() 474 public static void parallelSort(char[] a, int fromIndex, int toIndex) { in parallelSort() 516 public static void parallelSort(short[] a, int fromIndex, int toIndex) { in parallelSort() [all …]
|
H A D | AbstractList.java | 498 public List<E> subList(int fromIndex, int toIndex) { in subList() 505 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck() 596 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 760 public SubList(AbstractList<E> root, int fromIndex, int toIndex) { in SubList() 771 protected SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList() 811 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 890 public List<E> subList(int fromIndex, int toIndex) { in subList() 927 int fromIndex, int toIndex) { in RandomAccessSubList() 935 int fromIndex, int toIndex) { in RandomAccessSubList() 939 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
H A D | HexFormat.java | 356 public String formatHex(byte[] bytes, int fromIndex, int toIndex) { in formatHex() 407 public <A extends Appendable> A formatHex(A out, byte[] bytes, int fromIndex, int toIndex) { in formatHex() 448 private String formatOptDelimiter(byte[] bytes, int fromIndex, int toIndex) { in formatOptDelimiter() 542 public byte[] parseHex(CharSequence string, int fromIndex, int toIndex) { in parseHex() 602 public byte[] parseHex(char[] chars, int fromIndex, int toIndex) { in parseHex() 905 private static int checkDigitCount(int fromIndex, int toIndex, int limit) { in checkDigitCount() 1019 public static int fromHexDigits(CharSequence string, int fromIndex, int toIndex) { in fromHexDigits() 1080 public static long fromHexDigitsToLong(CharSequence string, int fromIndex, int toIndex) { in fromHexDigitsToLong()
|
H A D | BitSet.java | 363 private static void checkRange(int fromIndex, int toIndex) { in checkRange() 406 public void flip(int fromIndex, int toIndex) { in flip() 483 public void set(int fromIndex, int toIndex) { in set() 527 public void set(int fromIndex, int toIndex, boolean value) { in set() 566 public void clear(int fromIndex, int toIndex) { in clear() 647 public BitSet get(int fromIndex, int toIndex) { in get()
|
H A D | ArrayList.java | 824 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 860 private static String outOfBoundsMsg(int fromIndex, int toIndex) { in outOfBoundsMsg() 1206 public List<E> subList(int fromIndex, int toIndex) { in subList() 1220 public SubList(ArrayList<E> root, int fromIndex, int toIndex) { in SubList() 1231 private SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList() 1273 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 1498 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
H A D | ImmutableCollections.java | 273 public List<E> subList(int fromIndex, int toIndex) { in subList() 279 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck() 463 static <E> SubList<E> fromSubList(SubList<E> parent, int fromIndex, int toIndex) { in fromSubList() 471 static <E> SubList<E> fromList(AbstractImmutableList<E> list, int fromIndex, int toIndex) { in fromList() 493 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | Arrays.annotated.java | 48 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 …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/util/ |
D | AbstractList.java | 498 public List<E> subList(int fromIndex, int toIndex) { in subList() 505 static void subListRangeCheck(int fromIndex, int toIndex, int size) { in subListRangeCheck() 596 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 760 public SubList(AbstractList<E> root, int fromIndex, int toIndex) { in SubList() 771 protected SubList(SubList<E> parent, int fromIndex, int toIndex) { in SubList() 811 protected void removeRange(int fromIndex, int toIndex) { in removeRange() 890 public List<E> subList(int fromIndex, int toIndex) { in subList() 927 int fromIndex, int toIndex) { in RandomAccessSubList() 935 int fromIndex, int toIndex) { in RandomAccessSubList() 939 public List<E> subList(int fromIndex, int toIndex) { in subList()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | Sorting.java | 316 int toIndex = length - m; in testSubArray() local 318 prepareSubArray((int[]) gold[0], fromIndex, toIndex); in testSubArray() local 539 private void prepareSubArray(int[] a, int fromIndex, int toIndex) { in prepareSubArray() 1223 private void checkSubArray(Object a, int fromIndex, int toIndex) { in checkSubArray() 1225 checkSubArray((int[]) a, fromIndex, toIndex); in checkSubArray() local 1227 checkSubArray((long[]) a, fromIndex, toIndex); in checkSubArray() local 1229 checkSubArray((byte[]) a, fromIndex, toIndex); in checkSubArray() local 1231 checkSubArray((char[]) a, fromIndex, toIndex); in checkSubArray() local 1233 checkSubArray((short[]) a, fromIndex, toIndex); in checkSubArray() local 1235 checkSubArray((float[]) a, fromIndex, toIndex); in checkSubArray() local [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/ |
H A D | FluentBitSet.java | 179 public FluentBitSet clear(final int fromIndex, final int toIndex) { in clear() 230 public FluentBitSet flip(final int fromIndex, final int toIndex) { in flip() 257 public FluentBitSet get(final int fromIndex, final int toIndex) { in get() 467 public FluentBitSet set(final int fromIndex, final int toIndex) { in set() 483 public FluentBitSet set(final int fromIndex, final int toIndex, final boolean value) { in set() 498 public FluentBitSet setInclusive(final int fromIndex, final int toIndex) { in setInclusive()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | UnmodifiableBitSet.java | 43 public void clear(int fromIndex, int toIndex) { in clear() 53 public void flip(int fromIndex, int toIndex) { in flip() 68 public void set(int fromIndex, int toIndex) { in set() 73 public void set(int fromIndex, int toIndex, boolean value) { in set()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Arrays.java | 267 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 285 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() 295 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() 313 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() 331 public static void fill(long[] a, int fromIndex, int toIndex, long val) in fill() 341 public static void fill(Object[] a, int fromIndex, int toIndex, Object val) in fill() 359 public static void fill(short[] a, int fromIndex, int toIndex, short val) in fill()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Arrays.java | 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 287 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() 297 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() 315 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() 333 public static void fill(long[] a, int fromIndex, int toIndex, long val) in fill() 343 public static void fill(Object[] a, int fromIndex, int toIndex, Object val) in fill() 361 public static void fill(short[] a, int fromIndex, int toIndex, short val) in fill()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Arrays.java | 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 287 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() 297 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() 315 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() 333 public static void fill(long[] a, int fromIndex, int toIndex, long val) in fill() 343 public static void fill(Object[] a, int fromIndex, int toIndex, Object val) in fill() 361 public static void fill(short[] a, int fromIndex, int toIndex, short val) in fill()
|