/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ConstructorTest.java | 107 .getConstructor(Object.class); in test_getParameterAnnotations() 127 ctor1 = ConstructorTestHelper.class.getConstructor(new Class[0]); in test_getDeclaredAnnotations() 143 .getConstructor(String[].class); in test_isVarArgs() 147 .getConstructor(Object.class); in test_isVarArgs() 154 .getConstructor(); in test_hashCode() 164 .getConstructor(Object.class, Object.class); in test_toGenericString() 170 .getConstructor(); in test_toGenericString() 180 ctor1 = ConstructorTestHelper.class.getConstructor( in test_equalsLjava_lang_Object() 182 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class); in test_equalsLjava_lang_Object() 193 Constructor<? extends ConstructorTestHelper> ctor = pclass.getConstructor(new Class[0]); in test_getDeclaringClass() [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | ConstructorTest.java | 26 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(new Class[0]); in test_getExceptionTypes() 39 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterTypes() 43 constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterTypes() 56 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterCount() 60 constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameterCount() 67 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameters() 71 constructor = ConstructorTestHelper.class.getConstructor(expectedParameters); in test_getParameters() 87 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor((Class[]) null); in testGetConstructorWithNullArgumentsArray() 93 ConstructorTestHelper.class.getConstructor(new Class[] { null }); in testGetConstructorWithNullArgument() 101 ConstructorTestHelper.class.getConstructor(Object.class, Object.class); in testGetConstructorReturnsDoesNotReturnPrivateConstructor() [all …]
|
D | GenericExceptionsTest.java | 43 Constructor constructor = Thrower.class.getConstructor(); in testGenericExceptionsOfConstructorsWithTypeParameters() 49 Constructor constructor = Thrower.class.getConstructor(List.class); in testGenericExceptionsOfConstructorsWithGenericParameters() 55 Constructor constructor = ThrowerT.class.getConstructor(); in testConstructorThrowingTypeVariable()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | ConstructorTest.java | 42 Constructor<Type> constructor = Type.class.getConstructor(); in testConstructorAnnotations() 87 Constructor constructor = getConstructor(c, constructorArgCount); in checkDeclaredAnnotation() 121 Constructor<?> constructor = getConstructor(c, constructorArgCount); in assertGetDeclaredAnnotationsByType() 147 Constructor<?> constructor = getConstructor(c, constructorArgCount); in assertGetAnnotationsByType() 152 private static Constructor<?> getConstructor(Class<?> c, int constructorArgCount) in getConstructor() method in ConstructorTest
|
/libcore/benchmarks/src/benchmarks/ |
D | XmlSerializeBenchmark.java | 85 .getConstructor(); in setUp() 87 .getConstructor(); in setUp()
|
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/ |
D | TestDefaultParserAltConfig.java | 43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultParser.java | 40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/html/ |
D | TestXercesHTML.java | 30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/events/ |
D | TestDefaultParser.java | 30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultParserAltConfig.java | 30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultLSAltConfig.java | 39 testClass.getConstructor( in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level3/ls/ |
D | TestDefaultParser.java | 40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultLS.java | 45 testClass.getConstructor( in suite()
|
D | TestBatik.java | 39 .getConstructor(new Class[]{DOMTestDocumentBuilderFactory.class}); in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level3/core/ |
D | TestDefaultParserAltConfig.java | 43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultParser.java | 40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | TestDefaultParserAltConfig.java | 30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultParser.java | 30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | XalanDOMTestDocumentBuilderFactory.java | 71 Constructor constructor = xpathClass.getConstructor(new Class[] {Document.class}); in createXPathEvaluator()
|
/libcore/dom/src/test/java/org/w3c/domts/level3/validation/ |
D | TestDefaultParserAltConfig.java | 43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultParser.java | 40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/html/ |
D | TestXercesHTML.java | 30 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultLSAltConfig.java | 39 testClass.getConstructor( in suite()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | TestDefaultParserAltConfig.java | 43 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|
D | TestDefaultParser.java | 40 …Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory… in suite()
|