Home
last modified time | relevance | path

Searched defs:nioByteBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSinkTest.kt349 val nioByteBuffer = ByteBuffer.allocate(1024) in writeNioBuffer() constant
363 val nioByteBuffer = ByteBuffer.allocate(SEGMENT_SIZE * 4) in writeLargeNioBufferWritesAllData() constant
H A DBufferedSourceTest.kt1449 val nioByteBuffer = ByteBuffer.allocate(1024) in readNioBuffer() constant
1466 val nioByteBuffer = ByteBuffer.allocate(SEGMENT_SIZE * 3) in readLargeNioBufferOnlyReadsOneSegment() constant