Home
last modified time | relevance | path

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

/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/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/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.java1043 Object valueOne = new Object(); in testNewEntry() local
1046 ValueReference<Object, Object> valueRefOne = map.newValueReference(entryOne, valueOne, 1); in testNewEntry()
1047 assertSame(valueOne, valueRefOne.get()); in testNewEntry()
1075 Object valueOne = new Object(); in testCopyEntry() local
1078 entryOne.setValueReference(map.newValueReference(entryOne, valueOne, 1)); in testCopyEntry()
1097 assertSame(valueOne, copyOne.getValueReference().get()); in testCopyEntry()
1651 Object valueOne = new Object(); in testReclaimKey() local
1653 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey()
1681 assertSame(valueOne, listener.getLastEvictedValue()); in testReclaimKey()
1695 Object valueOne = new Object(); in testRemoveEntryFromChain() local
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1056 Object valueOne = new Object(); in testNewEntry() local
1059 ValueReference<Object, Object> valueRefOne = map.newValueReference(entryOne, valueOne, 1); in testNewEntry()
1060 assertSame(valueOne, valueRefOne.get()); in testNewEntry()
1088 Object valueOne = new Object(); in testCopyEntry() local
1091 entryOne.setValueReference(map.newValueReference(entryOne, valueOne, 1)); in testCopyEntry()
1110 assertSame(valueOne, copyOne.getValueReference().get()); in testCopyEntry()
1664 Object valueOne = new Object(); in testReclaimKey() local
1666 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null); in testReclaimKey()
1694 assertSame(valueOne, listener.getLastEvictedValue()); in testReclaimKey()
1708 Object valueOne = new Object(); in testRemoveEntryFromChain() local
[all …]