HomeSort by relevance Sort by last modified time
    Searched defs:nextLong (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 47 checkConsistentHashCorrectness(r.nextLong());
66 countRemaps(r.nextLong(), map);
147 hashCodes.add(HashCodes.fromLong(random.nextLong()));
196 hashCodes.add(HashCodes.fromLong(random.nextLong()));
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 112 * id = reader.nextLong();
449 public long nextLong() throws IOException {
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
JsonReaderTest.java 207 assertEquals(1L, reader.nextLong());
345 assertEquals(0L, reader.nextLong());
348 assertEquals(1L, reader.nextLong());
351 assertEquals(-1L, reader.nextLong());
359 assertEquals(Long.MIN_VALUE, reader.nextLong());
365 assertEquals(Long.MAX_VALUE, reader.nextLong());
366 assertEquals(5, reader.nextLong());
367 assertEquals(100, reader.nextLong());
368 assertEquals(11, reader.nextLong());
369 assertEquals(5, reader.nextLong());
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 67 milliseconds