Searched refs:list (Results 251 - 275 of 437) sorted by relevance

<<1112131415161718

/haiku/headers/private/kernel/
H A Dthread_types.h27 #include <util/list.h>
223 Team *siblings_next; // next in parent's list; protected by
248 struct list dead_threads;
264 struct list image_list; // protected by sImageMutex
265 struct list watcher_list;
266 struct list sem_list; // protected by sSemsSpinlock
267 struct list port_list; // protected by sPortsLock
517 struct list waiters; // protected by fLock
/haiku/src/kits/interface/
H A DColumnListView.cpp39 / Description: Experimental multi-column list view.
320 bool SortList(BRowContainer* list, bool isVisible);
325 void AddSorted(BRowContainer* list, BRow* row);
326 void RecursiveDeleteRows(BRowContainer* list,
2037 // add this column to the sort list
2537 // Re-add the column at the end of the list.
3247 // Make sure selection list doesn't point to deleted rows!
3309 OutlineView::RecursiveDeleteRows(BRowContainer* list, bool isOwner) argument
3311 if (list == NULL)
3315 BRow* row = list
4431 BRowContainer* list = (parentRow == NULL) ? &fRows : parentRow->fChildList; local
4601 AddSorted(BRowContainer* list, BRow* row) argument
4807 SortList(BRowContainer* list, bool isVisible) argument
4863 BRowContainer* list; member in struct:stack_entry
5087 RecursiveOutlineIterator(BRowContainer* list, bool openBranchesOnly) argument
[all...]
H A DPrivateScreen.cpp42 BObjectList<BPrivateScreen> list; member in struct:__anon1722::Screens
46 list(2, true),
47 fLock("screen list")
126 for (int32 i = screens->list.CountItems(); i-- > 0;) {
127 BPrivateScreen* screen = screens->list.ItemAt(i);
147 screens->list.AddItem(screen);
165 screens->list.RemoveItem(screen);
/haiku/src/kits/tracker/
H A DFSClipboard.cpp199 /** This function adds the given poses list to the clipboard, for both copy
200 * and cut. All poses in the list must have "directory" as parent.
206 FSClipboardAddPoses(const node_ref* directory, PoseList* list, argument
210 int32 listCount = list->CountItems();
231 BPose* pose = (BPose*)list->ItemAt(index);
316 FSClipboardRemovePoses(const node_ref* directory, PoseList* list) argument
334 int32 listCount = list->CountItems();
338 BPose* pose = (BPose*)list->ItemAt(index);
643 // add the messenger if it's not already in the list
H A DNavMenu.cpp142 // If a types list exists iterate through the list and see if each item
143 // can support any item in the list and set the enabled state of the item.
200 // add it to the list
202 // If this is a symlink, add symlink to the list (below)
203 // resolve the symlink, add the resolved type to the list.
213 // scan the current list, don't add dups
265 BWindow* parentWindow, const BObjectList<BString>* list)
277 if (list != NULL)
278 *fTypesList = *list;
264 BNavMenu(const char* title, uint32 message, const BHandler* target, BWindow* parentWindow, const BObjectList<BString>* list) argument
296 BNavMenu(const char* title, uint32 message, const BMessenger& messenger, BWindow* parentWindow, const BObjectList<BString>* list) argument
842 SetTypesList(const BObjectList<BString>* list) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c30 static struct list sRootDevices;
192 device_t *list; local
205 list = malloc(count * sizeof(device_t));
206 if (!list)
211 list[count] = child;
215 *devlistp = list;
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h65 MaxPriority, GetLink>* list);
162 MaxPriority, GetLink>* list)
164 fList(list)
161 ConstIterator(const RunQueue<Element, MaxPriority, GetLink>* list) argument
/haiku/src/kits/media/
H A DSharedBufferList.cpp13 // TODO: don't use a simple list!
31 static BLocker sLocker("shared buffer list");
44 SharedBufferList* list; local
46 area_id area = create_area("shared buffer list", (void**)&list,
52 status_t status = list->_Init();
72 // ask media_server to get the area_id of the shared buffer list
81 sArea = clone_area("shared buffer list clone", (void**)&sList,
113 unmaps the list from memory.
127 // in the list wit
[all...]
/haiku/src/system/kernel/
H A Dtimer.cpp72 add_event_to_list(timer* event, timer* volatile* list) argument
77 // stick it in the event list
78 for (next = *list; next; last = next, next = (timer*)next->next) {
88 *list = event;
121 // affectedTimers list.
221 "Prints a list of all scheduled timers.\n", 0);
286 // we need to adjust it and add it back to the list
364 // if we were stuck at the head of the list, set the hardware timer
/haiku/src/apps/diskusage/
H A DPieView.h57 void _AddAppToList(vector<AppMenuItem*>& list,
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp142 a std::list to save unnecessarily \c statvfs()ing devices that have
155 std::list< std::pair<dev_t,bool> >::iterator i;
165 // If we get here, no such device is yet in our list,
/haiku/src/preferences/printers/
H A DPrinterListView.cpp59 // clear list
378 BListView* list = dynamic_cast<BListView*>(owner); local
379 if (list == NULL)
390 BRect bounds = list->ItemFrame(list->IndexOf(this));
/haiku/src/apps/drivesetup/
H A DMainWindow.h81 float _ColumnListViewHeight(BColumnListView* list,
/haiku/src/servers/launch/
H A DJob.h112 const BStringList& list);
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp15 #include <util/list.h>
/haiku/src/preferences/media/
H A DMediaViews.cpp73 SettingsView::AddInputNodes(NodeList& list) argument
78 _PopulateMenu(fInputMenu, list, message);
83 SettingsView::AddOutputNodes(NodeList& list) argument
88 _PopulateMenu(fOutputMenu, list, message);
/haiku/headers/os/game/
H A DWindowScreen.h43 void SetColorList(rgb_color* list, int32 firstIndex = 0,
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp21 #include <util/list.h>
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp404 BStringList list; local
405 list.Add("http");
406 list.Add("https");
407 throw BUnsupportedProtocol(__PRETTY_FUNCTION__, BUrl(url), list);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp92 LockingList<BWindow>* list)
102 fWindowList(list),
112 // window list is Locked by Tracker around this constructor
113 if (list != NULL)
114 list->AddItem(this);
91 BInfoWindow(Model* model, int32 group_index, LockingList<BWindow>* list) argument
/haiku/src/apps/mail/
H A DEnclosures.cpp38 // The enclosures list view (TListView), the list items (TListItem),
39 // and the view containing the list
148 BListView *list; local
149 msg->FindPointer("source", (void **)&list);
150 if (list) {
151 TListItem *item = (TListItem *) (list->ItemAt(msg->FindInt32("index")));
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h102 Iterator(const List* list) argument
104 fList(list)
/haiku/headers/private/net/
H A Dnet_stack.h12 #include <util/list.h>
37 struct list buffers;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h139 status_t _GetFileMap(DescriptorList &list, off_t offset,
143 status_t _Read(DescriptorList &list, off_t pos,
/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp10 * notice, this list of conditions, and the following disclaimer.
13 * notice, this list of conditions, and the following disclaimer in the
96 list<BString>& errors) :
122 list<BString>& errors,

Completed in 106 milliseconds

<<1112131415161718