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

  /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);
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/
BasicMarkerTest.java 188 Marker otherChild = otherFactory.getMarker(CHILD_NAME);
191 assertTrue(parent.contains(otherChild));
193 assertTrue(parent.remove(otherChild));
  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_index.h 496 NodePtr otherChild = (diff < 0) ? node->child2 : node->child1;
509 heap->insert( BranchSt(otherChild, new_distsq) );
533 NodePtr otherChild = (diff < 0) ? node->child2 : node->child1;
549 searchLevelExact(result_set, vec, otherChild, new_distsq, epsError);
kdtree_single_index.h 565 NodePtr otherChild;
569 otherChild = node->child2;
574 otherChild = node->child1;
585 searchLevel(result_set, vec, otherChild, mindistsq, dists, epsError);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 165 Logger otherChild = new MockLogger(
170 assertNull(otherChild.getParent());
194 assertTrue(manager.addLogger(otherChild));
196 assertSame(foo, otherChild.getParent());
197 assertSame(otherChild, grandson.getParent());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 499 milliseconds