Searched refs:Next (Results 101 - 125 of 392) sorted by path

1234567891011>>

/haiku/src/kits/tracker/
H A DRegExp.h140 char* Next(char*);
141 const char* Next(const char*) const;
H A DVirtualDirectoryManager.cpp268 BDriverParameter parameter = it.Next();
/haiku/src/servers/package/
H A DJobQueue.cpp110 for (JobList::Iterator it = fJobs.GetIterator(); Job* job = it.Next();) {
H A DPackageManager.cpp139 Package* package = it.Next();
H A DVolumeState.cpp96 Package* package = it.Next();) {
/haiku/src/servers/registrar/
H A DAppInfoListMessagingTargetSet.cpp34 // Next
36 AppInfoListMessagingTargetSet::Next(port_id &port, int32 &token) function in class:AppInfoListMessagingTargetSet
H A DAppInfoListMessagingTargetSet.h24 virtual bool Next(port_id &port, int32 &token);
H A DMessageDeliverer.cpp74 // Next
76 DefaultMessagingTargetSet::Next(port_id &port, int32 &token) function in class:DefaultMessagingTargetSet
132 // Next
134 SingleMessagingTargetSet::Next(port_id &port, int32 &token) function in class:SingleMessagingTargetSet
663 targets.Next(portID, token);
H A DMessageDeliverer.h20 virtual bool Next(port_id &port, int32 &token) = 0;
32 virtual bool Next(port_id &port, int32 &token);
49 virtual bool Next(port_id &port, int32 &token);
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp60 while ((entry = iterator.Next()) != NULL) {
71 while ((entry = iterator.Next()) != NULL) {
92 entry = iterator->Next();
106 entry = iterator->Next();
173 while ((entry = iterator.Next()) != NULL) {
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/src/system/boot/loader/net/
H A DIP.cpp228 uint16 Next() function in struct:Iterator
243 fBuffer = fBuffer->Next();
262 checksum += it.Next();
H A DTCP.cpp174 TCPPacket::Next() const function in class:TCPPacket
221 packet = packet->Next())
412 fFirstSentPacket = packet->Next();
492 queuedPacket = queuedPacket->Next()) {
499 if (queuedPacket->Next()->SequenceNumber()
501 packet->SetNext(queuedPacket->Next());
509 packet = packet->Next();
519 packet = packet->Next()) {
536 fFirstPacket = packet->Next();
547 packet != NULL && packet->Next() !
[all...]
H A DUDP.cpp70 UDPPacket::Next() const function in class:UDPPacket
253 fFirstPacket = packet->Next();
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h1231 struct ViewPort *Next; member in struct:ViewPort
/haiku/src/system/kernel/
H A DTeamThreadTables.h38 Element* Next() function in struct:BKernel::TeamThreadTable::Iterator
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 Dboot_item.cpp54 boot_item *item = it.Next();
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp133 while (M68KPagingStructures040* info = it.Next())
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp138 while (PPCPagingStructures460* info = it.Next())
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp138 while (PPCPagingStructuresClassic* info = it.Next())
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp171 memory_type_range* range = it.Next();) {
187 memory_type_range* range = it.Next();
192 range = it.Next();
199 while (memory_type_range* nextRange = nextIt.Next()) {
251 while ((range = it.Next()) != NULL) {
322 memory_type_range* range = it.Next();) {
373 memory_type_range_point* pendingPoint = it.Next();) {
395 memory_type_range_point* pendingPoint = it.Next();) {
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp130 while (X86PagingStructures32Bit* info = it.Next())
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp55 while (InstalledBreakpoint* installedBreakpoint = it.Next()) {
227 while (InstalledBreakpoint* installedBreakpoint = it.Next()) {
300 while (InstalledBreakpoint* installed = it.Next()) {
349 InstalledBreakpoint* installed = it.Next();
370 installed = it.Next();
408 installed = it.Next();
461 Breakpoint* breakpoint = it.Next();) {
471 Breakpoint* breakpoint = it.Next();) {
589 InstalledWatchpoint* watchpoint = it.Next();) {
/haiku/src/system/kernel/device_manager/
H A Did_generator.cpp132 id_generator* generator = iterator.Next();

Completed in 192 milliseconds

1234567891011>>