Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collections/
DUnmodifiableMapEntrySet.java103 public void testForEach(String d, Supplier<Map<Integer, Integer>> ms) { in testForEach() argument
109 public void testIteratorForEachRemaining(String d, Supplier<Map<Integer, Integer>> ms) { in testIteratorForEachRemaining() argument
115 public void testIteratorNext(String d, Supplier<Map<Integer, Integer>> ms) { in testIteratorNext() argument
124 public void testSpliteratorForEachRemaining(String d, Supplier<Map<Integer, Integer>> ms) { in testSpliteratorForEachRemaining() argument
133 public void testSpliteratorTryAdvance(String d, Supplier<Map<Integer, Integer>> ms) { in testSpliteratorTryAdvance() argument
157 public void testStreamForEach(String d, Supplier<Map<Integer, Integer>> ms) { in testStreamForEach() argument
162 public void testParallelStreamForEach(String d, Supplier<Map<Integer, Integer>> ms) { in testParallelStreamForEach() argument
/libcore/ojluni/src/test/java/util/Map/
DCollisions.java49 public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testIntegerIteration() argument
80 public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) { in testStringIteration() argument
116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() argument
131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() argument
146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() argument
161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove() argument
DInPlaceOpsCollisions.java49 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() argument
80 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() argument
114 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() argument
146 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() argument
231 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() argument
238 public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNull() argument
286 …public void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val)… in testComputeIfPresentNonNull() argument
293 … public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNull() argument
300 public void testComputeNonNull(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testComputeNonNull() argument
339 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
/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/main/java/java/util/zip/
DZipEntry.java315 int ms = (int)(xdostime >> 32); in getTimeLocal() 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/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/main/java/java/util/
DDate.java1246 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