Home
last modified time | relevance | path

Searched defs:dice (Results 1 – 8 of 8) sorted by relevance

/external/okio/okio/src/jvmTest/kotlin/okio/
DBufferFactory.kt45 val dice = Random(0) in newBuffer() constant
56 val dice = Random(0) in newBuffer() constant
DAsyncTimeoutTest.kt352 val dice = Random(0) in sinkSplitsLargeWrites() constant
DBufferTest.kt463 val dice = Random(0) in equalsAndHashCodeSpanningSegments() constant
/external/snakeyaml/src/test/java/examples/
DDiceExampleTest.java34 Dice dice = new Dice(3, 6); in testRepresenter() local
43 Dice dice = new Dice(3, 6); in testDiceRepresenter() local
60 Dice dice = (Dice) data; in representData() local
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DSelectBenchmark.java80 Random dice = new Random(0); in setup() local
/external/okhttp/okio/okio/src/test/java/okio/
DBufferTest.java439 Random dice = new Random(0); in equalsAndHashCodeSpanningSegments() local
592 private Buffer bufferWithRandomSegmentLayout(Random dice, byte[] data) throws IOException { in bufferWithRandomSegmentLayout()
/external/okio/okio/src/commonTest/kotlin/okio/
DCommonBufferTest.kt313 val dice = Random(0) in equalsAndHashCodeSpanningSegments() constant
/external/open-dice/src/
Dtest_utils.cc707 namespace dice { namespace