OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSeed
(Results
1 - 2
of
2
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
206
long
mSeed
= 0;
530
mSeed
= 0;
556
if (
mSeed
== 0) {
557
mSeed
= System.currentTimeMillis() + System.identityHashCode(this);
561
System.out.println(":Monkey: seed=" +
mSeed
+ " count=" + mCount);
594
mRandom = new Random(
mSeed
);
627
System.out.println("// Seeded: " +
mSeed
);
735
+ " of " + mCount + " using seed " +
mSeed
);
761
mSeed
= nextOptionLong("Seed");
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
[
all
...]
Completed in 163 milliseconds