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

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 116 LeafNodeImpl toInsert = (LeafNodeImpl) newChild;
117 if (toInsert.document != null && document != null && toInsert.document != document) {
120 if (toInsert.isParentOf(this)) {
124 if (toInsert.parent != null) {
125 int oldIndex = toInsert.index;
126 toInsert.parent.children.remove(oldIndex);
127 toInsert.parent.refreshIndices(oldIndex);
130 children.add(index, toInsert);
131 toInsert.parent = this
    [all...]
DocumentImpl.java 419 @Override public Node insertChildAt(Node toInsert, int index) {
420 if (toInsert instanceof Element && getDocumentElement() != null) {
424 if (toInsert instanceof DocumentType && getDoctype() != null) {
428 return super.insertChildAt(toInsert, index);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 547 final Object toInsert = elementsToInsert.next();
553 rawIterator.add(toInsert);
560 final E toInsert = elementsToInsert.next();
566 li.set(toInsert);
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 81 milliseconds