Searched refs:Iterator (Results 51 - 75 of 145) sorted by relevance

123456

/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DSample.java12 import java.util.Iterator;
258 private void printEntries(String label, Iterator iterator) {
271 private void printValues(String label, Iterator iterator) {
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityJoin.java12 import java.util.Iterator;
281 public Iterator<V> iterator() {
285 public Iterator<V> iterator(LockMode lockMode) {
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DIterDeadlockTest.java11 import java.util.Iterator;
159 Iterator i2 = map2.values().iterator();
190 Iterator i1 = map1.values().iterator();
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DCheckedRadioButtons.cpp159 typedef HashSet<HTMLInputElement*>::const_iterator Iterator; typedef
160 Iterator end = m_members.end();
161 for (Iterator it = m_members.begin(); it != end; ++it) {
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DCookieJarQt.cpp61 QList<QNetworkCookie>::Iterator it = cookies.begin();
204 QList<QNetworkCookie>::Iterator it = cookies.begin();
205 QList<QNetworkCookie>::Iterator end = cookies.end();
/macosx-10.9.5/swig-10/Source/Modules/
H A Dxml.cxx119 Iterator ki;
220 Iterator s;
272 Iterator n = First(p);
H A Dcontract.cxx91 Iterator i;
207 Iterator ei;
269 Iterator i;
H A Ds-exp.cxx250 Iterator k;
285 Iterator k;
327 Iterator k;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp158 NotificationsQueue::Iterator iter = m_notifications.begin();
228 NotificationsQueue::Iterator iter = m_notifications.find(notification);
284 NotificationsQueue::Iterator iter = m_notifications.find(notification);
437 NotificationsQueue::Iterator end = m_notifications.end();
438 NotificationsQueue::Iterator iter = m_notifications.begin();
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2849 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
2852 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
2856 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
2858 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
2868 virtual ~Iterator() {}
2885 return new Iterator(*this);
2894 const Iterator* typed_other =
2895 CheckedDowncastToActualType<const Iterator>(&other);
2906 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
2972 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
2974 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3030 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3106 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3108 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3172 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3257 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3259 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3331 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3427 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3509 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3614 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3616 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
3704 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
3820 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
3822 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
3918 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4042 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4044 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4148 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4282 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4284 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4396 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMPropertyBag.h209 typedef HashMapType::const_iterator Iterator; typedef
210 Iterator current = m_hashMap.begin();
211 Iterator end = m_hashMap.end();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DInstVisitor.h89 template<class Iterator>
90 void visit(Iterator Start, Iterator End) {
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtree.c65 Iterator ki;
216 Iterator ki;
354 Iterator ki;
H A Dtypesys.c390 Iterator i, j;
400 Iterator j;
931 Iterator pi;
1011 Iterator pi;
1581 Iterator ki;
1592 Iterator rk;
1633 Iterator ki;
1758 Iterator rk, bk, ck;
1826 Iterator rrk;
1829 Iterator rl
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/txn/
H A DStoreWriter.java13 import java.util.Iterator;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dbytestrietest.cpp67 void checkIterator(BytesTrie::Iterator &iter, const StringAndValue data[], int32_t dataLength);
401 BytesTrie::Iterator iter(*trie, 0, errorCode);
402 if(errorCode.logIfFailureAndReset("BytesTrie::Iterator(trie) constructor")) {
452 BytesTrie::Iterator iter(*trie, 0, errorCode);
453 if(errorCode.logIfFailureAndReset("BytesTrie::Iterator(trie) constructor")) {
474 BytesTrie::Iterator iter(*trie, 4, errorCode);
475 if(errorCode.logIfFailureAndReset("BytesTrie::Iterator(trie) constructor")) {
529 BytesTrie::Iterator iter(*trie, 2, errorCode);
530 if(errorCode.logIfFailureAndReset("BytesTrie::Iterator(trie) constructor")) {
558 BytesTrie::Iterator ite
[all...]
H A Ducharstrietest.cpp74 void checkIterator(UCharsTrie::Iterator &iter, const StringAndValue data[], int32_t dataLength);
559 UCharsTrie::Iterator iter(*trie, 0, errorCode);
560 if(errorCode.logIfFailureAndReset("UCharsTrie::Iterator(trie) constructor")) {
610 UCharsTrie::Iterator iter(*trie, 0, errorCode);
611 if(errorCode.logIfFailureAndReset("UCharsTrie::Iterator(trie) constructor")) {
632 UCharsTrie::Iterator iter(*trie, 4, errorCode);
633 if(errorCode.logIfFailureAndReset("UCharsTrie::Iterator(trie) constructor")) {
687 UCharsTrie::Iterator iter(*trie, 2, errorCode);
688 if(errorCode.logIfFailureAndReset("UCharsTrie::Iterator(trie) constructor")) {
716 UCharsTrie::Iterator ite
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/access/
H A DAccessExample.java16 import java.util.Iterator;
203 Iterator iter = map.entrySet().iterator();
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredContainer.java12 import java.util.Iterator;
398 * else returns a regular/external Iterator. The iterator returned should
399 * be closed with the static method StoredIterator.close(Iterator).
401 final Iterator storedOrExternalIterator(Collection coll) {
H A DStoredIterator.java11 import java.util.Iterator;
20 * The Iterator returned by all stored collections.
22 * <p>While in general this class conforms to the {@link Iterator} interface,
25 * #close(java.util.Iterator)} allows calling close for all iterators without
30 * <p>This class implements the {@link Iterator} interface for all stored
43 * <li>{@link #close(Iterator)}</li>
63 public static void close(Iterator i) {
131 // --- begin Iterator/ListIterator methods ---
136 * This method conforms to the {@link Iterator#hasNext} interface.
193 * This method conforms to the {@link Iterator#nex
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java10 import java.util.Iterator;
186 Iterator<RawType> iter = all.iterator();
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqhttpheader.cpp59 QStringList::Iterator it = lst.begin();
109 QList<QPair<QString, QString> >::Iterator it = m_values.begin();
/macosx-10.9.5/libauto-185.5/
H A Dauto_gdb_interface.cpp553 typedef ReferenceIterator<Configuration> Iterator; typedef in struct:RetainedBlocksVisitor
556 typedef GDBPendingStack<Iterator> PendingStack;
557 typedef FullScanningStrategy<Iterator> ScanningStrategy;
584 RetainedBlocksVisitor::Iterator scanner(azone, visitor, pending_stack, (void *)auto_get_sp());
593 typedef ReferenceIterator<Configuration> Iterator; typedef in struct:NewBlocksVisitor
596 typedef GDBPendingStack<Iterator> PendingStack;
597 typedef GenerationalScanningStrategy<Iterator> ScanningStrategy;
623 NewBlocksVisitor::Iterator scanner(azone, visitor, pending_stack, (void *)auto_get_sp());
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsignerutils.h109 typedef ArchMap::iterator Iterator; typedef in class:Security::CodeSigning::ArchEditor
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsignerutils.h109 typedef ArchMap::iterator Iterator; typedef in class:Security::CodeSigning::ArchEditor

Completed in 270 milliseconds

123456