Home
last modified time | relevance | path

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

/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/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/StrictMath/
DExactArithTests.java135 long m2 = (long) x * (long) y; in testIntegerExact() local
/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java111 long m2 = (long) x * (long) y; in testIntegerExact() local
/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.java3575 int m2 = getDigit(text, pos++); in parse() local
3602 int m2 = getDigit(text, pos + 2); in parse() local
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2730 BigInteger m2 = ONE.shiftLeft(p); // 2**p in modPow() local