OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anotherlong
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RandomTest.java
220
long aLong,
anotherLong
, yetAnotherLong;
228
anotherLong
= anotherRandom.nextLong();
231
aLong ==
anotherLong
);
/libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java
220
long aLong,
anotherLong
, yetAnotherLong;
228
anotherLong
= anotherRandom.nextLong();
231
aLong ==
anotherLong
);
Completed in 764 milliseconds