Searched refs:list (Results 351 - 375 of 437) sorted by relevance

<<1112131415161718

/haiku/headers/private/shared/
H A DThread.h92 static void Run(BObjectList<FunctionObject>*list);
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp4 #include <list>
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp191 /*! Creates the initial mode list of the primary accelerant.
219 display_mode* list; local
228 // No B_RGB15, use our custom colorspace list
238 // We could not read any EDID info. Fallback to creating a list with
256 supportedSpaces, colorSpaceCount, limitModes, &list, &count);
258 // Otherwise return the 'real' list of modes
261 supportedSpaces, colorSpaceCount, NULL, &list, &count);
267 gInfo->mode_list = list;
/haiku/headers/private/net/
H A Dnet_datalink.h14 #include <util/list.h>
/haiku/src/kits/app/
H A DLooper.cpp843 // Per the BeBook, we take ownership of the list
966 // unlocked the looper list
1373 BLooper::_ApplyFilters(BList* list, BMessage* message, BHandler* target) argument
1378 if (list == NULL || message == NULL)
1381 // for each filter in the provided list
1383 for (int32 i = 0; i < list->CountItems(); ++i) {
1384 filter = (BMessageFilter*)list->ItemAt(i);
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp28 static struct list sTimers;
97 // restart scanning as we unlocked the list
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp15 #include <util/list.h>
/haiku/src/bin/debug/strace/
H A Dstrace.cpp87 " <names> is a comma-separated list of names which can be:\n"
321 va_list list; local
322 va_start(list, format);
323 ssize_t length = vsnprintf(*_buffer, *_length, format, list);
324 va_end(list);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp668 // Do we need to ascend or descend the list of changes?
694 BObjectList<off_t> list; local
703 list.BinaryInsertCopyUnique(offset, CompareOffsets);
713 for (int32 i = 0; i < list.CountItems(); i++) {
714 off_t offset = *list.ItemAt(i);
758 * It removes all pending redo nodes from the list that would
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h45 #include <isc/list.h>
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py113 _TokenizeStack = list[tuple[slice, int, int, int]]
114 _TokenizeRecording = list[_CompiledToken]
116 _ProcessStack = list[tuple[_SiblingIterator, bool, bool]]
432 :param recording: token list
827 scopes = list(scopes)
982 :param scopes: list of precedent scopes
1034 :param scopes: list of precedent scopes
/haiku/src/servers/app/
H A DView.h114 void FindViews(uint32 flags, BObjectList<View>& list,
/haiku/headers/os/interface/
H A DOutlineListView.h133 void _CullInvisibleItems(BList &list);
/haiku/src/build/libbe/app/
H A DMessage.cpp1751 BMessage::AddStrings(const char *name, const BStringList &list) argument
1753 int32 count = list.CountStrings();
1755 status_t error = AddString(name, list.StringAt(i));
1894 BMessage::FindStrings(const char *name, BStringList *list) const
1896 if (list == NULL)
1899 list->MakeEmpty();
1915 if (!list->Add(string))
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp46 struct list list; member in struct:context
514 // add to the parent's list of pending connections
745 list_add_item(&context->list, buffer);
1241 &context->list);
1368 list_init(&context.list);
1572 // show list of dropped packets
1588 // flush drop list
1590 puts("drop list cleared.");
1603 // add to drop list
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.cpp143 bool ObtainList(BList* list);
756 // add popup for volume list
1176 // don't add the "All files and folders" to the list
1664 // search for marked item in the list
1696 // unmark old MIME type (in most used list, and the tree)
1706 // mark new MIME type (in most used list, and the tree)
1743 // unmark old MIME type (in most used list, and the tree)
1753 // mark new MIME type (in most used list, and the tree)
1848 BList list; local
1849 if (tracker != NULL && gMostUsedMimeTypes.ObtainList(&list)) {
3309 ObtainList(BList* list) argument
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp411 // setup the empty slot in the list and linking of all -> first
691 transfer_entry *list = NULL; local
735 entry->next = list;
736 list = entry;
746 while (list != NULL) {
747 transfer_entry *next = list->next;
748 list->transfer->Finished(B_CANCELED, 0);
749 delete list->transfer;
750 free(list);
751 list
[all...]
H A Dehci.cpp360 // Create a lock for the isochronous transfer list
371 // ATI/AMD SB600/SB700 periodic list cache workaround
411 TRACE_ALWAYS("disabling SB600/SB700 periodic list cache\n");
622 // allocate the periodic frame list
635 // set the periodic frame list base on the controller
723 // setup the empty slot in the list and linking of all -> first
750 // allocate a queue head that will always stay in the async frame list
766 TRACE("set the async list addr to 0x%08" B_PRIx32 "\n",
845 TRACE("frame list size 1024\n");
848 TRACE("frame list siz
1753 transfer_entry *list = NULL; local
[all...]
/haiku/headers/build/os/app/
H A DMessage.h109 status_t AddStrings(const char *name, const BStringList &list);
145 status_t FindStrings(const char *name, BStringList *list) const;
306 // fQueueLink is used by BMessageQueue to build a linked list
/haiku/headers/private/kernel/
H A Dvfs.h14 #include <util/list.h>
58 struct list node_monitors;
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1192 BList* list = (BList*) asyncData; local
1193 int numSubs = list->CountItems();
1195 void* aData = list->ItemAt(i);
1200 delete list;
/haiku/src/system/kernel/debug/
H A Dtracing.cpp589 // verify/repair the tracing entry list
1843 va_list list;
1844 va_start(list, format);
1847 vsnprintf(buffer, sizeof(buffer), format, list);
1849 va_end(list);
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h269 /*! \return a sorted tab list. */
289 Tab* _FindTab(const TabList& list, float position);
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp9 Buffers a list of settings files to move over to the kernel - the
13 Maintains a list of settings so that no disk access is required
37 #include "list.h"
71 static struct list sHandles;
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in
103 * will be in a list pointed to by the command (prp2). This means
271 * Linked-list pointers for a child request in its parent's list.
311 LIST_ENTRY(nvme_tracker) list; member in struct:nvme_tracker
612 * For controller list.

Completed in 277 milliseconds

<<1112131415161718