Home
last modified time | relevance | path

Searched defs:m2 (Results 1 – 25 of 26) sorted by relevance

12

/libcore/jsr166-tests/src/test/java/jsr166/
DSystemTest.java44 long m2 = System.currentTimeMillis(); in testNanoTime1() local
62 long m2 = System.currentTimeMillis(); in testNanoTime2() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSystemTest.java68 long m2 = System.currentTimeMillis(); in testNanoTime1() local
86 long m2 = System.currentTimeMillis(); in testNanoTime2() local
/libcore/ojluni/src/test/java/util/Collection/
DBiggernYours.java81 static void compareMaps(Map m1, Map m2) { in compareMaps()
90 static void compareNavigableMaps(NavigableMap m1, NavigableMap m2) { in compareNavigableMaps()
DMOAT.java1434 static void equalMaps(Map m1, Map m2) { in equalMaps()
/libcore/ojluni/src/test/java/util/LinkedHashMap/
DBasic.java76 Map<Integer,Integer> m2 = new LinkedHashMap(); m2.putAll(m); in testBasic() local
99 Map<Integer,Integer> m2 = new LinkedHashMap(); m2.putAll(m); in testBasic() local
/libcore/ojluni/src/test/java/util/Map/
DLockStep.java56 void mapsEqual(Map m1, Map m2) { in mapsEqual()
/libcore/luni/src/main/java/javax/xml/datatype/
DDatatypeConfigurationException.java162 Method m2 = this.getClass().getMethod("initCause", new Class[] {Throwable.class}); in readObject() local
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldManifestTest.java165 Manifest m2 = new Manifest(); in doRoundTrip() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DMethodTest.java199 Method m1 = null, m2 = null; in test_equalsLjava_lang_Object() local
225 Method m2 = TestMethod.class.getMethod("invokeInstanceTest", (Class[]) null); in test_getMethod() local
235 Method m2 = TestMethod.class.getDeclaredMethod("invokeInstanceTest", (Class[]) null); in test_getDeclaredMethod() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodTest.java211 Method m2 = MethodTestHelper.class.getMethod("m1"); in testEqualMethodEqualsAndHashCode() local
224 Method m2 = MethodTestHelper.class.getMethod("m2", Object.class); in testDifferentMethodEqualsAndHashCode() local
330 public void m2(Object o) { } in m2() method in MethodTest.MethodTestHelper
DClassLoaderReflectionTest.java139 Method m2 = eClass.getMethod("call"); in testMethodsOfDifferentClassLoadersAreNotEqual() local
/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java115 long m2 = (long) x * (long) y; in testIntegerExact() local
/libcore/ojluni/src/test/java/lang/StrictMath/
DExactArithTests.java107 long m2 = (long) x * (long) y; in testIntegerExact() local
/libcore/ojluni/src/test/java/lang/StackWalker/
DBasic.java195 List m2() { in m2() method in Basic.StackBuilder
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DPattern2Test.java38 Matcher m2 = p.matcher("fox"); in testSimpleMatch() local
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationTest.java46 Method m2 = AnnotatedClass2.class in test_equals() local
123 Method m2 = AnnotatedClass3.class.getDeclaredMethod("a", new Class[] {}); in test_hashCode() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashMapTest.java306 Map<String, String> m2 = new HashMap<String, String>(); in test_removeFromViews() local
523 Map<Integer,Integer> m2 = new HashMap<Integer, Integer>(); in test_putAllLjava_util_Map_Resize() local
DLinkedHashMapTest.java246 LinkedHashMap<String, String> m2 = new LinkedHashMap<String, String>(m1); in entrySetRemoveHelper() local
DTreeMapTest.java1858 Map m2 = new TreeMap(); in test_equals() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKPeriod.java526 …public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int … in factory_between_LocalDate()
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java270 Matcher m2 = linkp.matcher(filename); in parseLine() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4054 int m2 = getDigit(text, pos++); in parse() local
4081 int m2 = getDigit(text, pos + 2); in parse() local
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java5662 long m2 = product >>> 32; in multiplyAndRound() local
DBigInteger.java2915 BigInteger m2 = ONE.shiftLeft(p); // 2**p in modPow() local
/libcore/ojluni/src/test/java/util/EnumMap/
DEnumMapBash.java90 Map<T, T> m2 = new EnumMap<T, T>(enumClass); m2.putAll(m); in bash() local
125 Map<T, T> m2 = m.clone(); in bash() local

12