Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java38 private static final int MAX_ADDEND = 100; field in AtomicLongMapTest
199 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet()
216 long value = random.nextInt(MAX_ADDEND); in testAddAndGet_zero()
234 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd()
251 long value = random.nextInt(MAX_ADDEND); in testGetAndAdd_zero()
269 long newValue = random.nextInt(MAX_ADDEND); in testPut()
286 long value = random.nextInt(MAX_ADDEND); in testPut_zero()
327 long newValue = random.nextInt(MAX_ADDEND); in testPutIfAbsent()
361 long value = random.nextInt(MAX_ADDEND); in testPutIfAbsent_zero()
379 long newValue = random.nextInt(MAX_ADDEND); in testReplace()
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java38 private static final int MAX_ADDEND = 100; field in AtomicLongMapTest
199 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet()
216 long value = random.nextInt(MAX_ADDEND); in testAddAndGet_zero()
234 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd()
251 long value = random.nextInt(MAX_ADDEND); in testGetAndAdd_zero()
269 long newValue = random.nextInt(MAX_ADDEND); in testPut()
286 long value = random.nextInt(MAX_ADDEND); in testPut_zero()
327 long newValue = random.nextInt(MAX_ADDEND); in testPutIfAbsent()
361 long value = random.nextInt(MAX_ADDEND); in testPutIfAbsent_zero()
379 long newValue = random.nextInt(MAX_ADDEND); in testReplace()
[all …]