HomeSort by relevance Sort by last modified time
    Searched refs:testConstructor (Results 76 - 100 of 391) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level3/core/
TestOracleAltConfig.java 42 Constructor testConstructor =
57 Object test = testConstructor.newInstance(new Object[] { factory });
TestXerces.java 38 Constructor testConstructor =
53 Object test = testConstructor.newInstance(new Object[] { factory });
TestXercesAltConfig.java 38 Constructor testConstructor =
53 Object test = testConstructor.newInstance(new Object[] { factory });
  /libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestBatik.java 38 Constructor testConstructor = testClass
42 Object test = testConstructor.newInstance(new Object[]{factory});
TestDefaultLS.java 44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultParser.java 40 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
46 Object test = testConstructor.newInstance(new Object[] { factory });
TestOracle.java 46 Constructor testConstructor =
61 Object test = testConstructor.newInstance(new Object[] { factory });
TestXerces.java 39 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 Object test = testConstructor.newInstance(new Object[] { factory });
  /libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestBatik.java 38 Constructor testConstructor = testClass
42 Object test = testConstructor.newInstance(new Object[]{factory});
TestDefaultLS.java 44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultLSAltConfig.java 44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultParser.java 40 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
46 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultParserAltConfig.java 43 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 Object test = testConstructor.newInstance(new Object[] { factory });
TestOracle.java 43 Constructor testConstructor =
58 Object test = testConstructor.newInstance(new Object[] { factory });
TestOracleAltConfig.java 42 Constructor testConstructor =
57 Object test = testConstructor.newInstance(new Object[] { factory });
  /libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
TestBatik.java 38 Constructor testConstructor = testClass
42 Object test = testConstructor.newInstance(new Object[]{factory});
TestDefaultLS.java 44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultLSAltConfig.java 44 Constructor testConstructor =
52 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultParser.java 40 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
46 Object test = testConstructor.newInstance(new Object[] { factory });
TestDefaultParserAltConfig.java 43 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
49 Object test = testConstructor.newInstance(new Object[] { factory });
TestXalan.java 32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
41 Object test = testConstructor.newInstance(new Object[] { factory });
TestXalanAltConfig.java 32 Constructor testConstructor = testClass.getConstructor(new Class[] { DOMTestDocumentBuilderFactory.class });
40 Object test = testConstructor.newInstance(new Object[] { factory });
  /cts/tests/tests/graphics/src/android/graphics/cts/
LayerRasterizerTest.java 25 public void testConstructor() {
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizer_ParameterValuePairTest.java 24 public void testConstructor() {
  /cts/tests/tests/text/src/android/text/style/cts/
TabStopSpan_StandardTest.java 24 public void testConstructor() {

Completed in 476 milliseconds

1 2 34 5 6 7 8 91011>>