Searched refs:Shorts (Results 1 – 2 of 2) sorted by relevance
267 static class Shorts extends BufferType<ShortBuffer, Short> { class in EqualsCompareTest.BufferType268 Shorts(BufferKind k) { in Shorts() method in EqualsCompareTest.BufferType.Shorts454 {new BufferType.Shorts(BufferKind.HEAP)}, in bufferTypesProvider()455 {new BufferType.Shorts(BufferKind.HEAP_VIEW)}, in bufferTypesProvider()456 {new BufferType.Shorts(BufferKind.DIRECT)}, in bufferTypesProvider()
494 static class Shorts extends ArrayType<short[]> { class in ArraysEqCmpTest.ArrayType495 public Shorts(boolean unsigned) { in Shorts() method in ArraysEqCmpTest.ArrayType.Shorts604 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()