Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java124 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2); in testEviction_keyOverlap_2x() local
151 awaitClear(weakKey2Ref); in testEviction_keyOverlap_2x()
172 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2); in testNoEviction_keyOverlap_2x() local
182 assertNotNull(weakKey2Ref.get()); in testNoEviction_keyOverlap_2x()
201 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2); in testEviction_keyAndSourceOverlap_null() local
222 awaitClear(weakKey2Ref); in testEviction_keyAndSourceOverlap_null()
243 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2); in testEviction_keyAndSourceOverlap_nonNull() local
268 awaitClear(weakKey2Ref); in testEviction_keyAndSourceOverlap_nonNull()
295 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2); in testEviction_keyOverlap_3x() local
318 awaitClear(weakKey2Ref); in testEviction_keyOverlap_3x()