/libcore/ojluni/src/test/java/util/Map/ |
D | Collisions.java | 40 public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testIntegerIteration() argument 71 public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) { in testStringIteration() argument 107 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() argument 122 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() argument 137 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() argument 152 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove() argument
|
D | InPlaceOpsCollisions.java | 39 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() argument 70 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() argument 104 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() argument 136 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() argument 221 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() argument 228 public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNull() argument 276 …public void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val)… in testComputeIfPresentNonNull() argument 283 … public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNull() argument 290 public void testComputeNonNull(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testComputeNonNull() argument 329 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() local 100 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() local 426 long ms = toMillis(timeout); in timedJoin() local 444 long ms = toMillis(timeout); in sleep() local
|
D | ForkJoinTask.java | 1050 long ns, ms; // measure in nanosecs, but wait in millisecs in get() 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() local 792 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() local 181 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
|