/libcore/ojluni/src/test/java/util/Properties/ |
D | CheckOverrides.java | 43 Stream.of(Properties.class.getDeclaredMethods()) in main() 52 Stream.of(superclass.getDeclaredMethods()) in main()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | MissingClassesTest.java | 48 loadableClass.getDeclaredMethods(); in testGetDeclaredMethodsFails()
|
D | MethodOverridesTest.java | 61 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/ |
D | MessageDigestTest.java | 82 for (Method spiMethod : MessageDigestSpi.class.getDeclaredMethods()) { in testMessageDigestDelegateOverridesAllMethods()
|
D | SignatureTest.java | 460 for (Method spiMethod : SignatureSpi.class.getDeclaredMethods()) { in testSignatureDelegateOverridesAllMethods()
|
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | BlockGuardOsTest.java | 319 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/ |
D | MethodTest.java | 249 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/ |
D | IntlTest.java | 57 Method[] methods = getClass().getDeclaredMethods(); in IntlTest()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | LambdaImplementationTest.java | 280 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/ |
D | ClassTest.java | 308 Method[] m = TestClass.class.getDeclaredMethods(); in test_getDeclaredMethods() 310 m = SubTestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | CopyMethods.java | 384 Method[] testMethods = CopyMethods.class.getDeclaredMethods(); 397 Method[] arrayMethods = Arrays.class.getDeclaredMethods();
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | PermuteArgsTest.java | 146 for (Method m : lookup.lookupClass().getDeclaredMethods()) { in test0() 219 for (Method m : lookup.lookupClass().getDeclaredMethods()) { in findTestMH()
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationFactory.java | 68 Method[] declaredMethods = annotationType.getDeclaredMethods(); in getElementsDescription()
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Class.annotated.java | 138 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/ |
D | AnnotationTest.java | 53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); in test_equals()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Class.annotated.java | 135 public java.lang.reflect.@libcore.util.NonNull Method @libcore.util.NonNull [] getDeclaredMethods()… in getDeclaredMethods() method in Class
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Class.java | 247 public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException { in getDeclaredMethods() method in Class
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 797 Collections.addAll(methods, i.getDeclaredMethods()); in getMethodsRecursive()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | JSR166TestCase.java | 511 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Class.java | 2735 public Method[] getDeclaredMethods() throws SecurityException { in getDeclaredMethods() method in Class
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | JSR166TestCase.java | 609 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 1827 Method[] methods = cl.getDeclaredMethods(); in computeDefaultSUID()
|
/libcore/api/ |
D | current.txt | 3100 …method @NonNull public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityEx…
|