Searched refs:CountItems (Results 51 - 75 of 731) sorted by relevance

1234567891011>>

/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.cpp127 while (m_windowList->CountItems() > 0) {
140 while (m_panelList->CountItems() > 0) {
333 for (int32 i = 0; i < m_windowList->CountItems(); i++) {
349 for (int32 i = 0; i < m_windowList->CountItems(); i++) {
360 if (m_windowList->CountItems() == 0) {
376 if (m_panelList->CountItems() == 0) {
402 for (int32 i = 0; i < m_panelList->CountItems(); i++) {
418 for (int32 i = 0; i < m_panelList->CountItems(); i++) {
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp68 for (int32 i = 0; i < fLiveQueries.CountItems(); i++)
72 for (int32 i = 0; i < fQueries.CountItems(); i++)
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h34 int32 GetProfileCount() { return fProfiles.CountItems(); }
37 int32 GetScriptCount() { return fScripts.CountItems(); }
/haiku/src/servers/app/
H A DInputManager.cpp94 for (int32 i = fUsedStreams.CountItems(); i-- > 0;) {
98 for (int32 i = fFreeStreams.CountItems(); i-- > 0;) {
/haiku/src/servers/input/
H A DPathList.cpp50 for (int32 i = fPaths.CountItems(); i-- > 0;) {
101 return fPaths.CountItems();
/haiku/src/servers/print/
H A DResourceManager.cpp71 ASSERT(fResources.CountItems() == 0);
77 for (int i = 0; i < fResources.CountItems(); i ++) {
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementList.cpp42 return fList.CountItems();
52 for (int32 i = 0; i < fList.CountItems(); i ++) {
/haiku/src/tests/kits/app/bmessagequeue/
H A DMessageQueueTestCase.cpp39 CPPUNIT_ASSERT(theMessageQueue->CountMessages() == messageList.CountItems());
88 int listCount = messageList.CountItems();
/haiku/src/kits/tracker/
H A DGroupedMenu.cpp174 TMenuItemGroup::CountItems() function in class:TMenuItemGroup
176 return fList.CountItems();
229 for (int32 i = 0; i < group->CountItems(); i++) {
245 for (int32 i = 0; i < group->CountItems(); i++) {
264 for (int32 i = 0; i < group->CountItems(); i++) {
282 return fGroups.CountItems();
311 group->fFirstItemIndex = CountItems();
343 if (group->CountItems() == 1) {
H A DPoseList.h89 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
104 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
119 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
134 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
148 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
163 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
178 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
193 for (int32 index = list->CountItems() - 1; index >= 0; index--) {
H A DNavigator.cpp187 int32 itemCount = fBackHistory.CountItems();
199 if (fForwHistory.CountItems() >= 1) {
315 fBackHistory.CountItems() - 1));
320 fForwHistory.CountItems() - 1));
330 while (fBackHistory.CountItems() > kMaxHistory)
344 SetActionEnabled(kNavigatorCommandForward, fForwHistory.CountItems() > 0);
345 SetActionEnabled(kNavigatorCommandBackward, fBackHistory.CountItems() > 1);
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp111 return fSelected.CountItems();
123 int32 count = fSelected.CountItems();
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp245 // CountItems
250 to the number of child nodes, which is CountItems() + 1.
255 Node::CountItems() const function in class:Node
323 if (index >= 0 && index < CountItems())
332 return (DiskChild*)(GetKeys() + CountItems());
340 if (index >= 0 && index <= CountItems())
352 uint32 size = (const uint8*)(GetChilds() + (CountItems() + 1))
386 if (index >= 0 && index < CountItems())
411 if (const ItemHeader *header = ItemHeaderAt(CountItems() - 1))
443 return sizeof(ItemHeader) * CountItems()
[all...]
/haiku/src/preferences/filetypes/
H A DPreferredAppMenu.cpp91 for (int32 i = menu->CountItems(); i-- > 1;) {
134 if (subList.CountItems() != 0 || superList.CountItems() != 0)
137 for (int32 i = 0; i < subList.CountItems(); i++) {
142 if (superList.CountItems() != 0 && subList.CountItems() != 0)
145 for (int32 i = 0; i < superList.CountItems(); i++) {
156 for (int32 index = 0; index < menu->CountItems(); index++) {
/haiku/src/libs/icon/generic/
H A DContainer.h60 int32 CountItems() const;
102 int32 count = fListeners.CountItems();
118 return AddItem(item, CountItems());
173 int32 count = CountItems();
194 Container<Type>::CountItems() const function in class:Container
196 return fItems.CountItems();
261 int32 count = listeners.CountItems();
275 int32 count = listeners.CountItems();
/haiku/src/apps/haikudepot/process/
H A DAbstractProcessNode.cpp99 return fPredecessorNodes.CountItems();
132 return fSuccessorNodes.CountItems();
H A DProcessCoordinator.cpp156 for (int32 i = 0; i < fNodes.CountItems(); i++) {
199 for (int32 i = 0; i < fNodes.CountItems(); i++) {
223 for (int32 i = 0; i < fNodes.CountItems(); i++) {
237 for (int32 i = 0; i < fNodes.CountItems(); i++) {
255 int32 count = fNodes.CountItems();
310 for (int32 i = fNodes.CountItems() - 1; i >= 0; i--) {
397 for (int32 i = 0; i < fNodes.CountItems(); i++) {
422 for (int32 i = 0; i < fNodes.CountItems(); i++) {
455 for (int32 i = 0; i < fNodes.CountItems(); i++) {
470 for (int32 i = 0; i < fNodes.CountItems();
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp214 while (m_liveNodeWindows->CountItems() > 0) {
230 while (m_dormantNodeWindows->CountItems() > 0) {
245 while (m_connectionWindows->CountItems() > 0) {
260 while (m_inputWindows->CountItems() > 0) {
275 while (m_outputWindows->CountItems() > 0) {
664 for (int32 i = 0; i < m_liveNodeWindows->CountItems(); i++) {
684 for (int32 i = 0; i < m_liveNodeWindows->CountItems(); i++) {
694 if (m_liveNodeWindows->CountItems() <= 0) {
722 for (int32 i = 0; i < m_dormantNodeWindows->CountItems(); i++) {
743 for (int32 i = 0; i < m_dormantNodeWindows->CountItems();
[all...]
/haiku/src/apps/powerstatus/
H A DACPIDriverInterface.cpp166 for (int i = 0; i < fDriverList.CountItems(); i++)
182 if (index < 0 || index >= fDriverList.CountItems())
194 if (index < 0 || index >= fDriverList.CountItems())
204 return fDriverList.CountItems();
211 for (int i = 0; i < fDriverList.CountItems(); i++)
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp102 const int n = fSounds.CountItems();
125 ASSERT(fInstruments.CountItems() == 128);
160 (int)instr->Sounds()->CountItems());
166 for (int s = 0; s < instr->Sounds()->CountItems(); s ++) {
180 for (int i = 0; i < fSounds.CountItems(); i ++) {
/haiku/src/libs/icon/
H A DIcon.cpp57 int32 styleCount = other.fStyles.CountItems();
67 int32 pathCount = other.fPaths.CountItems();
77 int32 shapeCount = other.fShapes.CountItems();
98 pathCount = pathSourceShape->Paths()->CountItems();
207 int32 count = listeners.CountItems();
/haiku/src/servers/app/font/
H A DFontFamily.cpp87 int32 count = fStyles.CountItems();
133 return fStyles.CountItems();
140 int32 count = fStyles.CountItems();
232 int32 count = fStyles.CountItems();
250 int32 count = fStyles.CountItems();
/haiku/src/apps/people/
H A DPersonView.cpp91 for (int32 i = fControls.CountItems() - 1; i >= 0; i--) {
101 int32 row = fControls.CountItems();
128 if (focus && fControls.CountItems() > 0)
147 for (int32 i = fControls.CountItems() - 1; i >= 0; i--)
152 for (int32 i = fControls.CountItems() - 1; i >= 0; i--) {
284 for (int32 i = fControls.CountItems() - 1; i >= 0; i--) {
302 int32 count = fControls.CountItems();
343 for (int32 i = fControls.CountItems() - 1; i >= 0; i--) {
382 for (int32 i = fControls.CountItems() - 1; i >= 0; i--) {
443 for (int32 i = fControls.CountItems()
[all...]
/haiku/src/libs/alm/
H A DSharedSolver.cpp111 if (fLayouts.CountItems() > 0)
139 for (int32 i = fLayouts.CountItems() - 1; i >= 0; i--)
193 for (int32 i = fLayouts.CountItems() - 1; i >= 0; i--) {
227 for (int32 i = fLayouts.CountItems() - 1; i >= 0; i--) {
232 for (int32 j = layout->CountItems() - 1; j >= 0; j--)
235 for (int32 j = layout->fRowColumnManager->fRows.CountItems() - 1;
241 for (int32 j = layout->fRowColumnManager->fColumns.CountItems() - 1;
263 for (int32 i = constraints.CountItems() - 1; i >= 0 && err == B_OK; i--) {
330 int32 summandCount = leftSide->CountItems();
472 for (int32 i = fLayouts.CountItems()
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp194 int32 count = shapes.CountItems();
215 int32 count = shapes.CountItems();
227 count = pathSourceShapes.CountItems();
269 int32 pathsCount = shape->Paths()->CountItems();
339 for (int32 i = 0; i < fStyleContainer->CountItems(); i++) {
385 for (int32 i = 0; i < fPathContainer->CountItems(); i++) {
420 int32 shapeCount = shapes.CountItems();
427 fStyleContainer, (Style**)styles.Items(), styles.CountItems(),
428 fStyleContainer->CountItems());
431 fPathContainer, (VectorPath**)paths.Items(), paths.CountItems(),
[all...]

Completed in 200 milliseconds

1234567891011>>