| /libcore/ojluni/src/test/java/util/Map/ | 
| D | Collisions.java | 46     public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) {  in testIntegerIteration()  argument77     public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) {  in testStringIteration()  argument
 113     public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testRemove()  argument
 128     public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testKeysIteratorRemove()  argument
 143 …  public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testValuesIteratorRemove()  argument
 158 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testEntriesIteratorRemove()  argument
 
 | 
| D | InPlaceOpsCollisions.java | 46     public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testPutIfAbsent()  argument77     public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testRemoveMapping()  argument
 111     public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testReplaceOldValue()  argument
 143     public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testReplaceIfMapped()  argument
 228 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testComputeIfAbsentNonNull()  argument
 235     public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testComputeIfAbsentNull()  argument
 283 …public void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val)…  in testComputeIfPresentNonNull()  argument
 290 …  public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testComputeIfPresentNull()  argument
 297     public void testComputeNonNull(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) {  in testComputeNonNull()  argument
 336     public void testComputeNull(String desc, Supplier<Map<Object, Object>> ms, Object val) {  in testComputeNull()  argument
 [all …]
 
 | 
| /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ | 
| D | NodeBuilderTest.java | 55         List<Function<Integer, Node.Builder<Integer>>> ms = Arrays.asList(  in createNodeBuilders()  local100         List<Function<Integer, Node.Builder<Integer>>> ms = Arrays.asList(  in createIntNodeBuilders()  local
 150         List<Function<Integer, Node.Builder<Long>>> ms = Arrays.asList(  in createLongNodeBuilders()  local
 200         List<Function<Integer, Node.Builder<Double>>> ms = Arrays.asList(  in createDoubleNodeBuilders()  local
 
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/ | 
| D | TimeUnit.java | 406             long ms = toMillis(timeout);  in timedWait()  local426             long ms = toMillis(timeout);  in timedJoin()  local
 444             long ms = toMillis(timeout);  in sleep()  local
 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ | 
| D | MulticastSocketTest.java | 759         MulticastSocket ms = new MulticastSocket((SocketAddress) null);  in constructorLjava_net_SocketAddress()  local792         MulticastSocket ms = new MulticastSocket(null);  in getLoopbackMode()  local
 803         MulticastSocket ms = new MulticastSocket();  in setLoopbackModeZ()  local
 904         MulticastSocket ms = new MulticastSocket(aPort);  in createReceivingSocket()  local
 
 | 
| /libcore/ojluni/src/main/java/sun/util/calendar/ | 
| D | AbstractCalendar.java | 117         int ms = 0;             // time of day  in getCalendarDate()  local181         long ms = (gd - EPOCH_OFFSET) * DAY_IN_MILLIS + getTimeOfDay(date);  in getTime()  local
 
 | 
| /libcore/luni/src/test/java/tests/security/cert/ | 
| D | CertificateFactory1Test.java | 618         MyCertificate ms = createMC();  in testCertificateFactory16()  local
 | 
| /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ | 
| D | OpTestCase.java | 112                                    Function<S_IN, S_OUT>... ms) {  in exerciseOpsMulti()135         Function<Stream<Integer>, Stream<Integer>>[] ms = new Function[4];  in exerciseOpsInt()  local
 
 | 
| /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ | 
| D | OpTestCase.java | 111                                    Function<S_IN, S_OUT>... ms) {  in exerciseOpsMulti()134         Function<Stream<Integer>, Stream<Integer>>[] ms = new Function[4];  in exerciseOpsInt()  local
 
 | 
| /libcore/ojluni/src/main/java/java/util/ | 
| D | Date.java | 1245         int ms = date.getMillis();  in normalize()  local
 | 
| /libcore/luni/src/test/java/libcore/java/net/ | 
| D | OldSocketTest.java | 397         int ms = s.getSoTimeout();  in test_getSoTimeout_setSoTimeout()  local
 |