Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DThreadLocal.java161 ThreadLocalMap map = getMap(t); in get()
182 ThreadLocalMap map = getMap(t); in setInitialValue()
201 ThreadLocalMap map = getMap(t); in set()
220 ThreadLocalMap m = getMap(Thread.currentThread()); in remove()
232 ThreadLocalMap getMap(Thread t) { in getMap() method in ThreadLocal
DInheritableThreadLocal.java70 ThreadLocalMap getMap(Thread t) { in getMap() method in InheritableThreadLocal
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DAbstractMapTest.java266 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/
DAttributesTest.java278 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/
DThreadLocal.java67 java.lang.ThreadLocal.ThreadLocalMap getMap(java.lang.Thread t) { in getMap() method in ThreadLocal
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMap8Test.java241 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove()
242 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMap8Test.java217 assertTrue(((ConcurrentHashMap.KeySetView)set2).getMap() == map); in testKeySetAddRemove()
218 assertTrue(((ConcurrentHashMap.KeySetView)set1).getMap() == map); in testKeySetAddRemove()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java233 …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/
DConcurrentHashMap.java4446 public ConcurrentHashMap<K,V> getMap() { return map; } in getMap() method in ConcurrentHashMap.CollectionView
/libcore/api/
Dcurrent.txt14343 method @NonNull public java.util.concurrent.ConcurrentHashMap<K,V> getMap();