Home
last modified time | relevance | path

Searched refs:getMostSignificantBits (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DUUIDTest.java58 assertEquals(0, uuid.getMostSignificantBits()); in test_getMostSignificantBits()
60 assertEquals(Long.MIN_VALUE, uuid.getMostSignificantBits()); in test_getMostSignificantBits()
62 assertEquals(Long.MAX_VALUE, uuid.getMostSignificantBits()); in test_getMostSignificantBits()
289 assertEquals(0x14cdb9b4de013faaL, uuid.getMostSignificantBits()); in test_nameUUIDFromBytes()
296 assertEquals(0xd41d8cd98f003204L, uuid.getMostSignificantBits()); in test_nameUUIDFromBytes()
418 assertEquals(0x2345678900000000L, uuid.getMostSignificantBits()); in test_fromString_LString_Exception()
422 assertEquals(0x2345678900000000L, uuid.getMostSignificantBits()); in test_fromString_LString_Exception()
426 assertEquals(0xffffffff00000000L, uuid.getMostSignificantBits()); in test_fromString_LString_Exception()
/libcore/luni/src/test/java/libcore/java/util/
DUUIDTest.java67 assertEquals(0xffffffffffffffffL, uuid.getMostSignificantBits()); in testJava8Implementation_allowsLongInputs()
71 assertEquals(0x0L, uuid.getMostSignificantBits()); in testJava8Implementation_allowsLongInputs()
/libcore/ojluni/annotations/hiddenapi/java/util/
DUUID.java57 public long getMostSignificantBits() { in getMostSignificantBits() method in UUID
/libcore/ojluni/src/main/java/java/util/
DUUID.java370 public long getMostSignificantBits() { in getMostSignificantBits() method in UUID
/libcore/api/
Dcurrent.txt15240 method public long getMostSignificantBits();