Searched defs:iterator (Results 126 - 129 of 129) sorted by relevance

123456

/external/icu4c/test/intltest/
H A Drbbitst.cpp153 // class BITestData Holds a set of Break iterator test data and results
852 // generalIteratorTest Given a break iterator and a set of test data,
873 // testFirstAndNext. Run the iterator forwards in the obvious first(), next()
892 // If the iterator is not making forward progress, stop.
903 // TestLastAndPrevious. Run the iterator backwards, starting with last().
925 // If the iterator is not making progress, stop.
968 // Make sure that the index was at the correct position for the break iterator to have
971 errln("testFollowing(): iterator returned DONE prematurely.");
1010 // Make sure that the index was at the correct position for the break iterator to have
1013 errln("testPreceding(): iterator returne
1043 doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td) argument
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc415 HeapIterator iterator; local
416 for (HeapObject* obj = iterator.next(); obj != NULL; obj = iterator.next()) {
/external/webkit/WebCore/dom/
H A DDocument.cpp1085 typedef HashMap<AtomicStringImpl*, Element*>::iterator iterator; typedef
1089 pair<iterator, bool> addResult = m_elementsById.add(elementId.impl(), element);
1100 iterator cachedItem = m_elementsById.find(elementId.impl());
1451 HashSet<Document*>::iterator it = documentsThatNeedStyleRecalc->begin();
2607 ListHashSet<Node*>::iterator begin = m_styleSheetCandidateNodes.begin();
2608 ListHashSet<Node*>::iterator end = m_styleSheetCandidateNodes.end();
2609 ListHashSet<Node*>::iterator it = end;
2641 ListHashSet<Node*>::iterator begin = m_styleSheetCandidateNodes.begin();
2642 ListHashSet<Node*>::iterator en
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 163 milliseconds

123456