Searched refs:Next (Results 126 - 150 of 392) sorted by path

1234567891011>>

/haiku/src/system/kernel/device_manager/
H A Dio_resources.cpp84 io_resource* resource = iterator.Next();
/haiku/src/system/kernel/fs/
H A DVnode.cpp73 LockWaiter* someWaiter = it.Next();) {
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h70 Element* Next();
192 RUN_QUEUE_CLASS_NAME::ConstIterator::Next() function in class:RUN_QUEUE_CLASS_NAME::ConstIterator
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp280 return sAddressSpaceTable.GetIterator().Next();
292 it.Next();
293 return it.Next();
358 while (VMAddressSpace* space = it.Next()) {
362 VMArea* area = areaIt.Next();) {
H A DVMPageQueue.h50 inline vm_page* Next(vm_page* page) const;
194 vm_page* page = it.Next();) {
266 VMPageQueue::Next(vm_page* page) const function in class:VMPageQueue
H A DVMTranslationMap.cpp178 while ((mapping = iterator.Next()) != NULL) {
236 while ((mapping = iterator.Next()) != NULL) {
/haiku/src/system/runtime_loader/
H A Dadd_ons.cpp135 while (RuntimeLoaderAddOn* addOn = it.Next()) {
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp64 for (BNetworkCookieJar::UrlIterator it(j.GetUrlIterator(url)); (c = it.Next()); ) {
65 //for (BNetworkCookieJar::Iterator it(j.GetIterator()); c = it.Next(); ) {
98 for (BNetworkCookieJar::Iterator it(j.GetIterator()); (c = it.Next()); )
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp80 while ((item = iterator.Next()) != NULL) {
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp214 device_attr_private* attr = iterator.Next();
308 Device* device = iterator.Next();
327 device_node* child = nodeIterator.Next();
471 device_node* node = iterator.Next();
479 device_node* node = iterator.Next();
558 Device* device = iterator.Next();
1011 device_node* child = nodeIterator.Next();
1019 Device* device = deviceIterator.Next();
1028 device_attr_private* attr = attrIterator.Next();
1208 device_attr_private* attr = iterator.Next();
[all...]
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp168 CheckSumBlock* block = it.Next();) {
372 (nextDevice = it.Next()) != NULL;) {
904 RawDevice* device = it.Next();) {
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp108 NodeInfo* info = it.Next();) {
169 NodeInfo* info = it.Next();) {
363 NodeInfo* info = it.Next();) {
402 BlockInfo* info = it.Next();) {
432 BlockInfo* info = it.Next();) {
/haiku/src/tests/system/kernel/util/
H A DDoublyLinkedListTest.cpp112 while (iterator.Next() != NULL)
123 while ((item = iterator.Next()) != NULL) {
139 while ((item = iterator.Next()) != NULL) {
155 while (iterator.Next() != NULL)
H A DSinglyLinkedListTest.cpp72 Element* element = iterator.Next();
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h365 ValueType* Next() function in class:BOpenHashTable::Iterator
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp284 entry = iter.Next();
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp120 const BPackageInfo* info = it.Next();) {
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h136 Element *Next() function in class:FSShell::DoublyLinkedList::Iterator
198 Element *Next() function in class:FSShell::DoublyLinkedList::ConstIterator
242 Element *Next() function in class:FSShell::DoublyLinkedList::ReverseIterator
299 Element *Next() function in class:FSShell::DoublyLinkedList::ConstReverseIterator
/haiku/headers/private/kernel/
H A Dthread_types.h717 Team* Next();
730 Thread* Next();
/haiku/headers/private/kernel/util/
H A DAVLTree.h48 Value* Next(Value* value) const;
157 inline Value* Next() function in class:AVLTree::ConstIterator
159 if (AVLTreeNode* node = fTreeIterator.Next())
249 AVLTree<Definition>::Next(Value* value) const function in class:AVLTree
254 AVLTreeNode* node = fTree.Next(_GetAVLTreeNode(value));
H A DAVLTreeBase.h55 AVLTreeNode* Next(AVLTreeNode* node) const;
136 inline AVLTreeNode* Next() function in class:AVLTreeIterator
141 fNext = fParent->Next(fNext);
221 return AVLTreeIterator(this, node, Next(node));
H A DDoublyLinkedList.h141 Element* Next() function in class:DoublyLinkedList::Iterator
203 Element* Next() function in class:DoublyLinkedList::ConstIterator
247 Element* Next() function in class:DoublyLinkedList::ReverseIterator
304 Element* Next() function in class:DoublyLinkedList::ConstReverseIterator
H A DDoublyLinkedQueue.h53 Element *Next() function in class:DoublyLinkedQueue::Iterator
110 Element *Next() function in class:DoublyLinkedQueue::ConstIterator
H A DOpenHashTable.h365 ValueType* Next() function in class:BOpenHashTable::Iterator
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h189 VMArea* Next() function in class:VMAddressSpace::AreaIterator
229 VMArea* Next() function in class:VMAddressSpace::AreaRangeIterator
245 Next();

Completed in 163 milliseconds

1234567891011>>