OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dice
(Results
1 - 4
of
4
) sorted by null
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java
166
Random
dice
= new Random();
local
169
expected[c] = (char) ('A' +
dice
.nextInt(26));
/libcore/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java
166
Random
dice
= new Random();
local
169
expected[c] = (char) ('A' +
dice
.nextInt(26));
/external/okhttp/okio/src/test/java/okio/
OkBufferTest.java
638
Random
dice
= new Random(0);
local
639
dice
.nextBytes(data);
641
OkBuffer a = bufferWithRandomSegmentLayout(
dice
, data);
642
OkBuffer b = bufferWithRandomSegmentLayout(
dice
, data);
647
OkBuffer c = bufferWithRandomSegmentLayout(
dice
, data);
654
* layout determined by {@code
dice
}.
656
private OkBuffer bufferWithRandomSegmentLayout(Random
dice
, byte[] data) {
662
byteCount = (Segment.SIZE / 2) +
dice
.nextInt(Segment.SIZE / 2);
664
int offset =
dice
.nextInt(Segment.SIZE - byteCount);
/external/chromium_org/third_party/d3/src/
d3.js
[
all
...]
Completed in 74 milliseconds