Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedIntsTest.java32 private static final long[] UNSIGNED_INTS = { field in UnsignedIntsTest
46 for (long a : UNSIGNED_INTS) { in testToLong()
52 for (long a : UNSIGNED_INTS) { in testCompare()
53 for (long b : UNSIGNED_INTS) { in testCompare()
62 for (long a : UNSIGNED_INTS) { in testDivide()
63 for (long b : UNSIGNED_INTS) { in testDivide()
75 for (long a : UNSIGNED_INTS) { in testRemainder()
76 for (long b : UNSIGNED_INTS) { in testRemainder()
103 for (long a : UNSIGNED_INTS) { in testParseInt()
117 for (long a : UNSIGNED_INTS) { in testParseLongWithRadix()
[all …]