/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | ConstructorTest.java | 24 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
|
D | GenericExceptionsTest.java | 43 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
|
D | OldAndroidClassTest.java | 90 Constructor constructor = helloClass.getConstructor((Class[]) null); in testGetConstructor() local
|
D | ClassLoaderReflectionTest.java | 108 Constructor<?> constructor = fClass.getDeclaredConstructors()[0]; in testConstructorGenericType() local
|
D | OldGenericTypesTest.java | 68 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class); in testConstructorGenericType() local
|
D | AnnotationsTest.java | 48 Constructor<Type> constructor = Type.class.getConstructor(); in testConstructorAnnotations() local
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | XalanDOMTestDocumentBuilderFactory.java | 71 Constructor constructor = xpathClass.getConstructor(new Class[] {Document.class}); in createXPathEvaluator() local
|
D | JUnitTestCaseAdapter.java | 85 Constructor<?> constructor = clazz.getConstructor(new Class<?>[] { in setName() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ConstructorTest.java | 153 Constructor<ConstructorTestHelper> constructor = ConstructorTestHelper.class in test_hashCode() local 326 … Constructor<GenericConstructorTestHelper> constructor = GenericConstructorTestHelper.class in test_getGenericParameterTypes() local 357 … Constructor<GenericConstructorTestHelper> constructor = GenericConstructorTestHelper.class in test_getGenericExceptionTypes() local
|
D | TypeVariableTest.java | 64 Constructor<?> constructor = clazz.getDeclaredConstructor(); in testSimpleTypeVariableOnConstructor() local 115 Constructor<?> constructor = clazz.getDeclaredConstructor(); in testMultipleTypeVariablesOnConstructor() local
|
/libcore/benchmarks/src/benchmarks/ |
D | DeepArrayOpsBenchmark.java | 111 Constructor<V> constructor = type.getDeclaredConstructor(String.class); in new16ElementArray() local
|
D | XmlParseBenchmark.java | 133 private int testXmlPull(Constructor<? extends XmlPullParser> constructor, int reps) in testXmlPull()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | ConsoleTest.java | 49 Constructor<Console> constructor = in setUp() local
|
/libcore/luni/src/main/java/javax/security/cert/ |
D | X509Certificate.java | 48 private static Constructor constructor; field in X509Certificate
|
/libcore/luni/src/main/native/ |
D | java_io_ObjectStreamClass.cpp | 40 static jobject ObjectStreamClass_getConstructorSignature(JNIEnv* env, jclass, jobject constructor) { in ObjectStreamClass_getConstructorSignature()
|
/libcore/luni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 178 private transient long constructor = CONSTRUCTOR_IS_NOT_RESOLVED; field in ObjectStreamClass 545 Constructor<?> constructor = constructors[i]; in computeSerialVersionUID() local 701 Constructor<?> constructor = null; in resolveConstructorClass() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ReflectionBenchmark.java | 55 Constructor constructor = klass.getConstructor(); in timeClass_newInstance() local
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyFactoryTest.java | 458 Constructor<T> constructor = null; in engineGetKeySpec() local
|
/libcore/support/src/test/java/tests/resources/ |
D | junit4-4.3.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |