Home
last modified time | relevance | path

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

/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/tests/api/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/tests/api/java/util/
DHashMapTest.java243 Map<String, String> m2 = new HashMap<String, String>(); in test_removeFromViews() local
408 Map<Integer,Integer> m2 = new HashMap<Integer, Integer>(); in test_putAllLjava_util_Map_Resize() local
DLinkedHashMapTest.java240 LinkedHashMap<String, String> m2 = new LinkedHashMap<String, String>(m1); in entrySetRemoveHelper() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodTest.java220 public void m2(Object o) { } in m2() method in MethodTest.MethodTestHelper
/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/luni/src/main/java/java/util/
DUUID.java202 long m2 = Long.parseLong(uuid.substring(position[0] + 1, position[1]), 16); in fromString() local
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPattern2Test.java39 Matcher m2 = p.matcher("fox"); in testSimpleMatch() local