Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 22 of 22) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java678 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/
DAnnotationTypeMismatchExceptionTest.java38 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/
DMethodOverridesTest.java98 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()
DOldAndroidClassTest.java145 Method[] methods = ArrayList.class.getMethods(); in testClassGetMethodsNoDupes() local
180 Method[] methods = MyInterface.class.getMethods(); in testGetMethodsInterfaces() local
197 private boolean hasMethod(Method[] methods, String signature) { in hasMethod()
DReflectionTest.java290 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/
DProxy.java54 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/
DMethodLogger.java31 private List<String> methods = new ArrayList<String>(); field in MethodLogger
/libcore/ojluni/src/test/java/lang/StackWalker/
DAcrossThreads.java96 Map<String, Integer> methods = new HashMap<String, Integer>(); in assertWalker() local
/libcore/ojluni/src/test/java/text/testlib/
DIntlTest.java57 Method[] methods = getClass().getDeclaredMethods(); in IntlTest() local
/libcore/ojluni/src/main/java/java/net/
DHttpURLConnection.java519 private static final String[] methods = { field in HttpURLConnection
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DSignaturesCollector.java128 List<MethodNode> methods = new ArrayList<>(node.methods); in addClassesFromClassNode() local
185 List<Method> methods) { in SignaturesCollection()
DDependencyAnalyzer.java144 List<MethodNode> methods = new ArrayList<>(classNode.methods); in analyze() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DMethodTest.java522 Method[] methods = null; in test_getParameterTypes() local
707 Method methods[] = cl.getMethods(); in test_invokeLjava_lang_Object$Ljava_lang_Object() local
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java511 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames() local
/libcore/ojluni/src/main/java/java/lang/
DClass.java263 private transient long methods; field in Class
2219 List<Method> methods = new ArrayList<Method>(); in getMethods() local
/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() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java609 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames() local
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java444 private transient long methods; field in Class
/libcore/ojluni/src/main/native/
Djvm.h997 unsigned int methods; member
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java899 Method[] methods = Cls2.class.getMethods(); in test_getMethods() local
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1827 Method[] methods = cl.getDeclaredMethods(); in computeDefaultSUID() local
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...