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

1234

/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DConstructorTest.java24 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(new Class[0]);
37 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor(expectedParameters);
49 Constructor<?> constructor = ConstructorTestHelper.class.getConstructor((Class[]) null);
55 ConstructorTestHelper.class.getConstructor(new Class[] { null });
63 ConstructorTestHelper.class.getConstructor(Object.class, Object.class);
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DConstructorTest.java108 .getConstructor(Object.class);
128 ctor1 = ConstructorTestHelper.class.getConstructor(new Class[0]);
144 .getConstructor(String[].class);
148 .getConstructor(Object.class);
155 .getConstructor();
165 .getConstructor(Object.class, Object.class);
171 .getConstructor();
181 ctor1 = ConstructorTestHelper.class.getConstructor(
183 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class);
194 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 263 milliseconds

1234