Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java563 BiFunction<BufferType<Buffer, Float>, Integer, Buffer> allAs = (at, s) -> { in testFloatBuffers() local
592 Assert.assertTrue(bufferType.pairWiseEquals(allAs.apply(bufferType, size), in testFloatBuffers()
594 Assert.assertTrue(bufferType.equals(allAs.apply(bufferType, size), in testFloatBuffers()
597 testBufferType(bufferType, allAs, allBs); in testFloatBuffers()
598 testBufferType(bufferType, allAs, halfBs); in testFloatBuffers()