Searched refs:childValue (Results 1 - 24 of 24) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dcharacterdataappenddata.java71 String childValue;
78 childValue = child.getData();
79 childLength = childValue.length();
H A Dcharacterdatagetlength.java67 String childValue;
73 childValue = child.getData();
74 childLength = childValue.length();
H A Dcharacterdatasetnodevalue.java66 String childValue;
74 childValue = child.getNodeValue();
75 assertEquals("value", "Marilyn Martin", childValue);
H A Ddocumentgetelementsbytagnamevalue.java70 String childValue;
75 childValue = firstChild.getNodeValue();
76 assertEquals("documentGetElementsByTagNameValueAssert", "Jeny Oconnor", childValue);
H A Delementnormalize.java70 String childValue;
77 childValue = firstChild.getNodeValue();
78 assertEquals("elementNormalizeAssert", "Roger\n Jones", childValue);
H A Dhc_characterdataappenddata.java70 String childValue;
77 childValue = child.getData();
78 childLength = childValue.length();
H A Dhc_characterdatagetlength.java66 String childValue;
72 childValue = child.getData();
73 childLength = childValue.length();
H A Dhc_characterdatasetnodevalue.java66 String childValue;
74 childValue = child.getNodeValue();
75 assertEquals("value", "Marilyn Martin", childValue);
H A Dhc_documentgetelementsbytagnamevalue.java69 String childValue;
74 childValue = firstChild.getNodeValue();
75 assertEquals("documentGetElementsByTagNameValueAssert", "Jeny Oconnor", childValue);
H A Dhc_nodeclonetruecopytext.java69 String childValue;
75 childValue = lastChildNode.getNodeValue();
76 assertEquals("cloneContainsText", "35,000", childValue);
H A Dnodeclonetruecopytext.java67 String childValue;
73 childValue = lastChildNode.getNodeValue();
74 assertEquals("nodeCloneTrueCopyTextAssert1", "35,000", childValue);
H A Dcommentgetcomment.java68 String childValue;
80 childValue = child.getNodeValue();
81 assertEquals("nodeValue", " This is comment number 1.", childValue);
H A Delementgetelementsbytagnameaccessnodelist.java64 String childValue;
78 childValue = child.getNodeValue();
79 assertEquals("emp0004", "EMP0004", childValue);
H A Dhc_commentgetcomment.java69 String childValue;
82 childValue = child.getNodeValue();
83 assertEquals("nodeValue", " This is comment number 1.", childValue);
H A Dhc_elementnormalize.java64 String childValue;
79 childValue = firstChild.getNodeValue();
80 assertEquals("elementNormalizeAssert", "56,000,000", childValue);
H A Dhc_elementnormalize2.java65 String childValue;
79 childValue = firstChild.getNodeValue();
80 assertEquals("firstChild", "Yes", childValue);
/libcore/ojluni/src/main/java/java/lang/
H A DInheritableThreadLocal.java35 * arbitrary function of the parent's by overriding the <tt>childValue</tt>
61 protected T childValue(T parentValue) { method in class:InheritableThreadLocal
H A DThreadLocal.java259 * Method childValue is visibly defined in subclass
266 T childValue(T parentValue) { method in class:ThreadLocal
391 Object value = key.childValue(e.value);
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldInheritableThreadLocalTest.java31 protected Object childValue(Object parentValue) {
59 protected String childValue(String parentValue) {
60 return "childValue";
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DimportNode04.java78 String childValue;
88 childValue = child.getNodeValue();
89 assertEquals("descendant1", "descendant1", childValue);
H A DimportNode11.java78 String childValue;
88 childValue = child.getNodeValue();
89 assertEquals("childValue", "Texas", childValue);
H A DimportNode01.java87 String childValue;
114 childValue = child.getNodeValue();
115 assertEquals("childValue", "importedText", childValue);
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DImportNode.java105 String childValue;
131 childValue = child.getNodeValue();
132 assertEquals("childValue", "importedText", childValue);
186 String childValue;
196 childValue = child.getNodeValue();
197 assertEquals("descendant1", "descendant1", childValue);
365 // String childValue;
375 // childValue = child.getNodeValue();
376 // assertEquals("childValue", "Texa
[all...]
/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadLocalTest.java37 protected Integer childValue(Integer parentValue) {

Completed in 961 milliseconds