Searched refs:Add (Results 251 - 275 of 497) sorted by relevance

<<11121314151617181920

/haiku-fatelf/src/tests/libs/alm/
H A DPinwheel.cpp47 .Add(textView1, xTabs[0], yTabs[0], xTabs[1], yTabs[1])
/haiku-fatelf/src/kits/tracker/
H A DSettingsHandler.h149 bool Add(SettingsArgvDispatcher*);
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h59 status_t Add(const AddressType &address) function in class:AddressSet
69 fAddresses.Add(container);
150 status_t Add();
/haiku-fatelf/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp82 .Add(fPrefTabView)
85 .Add(fCancelButton)
86 .Add(fDoneButton);
/haiku-fatelf/src/libs/print/libprint/
H A DJobSetupDlg.cpp420 .Add(qualityBox)
421 .Add(pageRangeBox)
425 .Add(settings)
427 .Add(fCollate)
428 .Add(fReverse)
429 .Add(fPages)
431 .Add(pageSelectionBox)
435 .Add(fPreview)
437 .Add(separator)
440 .Add(cance
[all...]
H A DPageSetupDlg.cpp209 .Add(fMarginView)
213 .Add(settings)
219 .Add(cancel)
220 .Add(ok)
362 .Add(fPageSetupView)
/haiku-fatelf/src/preferences/mouse/
H A DMouseWindow.cpp41 // Add the main settings view
46 // Add the "Default" button
51 // Add the "Revert" button
64 .Add(fSettingsBox)
66 .Add(fDefaultsButton)
67 .Add(fRevertButton)
/haiku-fatelf/src/preferences/notifications/
H A DNotificationsView.cpp113 // Add views
117 .Add(fSearch)
119 .Add(fApplications)
120 .Add(fNotifications)
211 // Add new filters
/haiku-fatelf/src/system/kernel/vm/
H A DVMPageQueue.h79 fPages.Add(page);
98 fPages.Add(page, false);
177 fPages.Add(page, tail);
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h62 status_t Add(const AddressType &address) function in class:AddressSet
72 fAddresses.Add(container);
153 status_t Add();
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp591 // Add system revision
700 .Add(new LogoView())
702 .Add(_CreateLabel("oslabel", B_TRANSLATE("Version:")))
703 .Add(versionView)
704 .Add(gccView)
706 .Add(_CreateLabel("cpulabel", processorLabel))
707 .Add(cpuView)
708 .Add(frequencyView)
710 .Add(_CreateLabel("memlabel", B_TRANSLATE("Memory:")))
711 .Add(memSizeVie
[all...]
/haiku-fatelf/headers/os/interface/
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...]
/haiku-fatelf/src/preferences/media/
H A DMediaViews.cpp283 .Add(defaultsBox)
285 .Add(_MakeVolumeCheckBox())
286 .Add(MakeRestartButton())
509 .Add(defaultsBox)
512 .Add(MakeRestartButton())
/haiku-fatelf/src/servers/app/drawing/html5/
H A DHTML5HWInterface.cpp351 message.Add(fListenPort);
542 message.Add(visible);
554 message.Add(x);
555 message.Add(y);
612 message.Add(frame);
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteHWInterface.cpp313 message.Add(fListenPort);
501 message.Add(visible);
511 message.Add(x);
512 message.Add(y);
563 message.Add(frame);
/haiku-fatelf/src/preferences/sounds/
H A DHWindow.cpp129 .Add(menuField)
134 .Add(playbutton)
135 .Add(stopbutton)
145 .Add(fEventList)
146 .Add(box)
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack.cpp63 static struct family* Add(int type);
83 static struct chain* Add(hash_table* chains, int family, int type,
85 static struct chain* Add(hash_table* chains, int family, int type,
179 family::Add(int type) function in class:family
207 parent = ::family::Add(family);
209 //parent->chains.Add(this);
343 chain::Add(hash_table* chains, int family, int type, int protocol, function in class:chain
355 TRACE(("Add chain %d.%d.%d:\n", family, type, protocol));
385 chain::Add(hash_table* chains, int family, int type, int protocol, ...) function in class:chain
390 struct chain* chain = Add(chain
[all...]
/haiku-fatelf/src/preferences/time/
H A DZoneView.cpp278 .Add(scrollList)
280 .Add(new BStringView("clockSetTo",
283 .Add(fLocalTime)
284 .Add(fGmtTime)
289 .Add(fCurrent)
290 .Add(fPreview)
292 .Add(fSetZone)
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp213 bool Add(cached_block* block,
215 bool Add(cache_transaction* transaction,
262 cache->busy_writing_condition.Add(&entry);
846 cache->pending_notifications.Add(notification);
925 transaction->listeners.Add(listener);
1000 writer.Add(block);
1075 BlockWriter::Add(cached_block* block, hash_iterator* iterator) function in class:BlockWriter
1121 BlockWriter::Add(cache_transaction* transaction, hash_iterator* iterator, function in class:BlockWriter
1141 if (!Add(block, iterator))
1205 writer.Add(bloc
[all...]
/haiku-fatelf/src/system/kernel/slab/
H A DSlab.cpp885 sMaintenanceQueue.Add(cache);
924 resizeEntry->condition.Add(&entry);
953 cache->empty.Add(newSlab);
976 sObjectCaches.Add(firstCache);
984 sObjectCaches.Add(cache);
1052 sMaintenanceQueue.Add(cache);
1076 sMaintenanceCondition.Add(&entry);
1162 sObjectCaches.Add(cache);
1241 cache->partial.Add(source);
1270 cache->full.Add(sourc
[all...]
/haiku-fatelf/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp242 fFreeSlotCondition.Add(&entry);
264 fFreeSlotsCondition.Add(&entry);
438 fNonEmptyPools.Add(fInitialPool);
719 fNonEmptyPools.Add(pool);
727 fEmptyPools.Add(pool);
742 fNonEmptyPools.Add(pool);
/haiku-fatelf/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp243 fFreeSlotCondition.Add(&entry);
265 fFreeSlotsCondition.Add(&entry);
438 fNonEmptyPools.Add(fInitialPool);
719 fNonEmptyPools.Add(pool);
727 fEmptyPools.Add(pool);
742 fNonEmptyPools.Add(pool);
/haiku-fatelf/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp241 fFreeSlotCondition.Add(&entry);
263 fFreeSlotsCondition.Add(&entry);
435 fNonEmptyPools.Add(fInitialPool);
716 fNonEmptyPools.Add(pool);
724 fEmptyPools.Add(pool);
739 fNonEmptyPools.Add(pool);
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageFSRoot.cpp214 fVolumes.Add(volume);
288 dependenciesToUpdate.Add(dependency);
427 sRootList.Add(root);
/haiku-fatelf/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp442 .Add(fAlwaysRGB32)
443 .Add(fPhotoshopCMYK)
444 .Add(fShowErrorBox)
562 .Add(fQualitySlider)
563 .Add(fSmoothingSlider)
564 .Add(fProgress)
565 .Add(fOptimizeColors)
566 .Add(fSmallerFile)
567 .Add(fGrayAsRGB24)
690 .Add(titl
[all...]

Completed in 436 milliseconds

<<11121314151617181920