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

  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 134 Branch* toInsert = branch;
137 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level);
141 if (NULL != toInsert) {
151 toDivide[fMaxChildren] = *toInsert;
170 *root->child(root->fNumChildren) = *toInsert;
  /external/skia/src/core/
SkRTree.cpp 134 Branch* toInsert = branch;
137 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level);
141 if (NULL != toInsert) {
151 toDivide[fMaxChildren] = *toInsert;
170 *root->child(root->fNumChildren) = *toInsert;
  /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...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 80 uint32_t toInsert;
  /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;
  /prebuilts/tools/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 1113 milliseconds