Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 12 of 12) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_elementnormalize.java62 Element testName; in runTest() local
69 testName = (Element) elementList.item(0); in runTest()
71 retNode = testName.appendChild(textNode); in runTest()
73 retNode = testName.appendChild(textNode); in runTest()
77 testName = (Element) elementList.item(0); in runTest()
78 firstChild = testName.getFirstChild(); in runTest()
Delementnormalize.java68 Element testName; in runTest() local
75 testName = (Element) elementList.item(2); in runTest()
76 firstChild = testName.getFirstChild(); in runTest()
Dnodecdatasectionnodetype.java72 Element testName; in runTest() local
77 testName = (Element) elementList.item(1); in runTest()
78 cdataNode = testName.getLastChild(); in runTest()
/libcore/support/src/test/java/tests/support/
DSupport_TestWebData.java99 testName = name; in Support_TestWebData()
113 testName = file.getName(); in Support_TestWebData()
157 public String testName; field in Support_TestWebData
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DBuilder.java224 X500Name testName = (X500Name)test; in hops() local
225 X500Name commonName = baseName.commonAncestor(testName); in hops()
235 int testDistance = testName.subtreeDepth(); in hops()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DAbstractCharsetTestCase.java93 public void testName() { in testName() method in AbstractCharsetTestCase
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodOverridesTest.java29 public void testName() throws NoSuchMethodException { in testName() method in MethodOverridesTest
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/jsr166-tests/src/test/java/jsr166/
DTimeUnitTest.java310 public void testName() { in testName() method in TimeUnitTest
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java321 public void testName() { in testName() method in OldPreferencesTest
DOldAbstractPreferencesTest.java852 public void testName() { in testName() method in OldAbstractPreferencesTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DAbstractPreferencesTest.java408 public void testName() { in testName() method in AbstractPreferencesTest