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 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...]
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 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;
ucol_bld.cpp 464 count = tok->next->toInsert;
489 uint32_t count = tok->toInsert;
745 tok->toInsert = 1;
758 tok->toInsert = t[tok->strength];
761 tok->toInsert = t[tok->strength];
782 fprintf(stderr,"%i", tok->toInsert);
    [all...]
  /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 521 milliseconds