Searched refs:testMap (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/test/java/util/Map/ |
D | Get.java | 51 testMap(new Hashtable<>()); in testGet() 52 testMap(new HashMap<>()); in testGet() 53 testMap(new IdentityHashMap<>()); in testGet() 54 testMap(new LinkedHashMap<>()); in testGet() 55 testMap(new ConcurrentHashMap<>()); in testGet() 56 testMap(new WeakHashMap<>()); in testGet() 57 testMap(new TreeMap<>()); in testGet() 58 testMap(new ConcurrentSkipListMap<>()); in testGet() 77 private static void testMap(Map<Character,Boolean> m) { in testMap() method in Get
|
D | ToArray.java | 61 testMap(map); in testToArray() 77 private static void testMap(Map<Integer, Long> map) { in testMap() method in ToArray
|
/libcore/ojluni/src/test/java/util/Collection/ |
D | IteratorAtEnd.java | 140 testMap(new HashMap()); in testHashMap() 145 testMap(new Hashtable()); in testHashtable() 150 testMap(new LinkedHashMap()); in testLinkedHashMap() 155 testMap(new WeakHashMap()); in testWeakHashMap() 160 testMap(new IdentityHashMap()); in testIdentityHashMap() 165 testMap(new ConcurrentHashMap()); in testConcurrentHashMap() 170 testMap(new ConcurrentSkipListMap()); in testConcurrentSkipListMap() 175 testMap(new TreeMap()); in testTreeMap() 189 static void testMap(Map m) { in testMap() method in IteratorAtEnd
|
D | MOAT.java | 120 testMap(new HashMap<Integer,Integer>()); in realMain() 121 testMap(new LinkedHashMap<Integer,Integer>()); in realMain() 128 testMap(new IdentityHashMap<Integer,Integer>()); in realMain() 129 testMap(new TreeMap<Integer,Integer>()); in realMain() 130 testMap(new Hashtable<Integer,Integer>()); in realMain() 131 testMap(new ConcurrentHashMap<Integer,Integer>(10, 0.5f)); in realMain() 132 testMap(new ConcurrentSkipListMap<Integer,Integer>()); in realMain() 133 … testMap(Collections.checkedMap(new HashMap<Integer,Integer>(), Integer.class, Integer.class)); in realMain() 134 …testMap(Collections.checkedSortedMap(new TreeMap<Integer,Integer>(), Integer.class, Integer.class)… in realMain() 135 …testMap(Collections.checkedNavigableMap(new TreeMap<Integer,Integer>(), Integer.class, Integer.cla… in realMain() [all …]
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | CheckedNull.java | 65 testMap(Collections.checkedMap( in test() 136 void testMap(final Map m) { in testMap() method in CheckedNull
|
/libcore/ojluni/src/test/java/util/HashMap/ |
D | TreeBinAssert.java | 119 public void testMap(int size, int[] hashes) { in testMap() method in TreeBinAssert
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | LongPrimitiveOpsTests.java | 54 public void testMap() { in testMap() method in LongPrimitiveOpsTests
|
D | MapOpTest.java | 54 public void testMap() { in testMap() method in MapOpTest
|
D | IntPrimitiveOpsTests.java | 54 public void testMap() { in testMap() method in IntPrimitiveOpsTests
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OptionalTest.java | 108 public void testMap() { in testMap() method in OptionalTest
|