/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | MethodOverridesTest.java | 56 Set<String> signatures = signatures(Sub.class.getMethods()); in testGetMethodsIncludesInheritedMethods() 71 Set<String> signatures = signatures(Sub.class.getMethods()); in testGetMethodsDoesNotIncludeExceptionChanges() 78 Set<String> signatures = signatures(Sub.class.getMethods()); in testGetMethodsIncludesSyntheticMethods() 98 Method[] methods = Sub.class.getMethods(); in testSubclassChangesVisibility() 115 Method[] methods = PublicSub.class.getMethods(); in testMoreVisibleSubclassChangesVisibility()
|
D | OldAndroidClassTest.java | 141 Method[] methods = ArrayList.class.getMethods(); in testClassGetMethodsNoDupes() 175 Method[] methods = MyInterface.class.getMethods(); in testGetMethodsInterfaces() 178 methods = MyOtherInterface.class.getMethods(); in testGetMethodsInterfaces() 182 methods = MyClass.class.getMethods(); in testGetMethodsInterfaces()
|
D | ReflectionTest.java | 290 Method[] methods = ExtendsImplementsDefinesMember.class.getMethods(); in testGetMethodsViaExtendsThenImplements() 295 Method[] methods = ImplementsExtendsDefinesMember.class.getMethods(); in testGetMethodsViaImplementsThenExtends() 300 Method[] methods = ExtendsAndImplementsDefinesMember.class.getMethods(); in testGetMethodsContainsNoDuplicates()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | AnnotationTypeMismatchExceptionTest.java | 38 Method[] methods = Class.forName("java.lang.String").getMethods(); in test_constructorLjava_lang_reflect_MethodLjava_lang_String()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ClassTest.java | 381 Method[] m = TestClass.class.getMethods(); in test_getMethods() 383 2 + Object.class.getMethods().length, m.length); in test_getMethods() 384 m = SubTestClass.class.getMethods(); in test_getMethods() 386 2 + Object.class.getMethods().length, m.length); in test_getMethods()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldClassTest.java | 890 Cls2.class.getMethods().length); in test_getMethods() 892 Cls3.class.getMethods().length); in test_getMethods() 895 Method[] methods = Cls2.class.getMethods(); in test_getMethods() 908 methods = Cls3.class.getMethods(); in test_getMethods() 921 methods = Cls3.class.getMethods(); in test_getMethods() 937 Intf5.class.getMethods().length); in test_getMethods()
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 678 List<Method> methods = getMethods(interfaces); in apply() 776 private static List<Method> getMethods(Class<?>[] interfaces) { in getMethods() method in Proxy
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Proxy.java | 67 private static java.util.List<java.lang.reflect.Method> getMethods( in getMethods() method in Proxy
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Class.annotated.java | 122 public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException { throw new Runti… in getMethods() method in Class
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Class.annotated.java | 120 public java.lang.reflect.@libcore.util.NonNull Method @libcore.util.NonNull [] getMethods() throws … in getMethods() method in Class
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Class.java | 211 public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException { in getMethods() method in Class
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | MethodTest.java | 707 Method methods[] = cl.getMethods(); in test_invokeLjava_lang_Object$Ljava_lang_Object()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Class.java | 1516 public Method[] getMethods() throws SecurityException { in getMethods() method in Class
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 3736 .flatMap((klazz) -> (Stream<Method>) Stream.of(klazz.getMethods())) in testMinimalCompletionStage_minimality() 3750 List<Method> allMethods = Stream.of(CompletableFuture.class.getMethods()) in testMinimalCompletionStage_minimality()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 3999 .flatMap(klazz -> Stream.of(klazz.getMethods())) in testMinimalCompletionStage_minimality() 4013 List<Method> allMethods = Stream.of(CompletableFuture.class.getMethods()) in testMinimalCompletionStage_minimality()
|
/libcore/api/ |
D | current.txt | 2861 … method @NonNull public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException;
|