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

1234567891011>>

/haiku/src/kits/package/solver/
H A DSolverRepository.cpp154 while (const BPackageInfo* packageInfo = it.Next()) {
179 while (const BPackageInfo* packageInfo = it.Next()) {
296 while (const BPackageInfo* packageInfo = it.Next()) {
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp49 Listener* listener = it.Next();) {
307 Listener* listener = it.Next();) {
317 Listener* listener = it.Next();) {
/haiku/src/system/kernel/
H A DUserTimer.cpp1145 UserTimer* timer = it.Next();) {
1167 UserTimer* other = it.Next();) {
1182 UserTimer* other = it.Next();) {
1210 UserTimer* timer = it.Next();) {
1380 ThreadTimeUserTimer* timer = it.Next();) {
1399 TeamTimeUserTimer* timer = it.Next();) {
1542 RealTimeUserTimer* timer = it.Next();) {
1554 ThreadTimeUserTimer* timer = it.Next();) {
1562 TeamTimeUserTimer* timer = it.Next();) {
1576 TeamTimeUserTimer* timer = it.Next();) {
[all...]
H A Dlow_resource_manager.cpp301 low_resource_handler *handler = iterator.Next();
448 low_resource_handler* handler = iterator.Next();
488 low_resource_handler *handler = iterator.Next();
/haiku/src/system/kernel/vm/
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
/haiku/src/bin/debug/profile/
H A DTeam.cpp210 while (Thread* thread = it.Next()) {
238 while (Thread* thread = it.Next())
280 while (Thread* thread = it.Next())
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h103 AddressType &Next() { return fBaseIterator.Next()->address; } function in class:AddressSet::Iterator
116 ContainedAddress *container = it.Next();
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h106 AddressType &Next() { return fBaseIterator.Next()->address; } function in class:AddressSet::Iterator
119 ContainedAddress *container = it.Next();
/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();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp61 Image* newImage = it.Next();
68 newImage = it.Next();
84 newImage = it.Next();
H A DThreadListView.cpp62 Thread* newThread = it.Next();
71 newThread = it.Next();
87 newThread = it.Next();
H A DBreakpointListView.cpp134 UserBreakpoint* newBreakpoint = it.Next();
150 newBreakpoint = it.Next();
193 newBreakpoint = it.Next();
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp161 if (logical->Next() != NULL)
162 logical->Next()->GetPartitionDescriptor(descriptor, true);
214 LogicalPartition* next = logical->Next();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddspkginit.c283 Arg = Arg->Common.Next;
394 Arg = Arg->Common.Next;
429 Arg = Arg->Common.Next;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devhandler.c302 HandlerObj = HandlerObj->AddressSpace.Next;
470 /* Next handler object */
472 HandlerObj = HandlerObj->AddressSpace.Next;
697 HandlerObj->AddressSpace.Next = ObjDesc->CommonNotify.Handler;
H A Devregion.c558 *LastObjPtr = ObjDesc->Region.Next;
559 ObjDesc->Region.Next = NULL; /* Must clear field */
636 LastObjPtr = &ObjDesc->Region.Next;
637 ObjDesc = ObjDesc->Region.Next;
700 RegionObj->Region.Next = HandlerObj->AddressSpace.RegionList;
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp953 ThreadState* state = it.Next();) {
997 VMArea* area = it.Next();) {
1066 AreaInfo* areaInfo = it.Next();) {
1088 ImageInfo* info = it.Next();) {
1179 AreaInfo* areaInfo = it.Next();) {
1209 AreaInfo* areaInfo = it.Next();) {
1296 AreaInfo* areaInfo = it.Next();) {
1308 AreaInfo* areaInfo = it.Next();) {
1346 AreaInfo* areaInfo = it.Next();) {
1360 AreaInfo* areaInfo = it.Next();) {
[all...]
/haiku/src/system/boot/loader/
H A Dheap.cpp80 FreeChunk* Next() const function in struct:FreeChunkData
439 chunk->Next());
440 chunk = chunk->Next();
588 chunk = chunk->Next();
600 FreeChunk* nextChunk = chunk->Next();
H A Dpartitions.cpp134 while ((child = (Partition *)iterator.Next()) != NULL) {
153 while ((p = (Partition *)iterator.Next()) != NULL) {
400 while ((child = (Partition *)iterator.Next()) != NULL) {
/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 DAVLTreeMap.h69 Node* Next(Node* node) const;
206 inline Value Next() function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
208 if (AVLTreeNode* node = fTreeIterator.Next())
215 if (AVLTreeNode* node = fTreeIterator.Next())
300 // Next
303 _AVL_TREE_MAP_CLASS_NAME::Next(Node* node) const function in class:_AVL_TREE_MAP_CLASS_NAME
308 AVLTreeNode* treeNode = fTree.Next(_GetAVLTreeNode(node));
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h313 Node* Next(Node* node) const;
376 inline Value* Next() function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
378 fIterator.Next();
464 TWO_KEY_AVL_TREE_CLASS_NAME::Next(Node* node) const function in class:TWO_KEY_AVL_TREE_CLASS_NAME
466 return fTreeMap.Next(node);
511 node = less ? Previous(node) : Next(node);
573 it.Next();
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp122 Session *&Next() { return fNext; } function in class:Session
190 return value->Next();
218 return value->Next();
272 prefetchSession = prefetchSession->Next()) {
357 session->Next() = sMainPrefetchSessions;
612 struct node *node = iterator.Next();
831 sMainPrefetchSessions = session->Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp172 return index->fNodes->GetIterator().Next();
346 Iterator* iterator = it.Next();) {
363 Iterator* iterator = it.Next();) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp230 it.Next().value->ReleaseReference();
237 it.Next().value->ReleaseReference();
244 it.Next().value->ReleaseReference();
252 it.Next().value->ReleaseReference();
260 it.Next().value->ReleaseReference();
268 Volume* volume = it.Next().value;
822 Volume* volume = it.Next().value;
1097 ClientVolume* clientVolume = it.Next().value;
1185 ClientVolume* clientVolume = it.Next().value;
1280 ClientVolume* clientVolume = it.Next()
[all...]

Completed in 256 milliseconds

1234567891011>>