Home
last modified time | relevance | path

Searched refs:eqs (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationTest.java54 Map<String, List<Method>> eqs = new HashMap<String, List<Method>>(); in test_equals() local
59 Map<String, List<Method>> curT = name.charAt(0) == 'e'? eqs : neqs; in test_equals()
69 for (List<Method> eqList : eqs.values()) { in test_equals()