Home
last modified time | relevance | path

Searched refs:toInsert (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRTree.cpp134 Branch* toInsert = branch; in insert() local
137 toInsert = this->insert(root->child(childIndex)->fChild.subtree, branch, level); in insert()
141 if (NULL != toInsert) { in insert()
151 toDivide[fMaxChildren] = *toInsert; in insert()
170 *root->child(root->fNumChildren) = *toInsert; in insert()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java546 final Object toInsert = elementsToInsert.next(); in newAddMethod() local
552 rawIterator.add(toInsert); in newAddMethod()
559 final E toInsert = elementsToInsert.next();
565 li.set(toInsert);
/external/icu4c/i18n/
Ducol_bld.cpp467 count = tok->next->toInsert; in ucol_getSimpleCEGenerator()
492 uint32_t count = tok->toInsert; in ucol_getCEGenerator()
753 tok->toInsert = 1; in ucol_initBuffers()
766 tok->toInsert = t[tok->strength]; in ucol_initBuffers()
769 tok->toInsert = t[tok->strength]; in ucol_initBuffers()
790 fprintf(stderr,"%i", tok->toInsert); in ucol_initBuffers()
Ducol_tok.h80 uint32_t toInsert; member