Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java571 BiFunction<BufferType<Buffer, Float>, Integer, Buffer> allBs = (at, s) -> { in testFloatBuffers() local
593 allBs.apply(bufferType, size))); in testFloatBuffers()
595 allBs.apply(bufferType, size))); in testFloatBuffers()
597 testBufferType(bufferType, allAs, allBs); in testFloatBuffers()