Searched refs:HasNext (Results 126 - 146 of 146) sorted by path

123456

/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp976 while (i.HasNext()) {
H A Ddevice_manager.cpp229 while (iterator.HasNext()) {
461 if (!iterator.HasNext()) {
490 while (iterator.HasNext()) {
497 if (!iterator.HasNext())
520 while (iterator.HasNext() && last != NULL) {
527 if (!iterator.HasNext()) {
681 while (iterator.HasNext() && last != NULL) {
689 while (iterator.HasNext()) {
938 while (iterator.HasNext()) {
1479 while (iterator.HasNext()) {
[all...]
H A Dlegacy_drivers.cpp562 while (iterator.HasNext()) {
774 while (iterator.HasNext()) {
886 while (iterator.HasNext()) {
/haiku/src/system/kernel/
H A Delf.cpp190 while (iterator.HasNext()) {
252 while (iterator.HasNext()) {
370 while (iterator.HasNext()) {
426 while (iterator.HasNext()) {
450 while (iterator.HasNext()) {
576 while (iterator.HasNext()) {
1779 while (iterator.HasNext()) {
H A Dkernel_daemon.cpp116 while (iterator.HasNext()) {
144 while (iterator.HasNext()) {
H A Dlow_resource_manager.cpp300 while (iterator.HasNext()) {
447 while (iterator.HasNext()) {
487 while (iterator.HasNext()) {
H A Dmodule.cpp908 for (int32 i = 0; hashIterator.HasNext(); i++) {
1162 while (iterator.HasNext()) {
1174 while (imageIterator.HasNext()) {
1620 while (iterator.HasNext()) {
1654 while (iterator.HasNext()) {
1863 while (iterator.HasNext()) {
1881 while (imageIterator.HasNext()) {
2165 for (uint32 i = 0; iterator.HasNext(); i++) {
/haiku/src/system/kernel/events/
H A Devent_queue.cpp171 while (iter.HasNext()) {
186 while (listIter.HasNext()) {
H A Dwait_for_objects.cpp772 it.HasNext();) {
843 it.HasNext();) {
894 it.HasNext();) {
/haiku/src/system/kernel/fs/
H A Drootfs.cpp450 while (i.HasNext()) {
H A Dvfs.cpp1586 while (iterator.HasNext()) {
1624 while (iterator.HasNext()) {
1753 while (iterator.HasNext()) {
2992 while (iterator.HasNext()) {
3216 while (iterator.HasNext()) {
3265 while (iterator.HasNext()) {
3295 while (iterator.HasNext()) {
3330 while (iterator.HasNext()) {
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp413 while (iterator.HasNext()) {
426 while (iterator.HasNext()) {
H A Dxsi_semaphore.cpp234 while (iterator.HasNext()) {
253 while (iterator.HasNext()) {
347 while (iterator.HasNext()) {
419 while (iterator.HasNext()) {
647 while (iterator.HasNext()) {
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp63 if (!iterator.HasNext())
67 while (iterator.HasNext()) {
690 if (iterator.HasNext()
727 if (iterator.HasNext()) {
728 while (iterator.HasNext()) {
731 iterator.HasNext() ? ", " : "");
793 if (idleIterator.HasNext()) {
796 while (idleIterator.HasNext())
/haiku/src/system/kernel/slab/
H A DSlab.cpp267 while (it.HasNext()) {
311 if (iterator.HasNext())
317 if (iterator.HasNext())
323 if (iterator.HasNext())
690 it.HasNext();) {
768 it.HasNext();) {
/haiku/src/system/kernel/vm/
H A Dvm.cpp3652 while (iterator.HasNext()) {
/haiku/src/tests/kits/net/service/
H A DCookieTest.cpp73 while (it.HasNext()) {
352 while (it.HasNext()) {
380 while (it.HasNext()) {
848 while (it.HasNext()) {
H A DHttpTest.cpp252 CPPUNIT_ASSERT(!context->GetCookieJar().GetIterator().HasNext());
294 CPPUNIT_ASSERT(!context->GetCookieJar().GetIterator().HasNext());
356 CPPUNIT_ASSERT(!context->GetCookieJar().GetIterator().HasNext());
492 CPPUNIT_ASSERT(!context.GetCookieJar().GetIterator().HasNext());
548 while (iter.HasNext()) {
649 CPPUNIT_ASSERT(!context->GetCookieJar().GetIterator().HasNext());
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp178 while (iterator.HasNext()) {
211 while (iterator.HasNext()) {
361 CPPUNIT_ASSERT_EQUAL(table.GetIterator().HasNext(), false);
387 CPPUNIT_ASSERT_EQUAL(table.GetIterator().HasNext(), false);
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp319 while (iterator.HasNext()) {
346 while (iterator.HasNext()) {
360 while (iterator.HasNext()) {
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp290 while (res == B_OK && iter.HasNext()) {

Completed in 374 milliseconds

123456