Home | History | Annotate | Download | only in internal

Lines Matching refs:key2

113     Key<Integer> key2 = Key.get(Integer.class);
120 set.add(key2, state2, source2);
121 assertInSet(set, key2, 2, source1, source2);
124 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2);
128 Key<Integer> key = key1 = key2 = Key.get(Integer.class);
161 Key<Integer> key2 = Key.get(Integer.class);
168 set.add(key2, state2, source2);
169 assertInSet(set, key2, 2, source1, source2);
172 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2);
174 Key<Integer> key = key1 = key2 = Key.get(Integer.class);
180 // as the map key but key2 could be GC'd if the implementation does something wrong.
189 Key<Integer> key2 = Key.get(Integer.class);
195 set.add(key2, state2, source);
197 assertInSet(set, key2, 1, source);
201 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2);
204 Key<Integer> key = key1 = key2 = Key.get(Integer.class);
232 Key<Integer> key2 = Key.get(Integer.class);
238 set.add(key2, state2, source);
240 assertInSet(set, key2, 1, source);
243 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2);
246 Key<Integer> key = key1 = key2 = Key.get(Integer.class);
279 Key<Integer> key2 = Key.get(Integer.class);
288 set.add(key2, state2, source2);
295 WeakReference<Key<Integer>> weakKey2Ref = new WeakReference<Key<Integer>>(key2);
301 Key<Integer> key = key1 = key2 = key3 = Key.get(Integer.class);