Home
last modified time | relevance | path

Searched refs:Shorts (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java267 static class Shorts extends BufferType<ShortBuffer, Short> { class in EqualsCompareTest.BufferType
268 Shorts(BufferKind k) { in Shorts() method in EqualsCompareTest.BufferType.Shorts
454 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()
455 {new BufferType.Shorts(BufferKind.HEAP_VIEW)}, in bufferTypesProvider()
456 {new BufferType.Shorts(BufferKind.DIRECT)}, in bufferTypesProvider()
/libcore/ojluni/src/test/java/util/Arrays/
DArraysEqCmpTest.java494 static class Shorts extends ArrayType<short[]> { class in ArraysEqCmpTest.ArrayType
495 public Shorts(boolean unsigned) { in Shorts() method in ArraysEqCmpTest.ArrayType.Shorts
604 new Object[]{new ArrayType.Shorts(false)}, in arrayTypesProvider()
605 new Object[]{new ArrayType.Shorts(true)}, in arrayTypesProvider()
657 new Object[]{new ArrayType.Shorts(false), new ArrayType.Shorts(true)}, in signedUnsignedArrayTypes()