HomeSort by relevance Sort by last modified time
    Searched refs:otherChild (Results 1 - 6 of 6) sorted by null

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrfirstchild.java 66 Node otherChild;
76 otherChild = textNode.getNextSibling();
77 assertNull("nextSiblingIsNull", otherChild);
78 otherChild = textNode.getPreviousSibling();
79 assertNull("previousSiblingIsNull", otherChild);
hc_attrlastchild.java 66 Node otherChild;
76 otherChild = textNode.getNextSibling();
77 assertNull("nextSiblingIsNull", otherChild);
78 otherChild = textNode.getPreviousSibling();
79 assertNull("previousSiblingIsNull", otherChild);
hc_attrsetvalue1.java 65 Node otherChild;
82 otherChild = firstChild.getNextSibling();
83 assertNull("nextSiblingIsNull", otherChild);
hc_attrsetvalue2.java 66 Node otherChild;
85 otherChild = firstChild.getNextSibling();
86 assertNull("nextSiblingIsNull", otherChild);
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 230 Logger otherChild = new MockLogger("testAddGetLogger_Hierachy.foo.child", null);
234 assertNull(otherChild.getParent());
258 assertTrue(manager.addLogger(otherChild));
260 assertSame(foo, otherChild.getParent());
261 assertSame(otherChild, grandson.getParent());
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp     [all...]

Completed in 117 milliseconds