Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMissingClassesTest.java48 loadableClass.getDeclaredMethods(); in testGetDeclaredMethodsFails()
DMethodOverridesTest.java61 Set<String> signatures = signatures(Sub.class.getDeclaredMethods()); in testGetDeclaredMethodsDoesNotIncludeInheritedMethods()
88 Set<String> signatures = signatures(Sub.class.getDeclaredMethods()); in testGetDeclaredMethodsIncludesSyntheticMethods()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DMethodTest.java249 mths = TestMethod.class.getDeclaredMethods(); in test_getDeclaringClass()
369 Method[] declaredMethods = BrigeTest.class.getDeclaredMethods(); in test_isBridge()
386 Method[] declaredMethods = BrigeTest.class.getDeclaredMethods(); in test_isSynthetic()
549 methods = cl.getDeclaredMethods(); in test_getParameterTypes()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DClassTest.java301 Method[] m = TestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
303 m = SubTestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java68 Method[] declaredMethods = annotationType.getDeclaredMethods(); in getElementsDescription()
/libcore/libart/src/main/java/java/lang/reflect/
DProxy.java299 Collections.addAll(methods, i.getDeclaredMethods()); in getMethodsRecursive()
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationTest.java53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); in test_equals()
/libcore/libart/src/main/java/java/lang/
DClass.java668 public Method[] getDeclaredMethods() { in getDeclaredMethods() method in Class
/libcore/luni/src/main/java/java/io/
DObjectStreamClass.java566 Method[] methods = cl.getDeclaredMethods(); in computeSerialVersionUID()