| /libcore/ojluni/src/main/java/java/lang/ |
| D | ThreadLocal.java | 163 ThreadLocalMap map = getMap(t); in get() 184 ThreadLocalMap map = getMap(t); in isPresent() 197 ThreadLocalMap map = getMap(t); in setInitialValue() 220 ThreadLocalMap map = getMap(t); in set() 240 ThreadLocalMap m = getMap(Thread.currentThread()); in remove() 253 ThreadLocalMap getMap(Thread t) { in getMap() method in ThreadLocal
|
| D | InheritableThreadLocal.java | 75 ThreadLocalMap getMap(Thread t) { in getMap() method in InheritableThreadLocal
|
| D | ClassValue.java | 173 ClassValueMap map = getMap(type); in remove() 179 ClassValueMap map = getMap(type); in put() 223 ClassValueMap map = getMap(type); in getFromHashMap() 366 private static ClassValueMap getMap(Class<?> type) { in getMap() method in ClassValue
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | AbstractMapTest.java | 266 public Map getMap() { in test_clone() method in AbstractMapTest.MyMap 285 assertTrue("clone not shallow", map.getMap() == mapClone.getMap()); in test_clone()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
| D | AttributesTest.java | 278 assertEquals(mockAttr.getMap().hashCode(), mockAttr.hashCode()); in test_hashCode() 282 public Map<Object, Object> getMap() { in getMap() method in AttributesTest.MockAttributes
|
| /libcore/ojluni/annotations/hiddenapi/java/lang/ |
| D | ThreadLocal.java | 67 java.lang.ThreadLocal.ThreadLocalMap getMap(java.lang.Thread t) { in getMap() method in ThreadLocal
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | ConcurrentHashMap8Test.java | 217 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove() 218 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | ConcurrentHashMap8Test.java | 271 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove() 272 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
| D | ConcurrentHashMap.annotated.java | 233 …rent.ConcurrentHashMap<@libcore.util.NonNull K, @libcore.util.NonNull V> getMap() { throw new Runt… in getMap() method in ConcurrentHashMap.KeySetView
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ConcurrentHashMap.java | 4439 public ConcurrentHashMap<K,V> getMap() { return map; } in getMap() method in ConcurrentHashMap.CollectionView
|
| /libcore/api/ |
| D | current.txt | 15751 method @NonNull public java.util.concurrent.ConcurrentHashMap<K,V> getMap();
|