Searched refs:Next (Results 251 - 275 of 392) sorted by path

<<111213141516

/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp201 while (struct chain* chain = iterator.Next()) {
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.cpp101 cookie = partition.Next();
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp516 fHead = partition->Next();
545 otherLogical = otherLogical->Next();
574 partition = partition->Next();
607 LogicalPartition* next = partition->Next();
H A DPartitionMap.h268 LogicalPartition* Next() const function in class:LogicalPartition
H A DPartitionMapWriter.cpp161 if (logical->Next() != NULL)
162 logical->Next()->GetPartitionDescriptor(descriptor, true);
214 LogicalPartition* next = logical->Next();
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp2339 LogicalPartition* next = logical->Next();
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp461 char begin = Next(stream);
560 char c = Next(stream);
562 c = Next(stream);
643 string += Next(stream);
667 char c = Next(stream);
674 Response::Next(BDataIO& stream) function in class:IMAP::Response
H A DResponse.h171 char Next(BDataIO& stream);
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp135 const IPPPrinterMap::Entry& entry = iterator.Next();
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp347 _Thumb().data_offset = fRead.Next<uint32>();
349 _Thumb().bytes = fRead.Next<uint32>();
430 whiteBalance[3] = fRead.Next<uint16>();
453 if (fRead.Next<uint16>() != 42)
456 uint32 offset = fRead.Next<uint32>();
492 fRead.Next<uint16>();
494 fMeta.iso_speed = fRead.Next<uint16>();
498 fRead.Next<uint32>();
500 fMeta.iso_speed = 50 * pow(2, fRead.Next<uint16>() / 32.0 - 4);
501 fRead.Next<uint1
[all...]
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp757 Iterator::Next() function in class:Iterator
H A DRTF.h153 Element *Next();
/haiku/src/apps/bootmanager/
H A DBootManagerWindow.cpp66 fController.Next(fWizardView);
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp256 while (ThreadWaitObject* object = it.Next()) {
576 ThreadSchedulingState* threadState = it.Next();) {
599 ThreadSchedulingState* threadState = it.Next();) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp114 IOOperation* operation = it.Next();) {
133 IOOperation* operation = it.Next();) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp134 UserBreakpoint* newBreakpoint = it.Next();
150 newBreakpoint = it.Next();
193 newBreakpoint = it.Next();
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();
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp364 Listener* listener = it.Next();) {
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp557 while (lineReader.Next(str)) {
H A DPlaylistFileReader.cpp102 while (lineReader.Next(line)) {
129 lineReader.Next(line);
137 bool lineRead = lineReader.Next(line);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp361 while ((cookie = it.Next()) != NULL) {
371 cookie = it.Next();
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp274 data = data->Next();
319 data = data->Next();
337 data = data->Next();
369 fCurrentSmallData = fCurrentSmallData->Next();
375 fCurrentSmallData = fCurrentSmallData->Next();
H A Dbfs.h101 inline small_data *Next();
247 inline small_data *small_data::Next() function in class:small_data
/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())

Completed in 193 milliseconds

<<111213141516