Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DConstructorTest.java24 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(new Class[0]); in test_getExceptionTypes() local
37 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterTypes() local
49 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor((Class[]) null); in testGetConstructorWithNullArgumentsArray() local
70 Constructor<?> constructor = ConstructorTestHelper.class.getDeclaredConstructor( in testGetDeclaredConstructorReturnsPrivateConstructor() local
DGenericExceptionsTest.java43 Constructor constructor = Thrower.class.getConstructor(); in testGenericExceptionsOfConstructorsWithTypeParameters() local
49 Constructor constructor = Thrower.class.getConstructor(List.class); in testGenericExceptionsOfConstructorsWithGenericParameters() local
55 Constructor constructor = ThrowerT.class.getConstructor(); in testConstructorThrowingTypeVariable() local
DAnnotationsTest.java43 Constructor<Type> constructor = Type.class.getConstructor(); in testConstructorAnnotations() local
DClassLoaderReflectionTest.java108 Constructor<?> constructor = fClass.getDeclaredConstructors()[0]; in testConstructorGenericType() local
DOldAndroidClassTest.java90 Constructor constructor = helloClass.getConstructor((Class[]) null); in testGetConstructor() local
DOldGenericTypesTest.java68 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class); in testConstructorGenericType() local
/libcore/dom/src/test/java/org/w3c/domts/
DXalanDOMTestDocumentBuilderFactory.java71 Constructor constructor = xpathClass.getConstructor(new Class[] {Document.class}); in createXPathEvaluator() local
DJUnitTestCaseAdapter.java85 Constructor<?> constructor = clazz.getConstructor(new Class<?>[] { in setName() local
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DTypeVariableTest.java64 Constructor<?> constructor = clazz.getDeclaredConstructor(); in testSimpleTypeVariableOnConstructor() local
115 Constructor<?> constructor = clazz.getDeclaredConstructor(); in testMultipleTypeVariablesOnConstructor() local
DConstructorTest.java154 Constructor<ConstructorTestHelper> constructor = ConstructorTestHelper.class in test_hashCode() local
327 … Constructor<GenericConstructorTestHelper> constructor = GenericConstructorTestHelper.class in test_getGenericParameterTypes() local
358 … Constructor<GenericConstructorTestHelper> constructor = GenericConstructorTestHelper.class in test_getGenericExceptionTypes() local
/libcore/luni/src/main/java/javax/security/cert/
DX509Certificate.java48 private static Constructor constructor; field in X509Certificate
/libcore/luni/src/main/native/
Djava_io_ObjectStreamClass.cpp40 static jobject ObjectStreamClass_getConstructorSignature(JNIEnv* env, jclass, jobject constructor) { in ObjectStreamClass_getConstructorSignature()
/libcore/luni/src/main/java/java/io/
DObjectStreamClass.java178 private transient long constructor = CONSTRUCTOR_IS_NOT_RESOLVED; field in ObjectStreamClass
527 Constructor<?> constructor = constructors[i]; in computeSerialVersionUID() local
683 Constructor<?> constructor = null; in resolveConstructorClass() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java458 Constructor<T> constructor = null; in engineGetKeySpec() local