Searched refs:getConstructor (Results 1 - 25 of 107) sorted by relevance

12345

/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DConstructorTest.java26 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(new Class[0]);
39 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
43 constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
56 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
60 constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
67 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
71 constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
87 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor((Class[]) null);
93 ConstructorTestHelper.class.getConstructor(new Class[] { null });
101 ConstructorTestHelper.class.getConstructor(Objec
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
H A DConstructorTest.java107 .getConstructor(Object.class);
127 ctor1 = ConstructorTestHelper.class.getConstructor(new Class[0]);
143 .getConstructor(String[].class);
147 .getConstructor(Object.class);
154 .getConstructor();
164 .getConstructor(Object.class, Object.class);
170 .getConstructor();
180 ctor1 = ConstructorTestHelper.class.getConstructor(
182 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class);
193 Constructor<? extends ConstructorTestHelper> ctor = pclass.getConstructor(ne
[all...]
/libcore/dom/src/test/java/org/w3c/domts/
H A DXalanDOMTestDocumentBuilderFactory.java71 Constructor constructor = xpathClass.getConstructor(new Class[] {Document.class});
H A DJUnitTestSuiteAdapter.java34 Constructor testConstructor = testclass.getConstructor(
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A DTestBatik.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestCrimson.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestCrimsonAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestDOM4J.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestDefaultLS.java39 testClass.getConstructor(
H A DTestDefaultLSAltConfig.java39 testClass.getConstructor(
H A DTestDefaultParser.java30 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestDefaultParserAltConfig.java30 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestGNUJAXP.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestGNUJAXPAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestJTidy.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestOracle.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestOracleAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestXerces.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestXercesAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
/libcore/dom/src/test/java/org/w3c/domts/level1/html/
H A DTestDefaultLS.java39 testClass.getConstructor(
H A DTestDefaultLSAltConfig.java39 testClass.getConstructor(
H A DTestXercesHTML.java30 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DTestBatik.java31 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestCrimson.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
H A DTestCrimsonAltConfig.java32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });

Completed in 926 milliseconds

12345