Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMissingClassesTest.java48 loadableClass.getDeclaredMethods(); in testGetDeclaredMethodsFails()
/libcore/luni/src/test/java/libcore/java/security/
DMessageDigestTest.java82 for (Method spiMethod : MessageDigestSpi.class.getDeclaredMethods()) { in testMessageDigestDelegateOverridesAllMethods()
/libcore/luni/src/test/java/libcore/libcore/io/
DBlockGuardOsTest.java319 for (Method method : BlockGuardOs.class.getDeclaredMethods()) { in test_checkNewMethodsInPosix()
327 for (Method method : Os.class.getDeclaredMethods()) { in test_checkNewMethodsInPosix()
/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.java308 Method[] m = TestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
310 m = SubTestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
/libcore/luni/src/test/java/libcore/java/lang/
DLambdaImplementationTest.java280 for (Method interfaceMethod : clazz.getDeclaredMethods()) { in addNonStaticPublicMethods()
387 for (Method method : samInterfaceClass.getDeclaredMethods()) { in assertLambdaMethodCharacteristics()
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java68 Method[] declaredMethods = annotationType.getDeclaredMethods(); in getElementsDescription()
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java138 public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException { throw n… in getDeclaredMethods() method in Class
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java134 public java.lang.reflect.@libcore.util.NonNull Method @libcore.util.NonNull [] getDeclaredMethods()… in getDeclaredMethods() method in Class
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java797 Collections.addAll(methods, i.getDeclaredMethods()); in getMethodsRecursive()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java247 public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException { in getDeclaredMethods() method in Class
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java511 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java602 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1750 Method[] methods = cl.getDeclaredMethods(); in computeDefaultSUID()