Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DOldTreeSetTest.java142 SortedSet sort = ts.headSet(Integer.valueOf(100)); in test_headSetLjava_lang_Object() local
228 SortedSet sort = ts.tailSet(Integer.valueOf(101)); in test_tailSetLjava_lang_Object() local
DOldTreeMapTest.java218 SortedMap sort = tm.headMap("100"); in test_headMapLjava_lang_Object() local
462 SortedMap sort = tm.tailMap("99"); in test_tailMapLjava_lang_Object() local
DCollectionsTest.java151 public void sort(Comparator<? super T> c) { in sort() method in CollectionsTest.ArrayListInheritor
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrays.java42 public static void sort(int[] a) { in sort() method in Arrays
46 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() method in Arrays
50 public static void sort(long[] a) { in sort() method in Arrays
54 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() method in Arrays
58 public static void sort(short[] a) { in sort() method in Arrays
62 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() method in Arrays
66 public static void sort(char[] a) { in sort() method in Arrays
70 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() method in Arrays
74 public static void sort(byte[] a) { in sort() method in Arrays
78 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() method in Arrays
[all …]
DVector.java266 public synchronized void sort(java.util.Comparator<? super E> c) { in sort() method in Vector
DArrayList.java211 public void sort(java.util.Comparator<? super E> c) { in sort() method in ArrayList
DCollections.java38 public static <T extends java.lang.Comparable<? super T>> void sort(java.util.List<T> list) { in sort() method in Collections
42 public static <T> void sort(java.util.List<T> list, java.util.Comparator<? super T> c) { in sort() method in Collections
713 public void sort(java.util.Comparator<? super E> c) { in sort() method in Collections.CheckedList
1576 public void sort(java.util.Comparator<? super E> c) { in sort() method in Collections.EmptyList
2006 public void sort(java.util.Comparator<? super E> c) { in sort() method in Collections.SingletonList
2355 public void sort(java.util.Comparator<? super E> c) { in sort() method in Collections.SynchronizedList
3007 public void sort(java.util.Comparator<? super E> c) { in sort() method in Collections.UnmodifiableList
/libcore/ojluni/annotations/sdk/nullability/java/util/
DArrays.annotated.java46 public static void sort(int @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays
48 public static void sort(int @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Run… in sort() method in Arrays
50 public static void sort(long @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays
52 public static void sort(long @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() method in Arrays
54 public static void sort(short @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays
56 public static void sort(short @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new R… in sort() method in Arrays
58 public static void sort(char @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays
60 public static void sort(char @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() method in Arrays
62 public static void sort(byte @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays
64 public static void sort(byte @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() method in Arrays
[all …]
DArrayList.annotated.java101 public void sort(@libcore.util.Nullable java.util.Comparator<? super @libcore.util.NullFromTypePara… in sort() method in ArrayList
DCollections.annotated.java38 public static <T extends java.lang.Comparable<? super T>> void sort(@libcore.util.NonNull java.util… in sort() method in Collections
40 public static <T> void sort(@libcore.util.NonNull java.util.List<@libcore.util.NullFromTypeParam T>… in sort() method in Collections
DVector.annotated.java137 public synchronized void sort(@libcore.util.Nullable java.util.Comparator<? super @libcore.util.Nul… in sort() method in Vector
DList.annotated.java62 public default void sort(@libcore.util.Nullable java.util.Comparator<? super @libcore.util.NullFrom… in sort() method
/libcore/ojluni/src/test/java/lang/ref/
DReferenceEnqueuePendingTest.java201 private static void sort(int length) { in sort() method in ReferenceEnqueuePendingTest
/libcore/ojluni/src/main/java/java/util/
DArrays.java99 public static void sort(int[] a) { in sort() method in Arrays
122 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() method in Arrays
137 public static void sort(long[] a) { in sort() method in Arrays
160 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() method in Arrays
175 public static void sort(short[] a) { in sort() method in Arrays
198 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() method in Arrays
213 public static void sort(char[] a) { in sort() method in Arrays
236 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() method in Arrays
251 public static void sort(byte[] a) { in sort() method in Arrays
274 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() method in Arrays
[all …]
DDualPivotQuicksort.java155 static void sort(int[] a, int parallelism, int low, int high) { in sort() method in DualPivotQuicksort
178 static void sort(Sorter sorter, int[] a, int bits, int low, int high) { in sort() method in DualPivotQuicksort
2063 static void sort(short[] a, int low, int high) { in sort() method
2081 static void sort(short[] a, int bits, int low, int high) { in sort() method
2398 static void sort(float[] a, int parallelism, int low, int high) { in sort() method
2473 static void sort(Sorter sorter, float[] a, int bits, int low, int high) { in sort() method
3279 static void sort(Sorter sorter, double[] a, int bits, int low, int high) { in sort() method
DComparableTimSort.java179 static void sort(Object[] a, int lo, int hi, Object[] work, int workBase, int workLen) { in sort() method in ComparableTimSort
DCollections.java158 public static <T extends Comparable<? super T>> void sort(List<T> list) { in sort() method in Collections
205 public static <T> void sort(List<T> list, Comparator<? super T> c) { in sort() method in Collections
1415 public void sort(Comparator<? super E> c) { in sort() method in UnmodifiableList
DTimSort.java210 static <T> void sort(T[] a, int lo, int hi, Comparator<? super T> c, in sort() method in TimSort
DList.java527 default void sort(Comparator<? super E> c) { in sort() method
DImmutableCollections.java271 @Override public void sort(Comparator<? super E> c) { throw uoe(); } in sort() method in AbstractImmutableList
DVector.java1415 public synchronized void sort(Comparator<? super E> c) { in sort() method
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java108 public void sort(@libcore.util.Nullable java.util.Comparator<? super @libcore.util.NullFromTypePara… in sort() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java203 public void sort(java.util.Comparator<? super E> c) { in sort() method in CopyOnWriteArrayList
395 public void sort(java.util.Comparator<? super E> c) { in sort() method in CopyOnWriteArrayList.COWSubList
/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java890 public void sort(Comparator<? super E> c) { in sort() method in CopyOnWriteArrayList
1490 public void sort(Comparator<? super E> c) { in sort() method in CopyOnWriteArrayList.COWSubList
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java1894 private void sort(Object array) { in sort() method in ArraysTest