Home
last modified time | relevance | path

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

/libcore/luni/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
DAnnotationTest.java53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods()); in test_equals() 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()
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DMethodLogger.java31 private List<String> methods = new ArrayList<String>(); field in MethodLogger
/libcore/luni/src/main/java/java/lang/
DClassCache.java60 private volatile Method[] methods; field in ClassCache
568 Method[] methods = getDeclaredPublicMethods(); in callEnumValues() local
606 Method[] methods = in getReflectionAccess() local
DClass.java730 Method[] methods = getClassCache().getDeclaredMethods(); in getDeclaredMethod() local
757 Method[] methods = getClassCache().getDeclaredMethods(); in getDeclaredMethods() local
961 Method[] methods = getClassCache().getMethods(); in getMethod() local
992 Method[] methods = getClassCache().getMethods(); in getMethods() local
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLServerSocketImpl.java149 public void setEnabledCompressionMethods(String[] methods) { in setEnabledCompressionMethods()
DNativeCrypto.java452 public static String[] checkEnabledCompressionMethods(String[] methods) { in checkEnabledCompressionMethods()
474 public static void setEnabledCompressionMethods(int ssl, String[] methods) { in setEnabledCompressionMethods()
DOpenSSLSocketImpl.java1028 public void setEnabledCompressionMethods (String[] methods) { in setEnabledCompressionMethods()
/libcore/junit/src/main/java/junit/framework/
DTestSuite.java73 Method[] methods= superClass.getDeclaredMethods(); in TestSuite() local
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DMethodTest.java637 Method[] methods = null; in test_getParameterTypes() local
834 Method methods[] = cl.getMethods(); in test_invokeLjava_lang_Object$Ljava_lang_Object() local
/libcore/luni/src/main/native/
Djava_lang_ProcessManager.cpp387 static JNINativeMethod methods[] = { variable
/libcore/luni/src/main/java/java/io/
DObjectStreamClass.java554 Method[] methods = cl.getDeclaredMethods(); in computeSerialVersionUID() local
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DClassTest.java1288 Method[] methods = Cls2.class.getMethods(); in test_getMethods() local