Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Properties/
DCheckOverrides.java43 Stream.of(Properties.class.getDeclaredMethods()) in main()
52 Stream.of(superclass.getDeclaredMethods()) in main()
/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/luni/src/test/java/libcore/java/security/
DMessageDigestTest.java82 for (Method spiMethod : MessageDigestSpi.class.getDeclaredMethods()) { in testMessageDigestDelegateOverridesAllMethods()
DSignatureTest.java460 for (Method spiMethod : SignatureSpi.class.getDeclaredMethods()) { in testSignatureDelegateOverridesAllMethods()
/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/ojluni/src/test/java/text/testlib/
DIntlTest.java57 Method[] methods = getClass().getDeclaredMethods(); in IntlTest()
/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/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/ojluni/src/test/java/util/Arrays/
DCopyMethods.java384 Method[] testMethods = CopyMethods.class.getDeclaredMethods();
397 Method[] arrayMethods = Arrays.class.getDeclaredMethods();
/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java146 for (Method m : lookup.lookupClass().getDeclaredMethods()) { in test0()
219 for (Method m : lookup.lookupClass().getDeclaredMethods()) { in findTestMH()
/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/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/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java135 public java.lang.reflect.@libcore.util.NonNull Method @libcore.util.NonNull [] getDeclaredMethods()… in getDeclaredMethods() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java247 public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException { in getDeclaredMethods() method in Class
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java797 Collections.addAll(methods, i.getDeclaredMethods()); in getMethodsRecursive()
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java511 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
/libcore/ojluni/src/main/java/java/lang/
DClass.java2735 public Method[] getDeclaredMethods() throws SecurityException { in getDeclaredMethods() method in Class
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java609 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1827 Method[] methods = cl.getDeclaredMethods(); in computeDefaultSUID()
/libcore/api/
Dcurrent.txt3100 …method @NonNull public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityEx…