Home
last modified time | relevance | path

Searched defs:mismatch (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DBufferMismatch.java34 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
DIntBuffer.java923 public int mismatch(IntBuffer that) { in mismatch() method in IntBuffer
DShortBuffer.java918 public int mismatch(ShortBuffer that) { in mismatch() method in ShortBuffer
DLongBuffer.java917 public int mismatch(LongBuffer that) { in mismatch() method in LongBuffer
DFloatBuffer.java926 public int mismatch(FloatBuffer that) { in mismatch() method in FloatBuffer
DDoubleBuffer.java923 public int mismatch(DoubleBuffer that) { in mismatch() method in DoubleBuffer
DCharBuffer.java1131 public int mismatch(CharBuffer that) { in mismatch() method in CharBuffer
DByteBuffer.java1099 public int mismatch(ByteBuffer that) { in mismatch() method in ByteBuffer
/libcore/ojluni/src/main/java/jdk/internal/util/
DArraysSupport.java167 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/
DToArray.java101 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/
DHexFormatTest.java378 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/
DArrays.annotated.java435 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/
DArrays.java7501 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/
DArraysEqCmpTest.java258 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/
DByteBuffer.annotated.java101 public int mismatch(@libcore.util.NonNull java.nio.ByteBuffer that); in mismatch() method in ByteBuffer
/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java192 int mismatch(T a, T b) { in mismatch() method in EqualsCompareTest.BufferType