Searched defs:methods (Results 1 – 11 of 11) sorted by relevance
165 List<Method> methods = getMethods(interfaces); in getProxyClass() local300 private static void getMethodsRecursive(Class<?>[] interfaces, List<Method> methods) { in getMethodsRecursive()302 getMethodsRecursive(i.getInterfaces(), methods); in getMethodsRecursive() local314 private static void validateReturnTypes(List<Method> methods) { in validateReturnTypes()342 private static List<Class<?>[]> deduplicateAndGetExceptions(List<Method> methods) { in deduplicateAndGetExceptions()386 ClassLoader loader, ArtMethod[] methods, in generateProxy()
38 Method[] methods = Class.forName("java.lang.String").getMethods(); in test_constructorLjava_lang_reflect_MethodLjava_lang_String() local
98 Method[] methods = Sub.class.getMethods(); in testSubclassChangesVisibility() local115 Method[] methods = PublicSub.class.getMethods(); in testMoreVisibleSubclassChangesVisibility() local166 private Set<String> signatures(Method[] methods) { in signatures()
141 Method[] methods = ArrayList.class.getMethods(); in testClassGetMethodsNoDupes() local175 Method[] methods = MyInterface.class.getMethods(); in testGetMethodsInterfaces() local192 private boolean hasMethod(Method[] methods, String signature) { in hasMethod()
284 Method[] methods = ExtendsImplementsDefinesMember.class.getMethods(); in testGetMethodsViaExtendsThenImplements() local289 Method[] methods = ImplementsExtendsDefinesMember.class.getMethods(); in testGetMethodsViaImplementsThenExtends() local294 Method[] methods = ExtendsAndImplementsDefinesMember.class.getMethods(); in testGetMethodsContainsNoDuplicates() local405 private List<String> names(Member[] methods) { in names()
31 private List<String> methods = new ArrayList<String>(); field in MethodLogger
522 Method[] methods = null; in test_getParameterTypes() local707 Method methods[] = cl.getMethods(); in test_invokeLjava_lang_Object$Ljava_lang_Object() local
766 ArrayList<Method> methods = new ArrayList<Method>(initial_size); in getDeclaredMethods() local782 private void getDeclaredMethods(boolean publicOnly, List<Method> methods) { in getDeclaredMethods()819 List<Method> methods = new ArrayList<Method>(); in getMethods() local
53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); in test_equals() local
566 Method[] methods = cl.getDeclaredMethods(); in computeSerialVersionUID() local
840 Method[] methods = Cls2.class.getMethods(); in test_getMethods() local