/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 678 List<Method> methods = getMethods(interfaces); in apply() local 706 private static List<Class<?>[]> deduplicateAndGetExceptions(List<Method> methods) { in deduplicateAndGetExceptions() 756 private static void validateReturnTypes(List<Method> methods) { in validateReturnTypes() 794 private static void getMethodsRecursive(Class<?>[] interfaces, List<Method> methods) { in getMethodsRecursive() 796 getMethodsRecursive(i.getInterfaces(), methods); in getMethodsRecursive() local 803 ClassLoader loader, Method[] methods, in generateProxy()
|
/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() local
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | MethodOverridesTest.java | 98 Method[] methods = Sub.class.getMethods(); in testSubclassChangesVisibility() local 115 Method[] methods = PublicSub.class.getMethods(); in testMoreVisibleSubclassChangesVisibility() local 166 private Set<String> signatures(Method[] methods) { in signatures()
|
D | OldAndroidClassTest.java | 141 Method[] methods = ArrayList.class.getMethods(); in testClassGetMethodsNoDupes() local 175 Method[] methods = MyInterface.class.getMethods(); in testGetMethodsInterfaces() local 192 private boolean hasMethod(Method[] methods, String signature) { in hasMethod()
|
D | ReflectionTest.java | 290 Method[] methods = ExtendsImplementsDefinesMember.class.getMethods(); in testGetMethodsViaExtendsThenImplements() local 295 Method[] methods = ImplementsExtendsDefinesMember.class.getMethods(); in testGetMethodsViaImplementsThenExtends() local 300 Method[] methods = ExtendsAndImplementsDefinesMember.class.getMethods(); in testGetMethodsContainsNoDuplicates() local 411 private List<String> names(Member[] methods) { in names()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Proxy.java | 54 java.util.List<java.lang.reflect.Method> methods) { in deduplicateAndGetExceptions() 63 private static void validateReturnTypes(java.util.List<java.lang.reflect.Method> methods) { in validateReturnTypes() 73 java.lang.Class<?>[] interfaces, java.util.List<java.lang.reflect.Method> methods) { in getMethodsRecursive() 81 java.lang.reflect.Method[] methods, in generateProxy()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
D | MethodLogger.java | 31 private List<String> methods = new ArrayList<String>(); field in MethodLogger
|
/libcore/ojluni/src/main/java/java/net/ |
D | HttpURLConnection.java | 519 private static final String[] methods = { field in HttpURLConnection
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | MethodTest.java | 522 Method[] methods = null; in test_getParameterTypes() local 707 Method methods[] = cl.getMethods(); in test_invokeLjava_lang_Object$Ljava_lang_Object() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Class.java | 178 private transient long methods; field in Class 1486 List<Method> methods = new ArrayList<Method>(); in getMethods() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | JSR166TestCase.java | 511 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames() local
|
/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() local
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Class.java | 446 private transient long methods; field in Class
|
/libcore/ojluni/src/main/native/ |
D | jvm.h | 994 unsigned int methods; member
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldClassTest.java | 835 Method[] methods = Cls2.class.getMethods(); in test_getMethods() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 1750 Method[] methods = cl.getDeclaredMethods(); in computeDefaultSUID() local
|