Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/test/java/util/Map/
DCollisions.java40 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
DInPlaceOpsCollisions.java39 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/
DNodeBuilderTest.java55 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/
DTimeUnit.java406 long ms = toMillis(timeout); in timedWait() local
426 long ms = toMillis(timeout); in timedJoin() local
444 long ms = toMillis(timeout); in sleep() local
DForkJoinTask.java1050 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/
DMulticastSocketTest.java759 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/
DAbstractCalendar.java117 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/
DCertificateFactory1Test.java618 MyCertificate ms = createMC(); in testCertificateFactory16() local
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DOpTestCase.java112 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/
DOpTestCase.java111 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/
DDate.java1245 int ms = date.getMillis(); in normalize() local
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java397 int ms = s.getSoTimeout(); in test_getSoTimeout_setSoTimeout() local