/libcore/ojluni/src/test/java/util/Arrays/ |
D | SortingHelper.java | 106 public void sort(Object a, int low, int high) { in sort() 131 (int[]) a, SEQUENTIAL, low, high); in sort() local 134 (long[]) a, SEQUENTIAL, low, high); in sort() local 137 (byte[]) a, low, high); in sort() local 140 (char[]) a, SEQUENTIAL, low, high); in sort() local 143 (short[]) a, SEQUENTIAL, low, high); in sort() local 146 (float[]) a, SEQUENTIAL, low, high); in sort() local 149 (double[]) a, SEQUENTIAL, low, high); in sort() local 235 public void sort(Object a, int low, int high) { in sort() 260 (int[]) a, PARALLEL, low, high); in sort() local [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | DualPivotQuicksort.java | 155 static void sort(int[] a, int parallelism, int low, int high) { in sort() 178 static void sort(Sorter sorter, int[] a, int bits, int low, int high) { in sort() 451 private static void mixedInsertionSort(int[] a, int low, int end, int high) { in mixedInsertionSort() 564 private static void insertionSort(int[] a, int low, int high) { in insertionSort() 584 private static void heapSort(int[] a, int low, int high) { in heapSort() 604 private static void pushDown(int[] a, int p, int value, int low, int high) { in pushDown() 630 private static boolean tryMergeRuns(Sorter sorter, int[] a, int low, int size) { in tryMergeRuns() 1205 private static void mixedInsertionSort(long[] a, int low, int end, int high) { in mixedInsertionSort() 1318 private static void insertionSort(long[] a, int low, int high) { in insertionSort() 1338 private static void heapSort(long[] a, int low, int high) { in heapSort() [all …]
|
D | Collections.java | 268 int low = 0; in indexedBinarySearch() local 289 int low = 0; in iteratorBinarySearch() local 374 int low = 0; in indexedBinarySearch() local 393 int low = 0; in iteratorBinarySearch() local
|
D | Arrays.java | 1168 int low, in mergeSort() 1670 int low = fromIndex; in binarySearch0() local 1751 int low = fromIndex; in binarySearch0() local 1832 int low = fromIndex; in binarySearch0() local 1913 int low = fromIndex; in binarySearch0() local 1994 int low = fromIndex; in binarySearch0() local 2077 int low = fromIndex; in binarySearch0() local 2168 int low = fromIndex; in binarySearch0() local 2274 int low = fromIndex; in binarySearch0() local 2382 int low = fromIndex; in binarySearch0() local
|
D | HexFormat.java | 965 int low = fromHexDigit(string.charAt(index + 1)); in fromHexDigits() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StringBufferTest.java | 34 char high = '\uD83D', low = '\uDE02'; in testChars() local 48 char high = '\uD83D', low = '\uDE02'; in testCodePoints() local
|
D | StringBuilderTest.java | 144 char high = '\uD83D', low = '\uDE02'; in testChars() local 158 char high = '\uD83D', low = '\uDE02'; in testCodePoints() local
|
D | StringTest.java | 722 char high = '\uD83D', low = '\uDE02'; in testChars() local 736 char high = '\uD83D', low = '\uDE02'; in testCodePoints() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | StreamTokenizer.java | 274 public void wordChars(int low, int hi) { in wordChars() 295 public void whitespaceChars(int low, int hi) { in whitespaceChars() 315 public void ordinaryChars(int low, int hi) { in ordinaryChars()
|
/libcore/luni/src/test/java/libcore/java/nio/ |
D | CharBufferTest.java | 49 char high = '\uD83D', low = '\uDE02'; in testCodePoints() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | Pattern2Test.java | 1080 public UBInfo(int low, int high, String name) { in UBInfo() 1088 public int low, high; field in Pattern2Test.UBInfo
|
/libcore/ojluni/src/test/java/util/HexFormat/ |
D | HexFormatTest.java | 393 int low = 2; in testParseHexStringRange() local 422 int low = 1; in testFormatHexRangeString() local 452 int low = 1; in testFormatHexRangeAppendable() local 493 int low = 2; in testFormatHexCharArrayIndexed() local
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | FdlibmTranslit.java | 49 private static double __LO(double x, int low) { in __LO()
|
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlSerializer.java | 630 private void writeSurrogate(char high, char low) throws IOException { in writeSurrogate()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Integer.java | 334 static final int low = -128; // 0xffffff80 field in Integer.IntegerCache
|
D | Character.java | 91 public static boolean isSurrogatePair(char high, char low) { in isSurrogatePair() 99 public static int toCodePoint(char high, char low) { in toCodePoint()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Character.annotated.java | 63 public static boolean isSurrogatePair(char high, char low) { throw new RuntimeException("Stub!"); } in isSurrogatePair() 67 public static int toCodePoint(char high, char low) { throw new RuntimeException("Stub!"); } in toCodePoint()
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Character.annotated.java | 64 public static boolean isSurrogatePair(char high, char low) { throw new RuntimeException("Stub!"); } in isSurrogatePair() 68 public static int toCodePoint(char high, char low) { throw new RuntimeException("Stub!"); } in toCodePoint()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Character.java | 8893 public static boolean isSurrogatePair(char high, char low) { in isSurrogatePair() 8929 public static int toCodePoint(char high, char low) { in toCodePoint()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Arrays.java | 181 java.lang.Object[] src, java.lang.Object[] dest, int low, int high, int off) { in mergeSort()
|