Home
last modified time | relevance | path

Searched refs:ctor2 (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DConstructorTest.java178 Constructor<ConstructorTestHelper> ctor1 = null, ctor2 = null; in test_equalsLjava_lang_Object() local
182 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class); in test_equalsLjava_lang_Object()
186 assertTrue("Different Contructors returned equal", !ctor1.equals(ctor2)); in test_equalsLjava_lang_Object()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp234 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, in throwException() argument
253 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error); in throwException()
263 static jmethodID ctor2 = env->GetMethodID(errnoExceptionClass, in throwErrnoException() local
265 throwException(env, errnoExceptionClass, ctor3, ctor2, functionName, error); in throwErrnoException()
273 static jmethodID ctor2 = env->GetMethodID(gaiExceptionClass, "<init>", in throwGaiException() local
284 throwException(env, gaiExceptionClass, ctor3, ctor2, functionName, error); in throwGaiException()