Home
last modified time | relevance | path

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

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharSinkTester.java166 Random dice = new Random(); in sinkTestWriteLargeArray() local
/external/okhttp/okio/src/test/java/okio/
DOkBufferTest.java638 Random dice = new Random(0); in testEqualsAndHashCodeSpanningSegments() local
656 private OkBuffer bufferWithRandomSegmentLayout(Random dice, byte[] data) { in bufferWithRandomSegmentLayout()