Searched refs:bufferWithRandomSegmentLayout (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | BufferFactory.kt | 19 import okio.TestUtil.bufferWithRandomSegmentLayout 60 return bufferWithRandomSegmentLayout(dice, largeByteArray) in newBuffer()
|
H A D | BufferTest.kt | 29 import okio.TestUtil.bufferWithRandomSegmentLayout 466 val a = bufferWithRandomSegmentLayout(dice, data) in equalsAndHashCodeSpanningSegments() 467 val b = bufferWithRandomSegmentLayout(dice, data) in equalsAndHashCodeSpanningSegments() 471 val c = bufferWithRandomSegmentLayout(dice, data) in equalsAndHashCodeSpanningSegments()
|
H A D | AsyncTimeoutTest.kt | 24 import okio.TestUtil.bufferWithRandomSegmentLayout 354 val source = bufferWithRandomSegmentLayout(dice, data) in sinkSplitsLargeWrites()
|
H A D | TestUtil.kt | 197 fun bufferWithRandomSegmentLayout(dice: Random, data: ByteArray): Buffer { in bufferWithRandomSegmentLayout() method
|
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/ |
H A D | BufferTest.java | 442 Buffer a = bufferWithRandomSegmentLayout(dice, data); in equalsAndHashCodeSpanningSegments() 443 Buffer b = bufferWithRandomSegmentLayout(dice, data); in equalsAndHashCodeSpanningSegments() 448 Buffer c = bufferWithRandomSegmentLayout(dice, data); in equalsAndHashCodeSpanningSegments() 592 private Buffer bufferWithRandomSegmentLayout(Random dice, byte[] data) throws IOException { in bufferWithRandomSegmentLayout() method in BufferTest
|
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A D | CommonBufferTest.kt | 316 val a = bufferWithRandomSegmentLayout(dice, data) in equalsAndHashCodeSpanningSegments() 317 val b = bufferWithRandomSegmentLayout(dice, data) in equalsAndHashCodeSpanningSegments() 322 val c = bufferWithRandomSegmentLayout(dice, data) in equalsAndHashCodeSpanningSegments()
|
H A D | OkioTesting.kt | 32 fun bufferWithRandomSegmentLayout(dice: Random, data: ByteArray): Buffer { in bufferWithRandomSegmentLayout() method
|
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | okhttp-tests-nojarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/squareup/
com/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | okhttp-tests-nojarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/squareup/
com/ ... |