Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/examples/
DDiceExampleTest.java37 Dice dice = new Dice(3, 6); in testRepresenter() local
46 Dice dice = new Dice(3, 6); in testDiceRepresenter() local
61 Dice dice = (Dice) data; in representData() local
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharSinkTester.java166 Random dice = new Random(); in sinkTestWriteLargeArray() 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()