Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java221 Object valueOne = new Object(); in testNewEntry() local
225 segment.newWeakValueReferenceForTesting(entryOne, valueOne); in testNewEntry()
226 assertSame(valueOne, valueRefOne.get()); in testNewEntry()
258 Object valueOne = new Object(); in testCopyEntry() local
261 segment.setValueForTesting(entryOne, valueOne); in testCopyEntry()
273 assertSame(valueOne, copyOne.getValue()); in testCopyEntry()
650 Object valueOne = new Object(); in testRemoveFromChain() local
653 segment.setValueForTesting(entryOne, valueOne); in testRemoveFromChain()
846 Object valueOne = new Object(); in testDrainKeyReferenceQueueOnWrite() local
850 map.put(keyOne, valueOne); in testDrainKeyReferenceQueueOnWrite()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java221 Object valueOne = new Object(); in testNewEntry() local
225 segment.newWeakValueReferenceForTesting(entryOne, valueOne); in testNewEntry()
226 assertSame(valueOne, valueRefOne.get()); in testNewEntry()
258 Object valueOne = new Object(); in testCopyEntry() local
261 segment.setValueForTesting(entryOne, valueOne); in testCopyEntry()
273 assertSame(valueOne, copyOne.getValue()); in testCopyEntry()
650 Object valueOne = new Object(); in testRemoveFromChain() local
653 segment.setValueForTesting(entryOne, valueOne); in testRemoveFromChain()
846 Object valueOne = new Object(); in testDrainKeyReferenceQueueOnWrite() local
850 map.put(keyOne, valueOne); in testDrainKeyReferenceQueueOnWrite()
[all …]
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java129 Object threeArgumentMethod(int valueOne, Object valueTwo, String valueThree); in threeArgumentMethod() argument
131 String threeArgumentMethodWithStrings(int valueOne, String valueTwo, String valueThree); in threeArgumentMethodWithStrings() argument
133 String fourArgumentMethod(int valueOne, String valueTwo, String valueThree, boolean[] array); in fourArgumentMethod() argument
DMethodsImpl.java244 public Object threeArgumentMethod(int valueOne, Object valueTwo, String valueThree) { in threeArgumentMethod() argument
248 public String threeArgumentMethodWithStrings(int valueOne, String valueTwo, String valueThree) { in threeArgumentMethodWithStrings() argument
252 …public String fourArgumentMethod(int valueOne, String valueTwo, String valueThree, boolean[] array… in fourArgumentMethod() argument
/external/guava/android/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1040 Object valueOne = new Object(); in testNewEntry() local
1043 ValueReference<Object, Object> valueRefOne = map.newValueReference(entryOne, valueOne, 1); in testNewEntry()
1044 assertSame(valueOne, valueRefOne.get()); in testNewEntry()
1072 Object valueOne = new Object(); in testCopyEntry() local
1075 entryOne.setValueReference(map.newValueReference(entryOne, valueOne, 1)); in testCopyEntry()
1094 assertSame(valueOne, copyOne.getValueReference().get()); in testCopyEntry()
1648 Object valueOne = new Object(); in testReclaimKey() local
1650 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey()
1678 assertSame(valueOne, listener.getLastEvictedValue()); in testReclaimKey()
1692 Object valueOne = new Object(); in testRemoveEntryFromChain() local
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1053 Object valueOne = new Object(); in testNewEntry() local
1056 ValueReference<Object, Object> valueRefOne = map.newValueReference(entryOne, valueOne, 1); in testNewEntry()
1057 assertSame(valueOne, valueRefOne.get()); in testNewEntry()
1085 Object valueOne = new Object(); in testCopyEntry() local
1088 entryOne.setValueReference(map.newValueReference(entryOne, valueOne, 1)); in testCopyEntry()
1107 assertSame(valueOne, copyOne.getValueReference().get()); in testCopyEntry()
1661 Object valueOne = new Object(); in testReclaimKey() local
1663 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey()
1691 assertSame(valueOne, listener.getLastEvictedValue()); in testReclaimKey()
1705 Object valueOne = new Object(); in testRemoveEntryFromChain() local
[all …]