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

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 112 LeafNodeImpl toInsert = (LeafNodeImpl) newChild;
113 if (toInsert.document != null && document != null && toInsert.document != document) {
116 if (toInsert.isParentOf(this)) {
120 if (toInsert.parent != null) {
121 int oldIndex = toInsert.index;
122 toInsert.parent.children.remove(oldIndex);
123 toInsert.parent.refreshIndices(oldIndex);
126 children.add(index, toInsert);
127 toInsert.parent = this
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 546 final Object toInsert = elementsToInsert.next();
552 rawIterator.add(toInsert);
559 final E toInsert = elementsToInsert.next();
565 li.set(toInsert);
  /external/icu4c/i18n/
ucol_tok.h 80 uint32_t toInsert;
  /prebuilt/common/netbeans-visual/
org-openide-util.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 194 milliseconds