Searched refs:index (Results 476 - 500 of 1857) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/tracker/
H A DFSClipboard.cpp229 for (int32 index = 0; index < listCount; index++) {
231 BPose* pose = (BPose*)list->ItemAt(index);
336 for (int32 index = 0; index < listCount; index++) {
338 BPose* pose = (BPose*)list->ItemAt(index);
393 for (int32 index = 0; clip->GetInfo(B_REF_TYPE, index,
724 int32 index = 0; local
825 int32 index = 0; local
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamRoster.cpp111 CamRoster::CameraAt(int32 index) argument
114 return (CamDevice *)fCameras.ItemAt(index);
147 int32 index;
152 for (index = 0; get_nth_image_symbol(fAddon->ImageID(),
153 index, NULL, NULL,
155 (void **)&get_webcam_addon_func) == B_OK; index++) {
/haiku/src/apps/terminal/
H A DColorListView.cpp48 ColorListView::InitiateDrag(BPoint where, int32 index, bool wasSelected) argument
51 = dynamic_cast<ColorItem*>(ItemAt(index));
119 int32 index = IndexOf(dropPoint); local
120 ColorItem* item = dynamic_cast<ColorItem*>(ItemAt(index));
126 uint32 command = index == CurrentSelection()
141 InvalidateItem(index);
/haiku/src/apps/webpositive/
H A DConsoleWindow.cpp96 int32 index = fMessagesListView->CountItems() - 1; local
97 BStringItem* item = (BStringItem*)fMessagesListView->ItemAt(index);
99 fMessagesListView->InvalidateItem(index);
142 int32 index; local
149 for (int32 i = 0; (index = fMessagesListView->CurrentSelection(i)) >= 0; i++) {
150 BStringItem* item = (BStringItem*)fMessagesListView->ItemAt(index);
/haiku/src/apps/icon-o-matic/generic/command/
H A DMoveCommand.h78 // are removed before that index
107 int32 index = fIndices[0];
110 if (index != fToIndex) {
115 // the insertion index is the same as the index of the first
120 if (fIndices[i] != index + 1) {
124 index = fIndices[i];
151 // add paths to container at the insertion index
152 int32 index = fToIndex;
154 if (fItems[i] && !fContainer->AddItem(fItems[i], index
[all...]
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp57 int32 index = 0; local
59 for (int32 row = 0; row < layout->CountRows(); row += 3, index++) {
68 if (fSettings->FindMessage("partition", index, &partition) != B_OK)
74 fSettings->ReplaceMessage("partition", index, &partition);
192 PartitionsPage::_CreateControlMessage(uint32 what, int32 index) argument
195 message->AddInt32("index", index);
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp315 uint32 index = *_cookie; local
319 for (; sPCI->get_nth_pci_info(index, &info) == B_OK; index++) {
342 *_cookie = index + 1;
367 for (uint32 index = 0; index < sDeviceCount; index++) {
368 agp_device_info &deviceInfo = sDeviceInfos[index];
377 for (uint32 index = 0; index < sDeviceCoun
676 uint32 index = offset >> PAGE_SHIFT; local
853 get_nth_agp_info(uint32 index, agp_info *info) argument
[all...]
/haiku/headers/os/interface/
H A DCardLayout.h19 void SetVisibleItem(int32 index);
41 int32 index) const;
43 BLayoutItem* item, int32 index);
H A DOptionPopUp.h34 virtual bool GetOptionAt(int32 index, const char** _name,
36 virtual void RemoveOptionAt(int32 index);
39 int32 index);
H A DOptionControl.h32 virtual bool GetOptionAt(int32 index, const char** _name,
34 virtual void RemoveOptionAt(int32 index) = 0;
37 int32 index) = 0;
/haiku/headers/private/fs_shell/
H A Dfssh_disk_device_manager.h27 int32_t index; // [sys] member in struct:fssh_partition_data
104 int32_t index);
109 fssh_partition_id partitionID, int32_t index,
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartitionListener.h23 virtual void IndexChanged(KPartition *partition, int32 index);
37 int32 index);
39 int32 index);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp49 WritePIOReg(uint32 offset, int16 index, uint8 value) argument
54 prInfo.index = index;
65 ReadPIOReg(uint32 offset, int16 index) argument
70 prInfo.index = index;
89 WriteCrtcReg(uint8 index, uint8 value) argument
91 WritePIOReg(CRTC_INDEX - 0x300, index, value);
103 ReadCrtcReg(uint8 index) argument
105 return ReadPIOReg(CRTC_INDEX - 0x300, index);
[all...]
/haiku/src/apps/mail/
H A DWIndex.h75 inline WIndexEntry* ItemAt(int32 index) { argument
77 (fEntryList + (index * fEntrySize));
96 virtual FileEntry* GetEntry(int32 index);
/haiku/src/kits/storage/
H A DQueryPredicate.cpp58 LeafNode::SetChildAt(QueryNode *child, int32 index) argument
65 LeafNode::ChildAt(int32 index) argument
95 UnaryNode::SetChildAt(QueryNode *child, int32 index) argument
98 if (index == 0) {
108 UnaryNode::ChildAt(int32 index) argument
111 if (index == 0)
143 BinaryNode::SetChildAt(QueryNode *child, int32 index) argument
146 if (index == 0) {
149 } else if (index == 1) {
159 BinaryNode::ChildAt(int32 index) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp80 Attribute::Find(int32 index) argument
82 return _Find(NULL, index);
245 Attribute::_Find(const char* name, int32 index) argument
264 + fInode->Node().ExtraInodeSize(), end, name, index, &count,
267 index -= count;
278 fBlock.Block() + fVolume->BlockSize(), name, index, NULL,
290 const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry)
295 return _FindAttribute(start + sizeof(uint32), end, name, index, count,
302 int32 index, int32 *count, ext2_xattr_entry** _entry)
309 return _FindAttribute(start + sizeof(ext2_xattr_header), end, name, index,
289 _FindAttributeBody(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
301 _FindAttributeBlock(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
315 _FindAttribute(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
[all...]
/haiku/src/kits/mail/
H A DMailContainer.cpp116 BMailComponent *BMIMEMultipartMailContainer::GetComponent(int32 index, bool parse_now) { argument
117 if (index >= CountComponents())
120 if (BMailComponent *component = (BMailComponent *)_components_in_code.ItemAt(index))
123 message_part *part = (message_part *)(_components_in_raw.ItemAt(index));
149 _components_in_code.ReplaceItem(index,piece);
168 int32 index = _components_in_code.IndexOf(component);
172 delete (BMailComponent *)_components_in_code.RemoveItem(index);
173 delete (message_part *)_components_in_raw.RemoveItem(index);
180 BMIMEMultipartMailContainer::RemoveComponent(int32 index) argument
182 if (index >
[all...]
/haiku/src/apps/text_search/
H A DChangesIterator.cpp57 int32 index = 0; local
58 while (index < fIteratorIndex && iterator.HasNext()) {
60 index++;
/haiku/src/servers/midi/
H A DMidiServerApp.h71 app_t* _AppAt(int32 index);
74 endpoint_t* _EndpointAt(int32 index);
77 endpoint_t* _ConnectionAt(endpoint_t* prod, int32 index);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp71 for (int32 index = 0; index < discovery.CountTags(); index++) {
72 tag = discovery.TagAt(index);
207 for (int32 index = 0; index < sDevices->CountItems(); index++) {
208 query = sQueries->ItemAt(index);
234 for (int32 index = 0; index < sDevice
[all...]
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DSearchWindow.cpp91 int32 index; local
94 message->FindInt32("index", &index);
95 BStringItem *result = (BStringItem*)searchResults->ItemAt(index);
/haiku/src/kits/interface/
H A DRegion.cpp148 BRegion::RectAt(int32 index) argument
150 return const_cast<const BRegion*>(this)->RectAt(index);
155 BRegion::RectAt(int32 index) const
157 if (index >= 0 && index < fCount) {
158 const clipping_rect& r = fData[index];
168 BRegion::RectAtInt(int32 index) argument
170 return const_cast<const BRegion*>(this)->RectAtInt(index);
175 BRegion::RectAtInt(int32 index) const
177 if (index >
[all...]
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp46 unsigned int index; member in struct:fcntl_info
81 kFcntlNames[kFcntls[i].index] = kFcntls[i].name;
83 kFcntlTypeHandlers[kFcntls[i].index] = kFcntls[i].handler;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c2 * index.c - NTFS index handling. Originated from the Linux-NTFS project.
42 #include "index.h"
52 * ntfs_index_entry_mark_dirty - mark an index entry dirty
53 * @ictx: ntfs index context describing the index entry
55 * Mark the index entry described by the index entry context @ictx dirty.
57 * If the index entry is in the index roo
[all...]
/haiku/headers/private/textencoding/
H A DCharacterSet.h72 * @brief returns the index'th alias, or NULL if out of range
73 * @return the index'th alias, or NULL if out of range
75 const char * AliasAt(uint32 index) const;

Completed in 139 milliseconds

<<11121314151617181920>>