Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DUnsignedIntsTest.java33 private static final long[] UNSIGNED_INTS = { field in UnsignedIntsTest
50 for (long a : UNSIGNED_INTS) { in testToLong()
56 for (long a : UNSIGNED_INTS) { in testCompare()
57 for (long b : UNSIGNED_INTS) { in testCompare()
117 for (long a : UNSIGNED_INTS) { in testDivide()
118 for (long b : UNSIGNED_INTS) { in testDivide()
130 for (long a : UNSIGNED_INTS) { in testRemainder()
131 for (long b : UNSIGNED_INTS) { in testRemainder()
144 for (long a : UNSIGNED_INTS) { in testParseInt()
158 for (long a : UNSIGNED_INTS) { in testParseIntWithRadix()
[all …]
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedIntsTest.java36 private static final long[] UNSIGNED_INTS = { field in UnsignedIntsTest
53 for (long a : UNSIGNED_INTS) { in testToLong()
59 for (long a : UNSIGNED_INTS) { in testCompare()
60 for (long b : UNSIGNED_INTS) { in testCompare()
120 for (long a : UNSIGNED_INTS) { in testDivide()
121 for (long b : UNSIGNED_INTS) { in testDivide()
133 for (long a : UNSIGNED_INTS) { in testRemainder()
134 for (long b : UNSIGNED_INTS) { in testRemainder()
161 for (long a : UNSIGNED_INTS) { in testParseInt()
175 for (long a : UNSIGNED_INTS) { in testParseIntWithRadix()
[all …]