Searched refs:index (Results 501 - 525 of 1857) sorted by relevance

<<21222324252627282930>>

/haiku/headers/private/textencoding/
H A DCharacterSetRoster.h86 uint32 index; //! the state variable for iteration member in class:BPrivate::BCharacterSetRoster
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp82 ExtendedServerInfo::ShareInfoAt(int32 index) const
84 if (index < 0 || index >= fShareInfos.Count())
86 return fShareInfos.ElementAt(index);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DConnection.h24 virtual Channel* DownStreamChannelAt(int32 index) const = 0;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPMRUHandler.h22 int32 index, KPPPConfigurePacket& nak, KPPPConfigurePacket& reject);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaAddon.h47 status_t AutoStart(int index, BMediaNode **outNode, int32 *outInternalID, bool *outHasMore);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamRoster.h28 CamDevice* CameraAt(int32 index);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h29 int32 &index);
53 int32 index,
57 BParameterGroup** subgroup, int32 index,
60 int32 index, uint16 wValue);
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp79 get_timeout_for_index(int32 index) argument
81 if (index < 0)
83 if (index >= kNumberOfTimeoutOptions)
85 return gTimeoutOptions[index].timeout;
92 int32 index = get_index_for_timeout(timeout); local
93 return gTimeoutOptions[index].label;
137 int32 index; local
138 msg->FindInt32("index", &index);
139 fSettings->ReplaceInt32("defaultPartition", index);
[all...]
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartRenderer.h28 int32 index,
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.h25 Observer* ObserverAtFast(int32 index) const;
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPointCommand.h20 int32 index,
H A DChangePointCommand.h19 int32 index,
H A DInsertPointCommand.h19 int32 index,
/haiku/src/apps/mediaplayer/support/
H A DNotifier.h24 Listener* ListenerAtFast(int32 index) const;
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h52 InitiateDrag(BPoint where, int32 index, bool wasSelected) argument
101 int32 index; local
103 if (message->FindInt32("index", i, &index) != B_OK)
105 FileListItem* item = (FileListItem*)ItemAt(index);
/haiku/src/kits/midi2/
H A DMidiProducer.cpp197 BMidiProducer::ConsumerAt(int32 index) const
199 ASSERT(index >= 0 && index < CountConsumers())
201 return (BMidiConsumer*) fConnections->ItemAt(index);
/haiku/src/kits/shared/
H A DQueryFile.cpp86 for (int32 index = 0; index < 100; index++) {
89 &message, index);
209 BQueryFile::VolumeAt(int32 index) const
211 if (index < 0 || index >= fVolumes.CountItems())
214 return (dev_t)(addr_t)fVolumes.ItemAt(index);
346 BQueryFile::_SetQuery(int32 index) argument
/haiku/src/servers/app/
H A DWindowList.cpp29 WindowList::WindowList(int32 index) argument
31 fIndex(index),
44 WindowList::SetIndex(int32 index) argument
46 fIndex = index;
/haiku/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp138 get_child_partition(partition_id partitionID, int32 index) argument
142 if (KPartition* child = partition->ChildAt(index))
167 create_child_partition(partition_id partitionID, int32 index, off_t offset, argument
173 if (partition->CreateChild(childID, index, offset, size, &child)
178 partitionID, index));
237 int index = 0; local
238 while (size >= 1024 && suffixes[index + 1]) {
240 index++;
248 fileSystemName, int32(result / 10), int32(result % 10), suffixes[index]);
/haiku/src/tests/system/kernel/unit/
H A DTestSuite.cpp41 TestSuite::TestAt(int32 index) const
43 return index >= 0 && index < fTestCount ? fTests[index] : NULL;
/haiku/src/tools/restest/
H A DWarnings.h28 const char* WarningAt(int32 index) const;
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp145 for (int32 index = 0 ; index < fEventsWanted.CountMessages() ; index++) {
146 BMessage* msg = fEventsWanted.FindMessage(index);
147 // printf("%s:Petition %ld ... of %ld msg #%p\n", __FUNCTION__, index,
/haiku/headers/os/package/solver/
H A DSolverPackageSpecifierList.h28 const BSolverPackageSpecifier* SpecifierAt(int32 index) const;
/haiku/headers/os/interface/
H A DRegion.h43 BRect RectAt(int32 index);
44 BRect RectAt(int32 index) const;
45 clipping_rect RectAtInt(int32 index);
46 clipping_rect RectAtInt(int32 index) const;
/haiku/src/add-ons/accelerants/radeon/
H A DGetModeInfo.c106 int32 index; local
112 index = 0;
114 index = 1;
118 memcpy(info, &routes->port_info[index].edid, sizeof(struct edid1_info));

Completed in 121 milliseconds

<<21222324252627282930>>