Searched defs:methods (Results 1 – 14 of 14) sorted by relevance
38 Method[] methods = Class.forName("java.lang.String").getMethods(); in test_constructorLjava_lang_reflect_MethodLjava_lang_String() local
53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); in test_equals() 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()
31 private List<String> methods = new ArrayList<String>(); field in MethodLogger
60 private volatile Method[] methods; field in ClassCache568 Method[] methods = getDeclaredPublicMethods(); in callEnumValues() local606 Method[] methods = in getReflectionAccess() local
730 Method[] methods = getClassCache().getDeclaredMethods(); in getDeclaredMethod() local757 Method[] methods = getClassCache().getDeclaredMethods(); in getDeclaredMethods() local961 Method[] methods = getClassCache().getMethods(); in getMethod() local992 Method[] methods = getClassCache().getMethods(); in getMethods() local
149 public void setEnabledCompressionMethods(String[] methods) { in setEnabledCompressionMethods()
452 public static String[] checkEnabledCompressionMethods(String[] methods) { in checkEnabledCompressionMethods()474 public static void setEnabledCompressionMethods(int ssl, String[] methods) { in setEnabledCompressionMethods()
1028 public void setEnabledCompressionMethods (String[] methods) { in setEnabledCompressionMethods()
73 Method[] methods= superClass.getDeclaredMethods(); in TestSuite() local
637 Method[] methods = null; in test_getParameterTypes() local834 Method methods[] = cl.getMethods(); in test_invokeLjava_lang_Object$Ljava_lang_Object() local
387 static JNINativeMethod methods[] = { variable
554 Method[] methods = cl.getDeclaredMethods(); in computeSerialVersionUID() local
1288 Method[] methods = Cls2.class.getMethods(); in test_getMethods() local