Searched refs:Add (Results 1 - 25 of 497) sorted by path

1234567891011>>

/haiku-fatelf/headers/libs/alm/
H A DALMLayoutBuilder.h36 BALMLayoutBuilder& Add(BView* view, XTab* left, YTab* top,
38 BALMLayoutBuilder& Add(BView* view, Row* row, Column* column);
40 BALMLayoutBuilder& Add(BLayoutItem* item, XTab* left,
43 BALMLayoutBuilder& Add(BLayoutItem* item, Row* row,
/haiku-fatelf/headers/os/interface/
H A DGridLayoutBuilder.h23 BGridLayoutBuilder& Add(BView* view, int32 column, int32 row,
25 BGridLayoutBuilder& Add(BLayoutItem* item, int32 column, int32 row,
H A DGroupLayoutBuilder.h26 BGroupLayoutBuilder& Add(BView* view);
27 BGroupLayoutBuilder& Add(BView* view, float weight);
28 BGroupLayoutBuilder& Add(BLayoutItem* item);
29 BGroupLayoutBuilder& Add(BLayoutItem* item, float weight);
H A DLayoutBuilder.h75 inline ThisBuilder& Add(BView* view);
76 inline ThisBuilder& Add(BView* view, float weight);
77 inline ThisBuilder& Add(BLayoutItem* item);
78 inline ThisBuilder& Add(BLayoutItem* item, float weight);
149 inline ThisBuilder& Add(BView* view, int32 column, int32 row,
151 inline ThisBuilder& Add(BLayoutItem* item, int32 column, int32 row,
237 inline ThisBuilder& Add(BView* view);
238 inline ThisBuilder& Add(BView* view, float weight);
239 inline ThisBuilder& Add(BLayoutItem* item);
240 inline ThisBuilder& Add(BLayoutIte
445 Group<ParentBuilder>::Add(BView* view) function in class:BLayoutBuilder::Group
454 Group<ParentBuilder>::Add(BView* view, float weight) function in class:BLayoutBuilder::Group
463 Group<ParentBuilder>::Add(BLayoutItem* item) function in class:BLayoutBuilder::Group
472 Group<ParentBuilder>::Add(BLayoutItem* item, float weight) function in class:BLayoutBuilder::Group
751 Grid<ParentBuilder>::Add(BView* view, int32 column, int32 row, function in class:BLayoutBuilder::Grid
761 Grid<ParentBuilder>::Add(BLayoutItem* item, int32 column, int32 row, function in class:BLayoutBuilder::Grid
1032 Split<ParentBuilder>::Add(BView* view) function in class:BLayoutBuilder::Split
1041 Split<ParentBuilder>::Add(BView* view, float weight) function in class:BLayoutBuilder::Split
1050 Split<ParentBuilder>::Add(BLayoutItem* item) function in class:BLayoutBuilder::Split
1059 Split<ParentBuilder>::Add(BLayoutItem* item, float weight) function in class:BLayoutBuilder::Split
[all...]
H A DSplitLayoutBuilder.h20 BSplitLayoutBuilder& Add(BView* view);
21 BSplitLayoutBuilder& Add(BView* view, float weight);
22 BSplitLayoutBuilder& Add(BLayoutItem* item);
23 BSplitLayoutBuilder& Add(BLayoutItem* item, float weight);
/haiku-fatelf/headers/os/support/
H A DStringList.h22 bool Add(const BString& string, int32 index);
23 bool Add(const BString& string);
24 bool Add(const BStringList& list, int32 index);
25 bool Add(const BStringList& list);
/haiku-fatelf/headers/private/fs_shell/
H A DDoublyLinkedList.h332 inline void Add(Element *element, bool back = true);
429 // Add
432 DOUBLY_LINKED_LIST_CLASS_NAME::Add(Element *element, bool back) function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
H A DSinglyLinkedList.h150 inline void Add(Element* element);
177 // Add
180 SINGLY_LINKED_LIST_CLASS_NAME::Add(Element* element) function in class:FSShell::SINGLY_LINKED_LIST_CLASS_NAME
/haiku-fatelf/headers/private/kernel/
H A DDPC.h65 status_t Add(DPCCallback* callback,
67 status_t Add(void (*function)(void*), void* argument,
H A Dcondition_variable.h30 bool Add(const void* object);
76 void Add(ConditionVariableEntry* entry);
H A Dthread_types.h364 { fCPUTimeUserTimers.Add(timer); }
366 { fUserTimeUserTimers.Add(timer); }
589 { fCPUTimeUserTimers.Add(timer); }
/haiku-fatelf/headers/private/kernel/util/
H A DDoublyLinkedList.h340 inline void Add(Element* element, bool back = true);
498 // Add
501 DOUBLY_LINKED_LIST_CLASS_NAME::Add(Element* element, bool back) function in class:DOUBLY_LINKED_LIST_CLASS_NAME
H A DDoublyLinkedQueue.h143 inline void Add(Element *element);
216 // Add
219 DOUBLY_LINKED_QUEUE_CLASS_NAME::Add(Element *element) function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
H A DSinglyLinkedList.h144 inline void Add(Element* element);
175 // Add
178 SINGLY_LINKED_LIST_CLASS_NAME::Add(Element* element) function in class:SINGLY_LINKED_LIST_CLASS_NAME
H A DVector.h68 status_t Add(const Value &value) { return PushBack(value); } function in class:Vector
69 status_t Add(const Value &value, int32 index) { return Insert(value, index); } function in class:Vector
/haiku-fatelf/headers/private/net/
H A DProtocolUtilities.h311 fBuffers.Add(buffer);
/haiku-fatelf/headers/private/package/hpkg/
H A DReaderImplBase.h309 fAttributeHandlerStack.Add(handler);
/haiku-fatelf/headers/private/shared/
H A DArray.h35 inline bool Add(const Element& element);
94 Array<Element>::Add(const Element& element) function in class:BPrivate::Array
H A DHashMap.h383 element = fTable.Add(key.GetHashCode());
H A DHashSet.h156 status_t Add(const Key& key);
192 status_t Add(const Key& key) function in class:BPrivate::SynchronizedHashSet
197 return fSet.Add(key);
264 // Add
267 HashSet<Key>::Add(const Key& key) function in class:BPrivate::HashSet
271 Element* element = fTable.Add(key.GetHashCode());
H A DOpenHashTable.h67 Element *Add();
102 Element *Add(uint32 elementHash);
107 // when calling Add, any outstanding element pointer may become
145 Element *Add(const Element &);
146 Element *Add();
256 OpenHashTable<Element, ElementVec>::Add(uint32 hash) function in class:BPrivate::OpenHashTable
261 Element *result = fElementVector->Add();
446 OpenHashElementArray<Element>::Add(const Element &newElement)
448 Element *element = Add();
462 OpenHashElementArray<Element>::Add()
[all...]
/haiku-fatelf/headers/private/storage/sniffer/
H A DPatternList.h39 void Add(Pattern *pattern);
H A DRPatternList.h35 void Add(RPattern *rpattern);
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashSet.h130 status_t Add(const Key& key);
163 status_t Add(const Key& key) function in class:SynchronizedHashSet
168 return fSet.Add(key);
246 // Add
249 HashSet<Key>::Add(const Key& key) function in class:HashSet
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp150 .Add(fNameControl->CreateLabelLayoutItem(), 0, 0)
151 .Add(fNameControl->CreateTextViewLayoutItem(), 1, 0)
154 .Add(fBlockSizeMenuField->CreateLabelLayoutItem(), 0, 1)
155 .Add(fBlockSizeMenuField->CreateMenuBarLayoutItem(), 1, 1)
158 .Add(fUseIndicesCheckBox, 0, 2, 2).View()

Completed in 173 milliseconds

1234567891011>>