| /libcore/ojluni/src/main/java/java/nio/ |
| D | BufferMismatch.java | 34 static int mismatch(ByteBuffer a, int aOff, ByteBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch 54 static int mismatch(CharBuffer a, int aOff, CharBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch 78 static int mismatch(ShortBuffer a, int aOff, ShortBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch 98 static int mismatch(IntBuffer a, int aOff, IntBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch 118 static int mismatch(FloatBuffer a, int aOff, FloatBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch 156 static int mismatch(LongBuffer a, int aOff, LongBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch 175 static int mismatch(DoubleBuffer a, int aOff, DoubleBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
|
| D | IntBuffer.java | 923 public int mismatch(IntBuffer that) { in mismatch() method in IntBuffer
|
| D | ShortBuffer.java | 918 public int mismatch(ShortBuffer that) { in mismatch() method in ShortBuffer
|
| D | LongBuffer.java | 917 public int mismatch(LongBuffer that) { in mismatch() method in LongBuffer
|
| D | FloatBuffer.java | 926 public int mismatch(FloatBuffer that) { in mismatch() method in FloatBuffer
|
| D | DoubleBuffer.java | 923 public int mismatch(DoubleBuffer that) { in mismatch() method in DoubleBuffer
|
| D | CharBuffer.java | 1131 public int mismatch(CharBuffer that) { in mismatch() method in CharBuffer
|
| D | ByteBuffer.java | 1099 public int mismatch(ByteBuffer that) { in mismatch() method in ByteBuffer
|
| /libcore/ojluni/src/main/java/jdk/internal/util/ |
| D | ArraysSupport.java | 167 public static int mismatch(boolean[] a, in mismatch() method in ArraysSupport 189 public static int mismatch(boolean[] a, int aFromIndex, in mismatch() method in ArraysSupport 229 public static int mismatch(byte[] a, in mismatch() method in ArraysSupport 276 public static int mismatch(byte[] a, int aFromIndex, in mismatch() method in ArraysSupport 309 public static int mismatch(char[] a, in mismatch() method in ArraysSupport 331 public static int mismatch(char[] a, int aFromIndex, in mismatch() method in ArraysSupport 358 public static int mismatch(short[] a, in mismatch() method in ArraysSupport 380 public static int mismatch(short[] a, int aFromIndex, in mismatch() method in ArraysSupport 407 public static int mismatch(int[] a, in mismatch() method in ArraysSupport 429 public static int mismatch(int[] a, int aFromIndex, in mismatch() method in ArraysSupport [all …]
|
| /libcore/ojluni/src/test/java/util/HashMap/ |
| D | ToArray.java | 101 int mismatch = Arrays.mismatch(expected, res); in checkToTypedArray() local 121 int mismatch = Arrays.mismatch(expected, objects); in checkToObjectArray() local
|
| /libcore/ojluni/src/test/java/util/HexFormat/ |
| D | HexFormatTest.java | 378 int mismatch = Arrays.mismatch(expected, actual); in testFormatHexString() local 399 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testParseHexStringRange() local 425 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testFormatHexRangeString() local 440 int mismatch = Arrays.mismatch(expected, actual); in testFormatHexAppendable() local 460 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testFormatHexRangeAppendable() local 476 int mismatch = Arrays.mismatch(expected, actual); in testFormatHexCharArray() local 500 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testFormatHexCharArrayIndexed() local
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/ |
| D | Arrays.annotated.java | 435 public static int mismatch(boolean @libcore.util.NonNull [] a, boolean @libcore.util.NonNull [] b) … in mismatch() method in Arrays 437 public static int mismatch(boolean @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, boolea… in mismatch() method in Arrays 439 public static int mismatch(byte @libcore.util.NonNull [] a, byte @libcore.util.NonNull [] b) { thro… in mismatch() method in Arrays 441 public static int mismatch(char @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, char @lib… in mismatch() method in Arrays 443 public static int mismatch(char @libcore.util.NonNull [] a, char @libcore.util.NonNull [] b) { thro… in mismatch() method in Arrays 445 public static int mismatch(char @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, char @lib… in mismatch() method in Arrays 447 public static int mismatch(short @libcore.util.NonNull [] a, short @libcore.util.NonNull [] b) { th… in mismatch() method in Arrays 449 public static int mismatch(short @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, short @l… in mismatch() method in Arrays 451 public static int mismatch(int @libcore.util.NonNull [] a, int @libcore.util.NonNull [] b) { throw … in mismatch() method in Arrays 453 public static int mismatch(int @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, int @libco… in mismatch() method in Arrays [all …]
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Arrays.java | 7501 public static int mismatch(boolean[] a, boolean[] b) { in mismatch() method in Arrays 7571 public static int mismatch(boolean[] a, int aFromIndex, int aToIndex, in mismatch() method in Arrays 7628 public static int mismatch(byte[] a, byte[] b) { in mismatch() method in Arrays 7698 public static int mismatch(byte[] a, int aFromIndex, int aToIndex, in mismatch() method in Arrays 7755 public static int mismatch(char[] a, char[] b) { in mismatch() method in Arrays 7825 public static int mismatch(char[] a, int aFromIndex, int aToIndex, in mismatch() method in Arrays 7882 public static int mismatch(short[] a, short[] b) { in mismatch() method in Arrays 7952 public static int mismatch(short[] a, int aFromIndex, int aToIndex, in mismatch() method in Arrays 8009 public static int mismatch(int[] a, int[] b) { in mismatch() method in Arrays 8079 public static int mismatch(int[] a, int aFromIndex, int aToIndex, in mismatch() method in Arrays [all …]
|
| /libcore/ojluni/src/test/java/util/Arrays/ |
| D | ArraysEqCmpTest.java | 258 int mismatch(Object a, Object b) { in mismatch() method in ArraysEqCmpTest.ArrayType 270 int mismatch(Object a, int aFromIndex, int aToIndex, in mismatch() method in ArraysEqCmpTest.ArrayType 400 int mismatch(Object a, Object b) { in mismatch() method in ArraysEqCmpTest.ArrayType.BoxedIntegersWithReverseComparator 413 int mismatch(Object a, int aFromIndex, int aToIndex, in mismatch() method in ArraysEqCmpTest.ArrayType.BoxedIntegersWithReverseComparator
|
| /libcore/ojluni/annotations/sdk/nullability/java/nio/ |
| D | ByteBuffer.annotated.java | 101 public int mismatch(@libcore.util.NonNull java.nio.ByteBuffer that); in mismatch() method in ByteBuffer
|
| /libcore/ojluni/src/test/java/nio/Buffer/ |
| D | EqualsCompareTest.java | 192 int mismatch(T a, T b) { in mismatch() method in EqualsCompareTest.BufferType
|