Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java123 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1); in testEviction_keyOverlap_2x() local
154 awaitClear(weakKey1Ref); in testEviction_keyOverlap_2x()
171 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1); in testNoEviction_keyOverlap_2x() local
181 assertNotNull(weakKey1Ref.get()); in testNoEviction_keyOverlap_2x()
200 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1); in testEviction_keyAndSourceOverlap_null() local
225 awaitClear(weakKey1Ref); in testEviction_keyAndSourceOverlap_null()
242 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1); in testEviction_keyAndSourceOverlap_nonNull() local
271 awaitClear(weakKey1Ref); in testEviction_keyAndSourceOverlap_nonNull()
294 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1); in testEviction_keyOverlap_3x() local
333 awaitClear(weakKey1Ref); in testEviction_keyOverlap_3x()