OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_BIG_INTEGERS
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedLongTest.java
32
private static final ImmutableSet<BigInteger>
TEST_BIG_INTEGERS
;
55
TEST_BIG_INTEGERS
= testBigIntegersBuilder.build();
90
for (BigInteger big :
TEST_BIG_INTEGERS
) {
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedLongTest.java
36
private static final ImmutableSet<BigInteger>
TEST_BIG_INTEGERS
;
59
TEST_BIG_INTEGERS
= testBigIntegersBuilder.build();
94
for (BigInteger big :
TEST_BIG_INTEGERS
) {
Completed in 212 milliseconds