Searched refs:ItemAt (Results 1 - 25 of 656) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DStringList.h43 const char *ItemAt(int index) const;
74 StringList::ItemAt(int index) const function in class:StringList
76 return (const char *)list.ItemAt(index);
/haiku-fatelf/src/apps/debugger/settings/generic/
H A DSettingsDescription.cpp34 return fSettings.ItemAt(index);
41 for (int32 i = 0; Setting* setting = fSettings.ItemAt(i); i++) {
/haiku-fatelf/src/preferences/shortcuts/
H A DMetaKeyStateMap.cpp47 delete [] ((const char*) fStateDescs.ItemAt(i));
51 delete ((BitFieldTester*) fStateTesters.ItemAt(j));
76 return ((const BitFieldTester*) fStateTesters.ItemAt(stateNum));
83 return ((const char*) fStateDescs.ItemAt(stateNum));
/haiku-fatelf/src/servers/input/
H A DPathList.cpp51 if (!strcmp(fPaths.ItemAt(i)->path, path)) {
70 fPaths.ItemAt(index)->ref_count++;
91 if (--fPaths.ItemAt(index)->ref_count == 0)
108 path_entry* entry = fPaths.ItemAt(index);
/haiku-fatelf/src/tests/kits/midi/synth_file_reader/
H A DTList.h54 T* ItemAt(int32 index) const;
73 delete ItemAt(i);
87 T* TList<T>::ItemAt(int32 index) const { function in class:TList
88 return (T*)fList.ItemAt(index);
/haiku-fatelf/src/apps/debugger/debug_info/
H A DImageDebugInfo.cpp25 for (int32 i = 0; FunctionInstance* function = fFunctions.ItemAt(i); i++)
43 = fSpecificInfos.ItemAt(i); i++) {
49 for (int32 k = 0; FunctionDebugInfo* function = functions.ItemAt(k);
66 for (int32 k = 0; FunctionDebugInfo* function = functions.ItemAt(k);
84 = fSpecificInfos.ItemAt(i); i++) {
100 = fSpecificInfos.ItemAt(i); i++) {
120 return fFunctions.ItemAt(index);
135 for (int32 i = 0; FunctionInstance* function = fFunctions.ItemAt(i); i++) {
150 = fSpecificInfos.ItemAt(i); i++) {
/haiku-fatelf/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.cpp113 SaveBlock(usedList.ItemAt(usedList.CountItems() / 2),
115 SaveBlock(nonCacheList.ItemAt(nonCacheList.CountItems() / 2),
125 FreeBlock(usedList.ItemAt(usedList.CountItems() / 2),
127 FreeBlock(nonCacheList.ItemAt(nonCacheList.CountItems() / 2),
136 SaveBlock(usedList.ItemAt(usedList.CountItems() * 2 / 3),
138 SaveBlock(nonCacheList.ItemAt(nonCacheList.CountItems() * 2 / 3),
142 FreeBlock(usedList.ItemAt(usedList.CountItems() / 3),
144 FreeBlock(nonCacheList.ItemAt(nonCacheList.CountItems() / 3),
170 theCache->Save(freeList.ItemAt(i), sizeOfBlocksInCache);
/haiku-fatelf/src/tests/servers/input/inputdevice/
H A Dmain.cpp22 BInputDevice *device = (BInputDevice*)list.ItemAt(i);
74 BInputDevice *device = (BInputDevice*)list.ItemAt(i);
79 BInputDevice *device = (BInputDevice*)list.ItemAt(i);
84 BInputDevice *device = (BInputDevice*)list.ItemAt(i);
89 BInputDevice *device = (BInputDevice*)list.ItemAt(i);
94 BInputDevice *device = (BInputDevice*)list.ItemAt(i);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DCache.h66 CacheItem* ItemAt(int32 i) const { return fCache.ItemAt(i); } function in class:Cache
/haiku-fatelf/src/apps/debugger/model/
H A DTypeComponentPath.cpp140 TypeComponent* component = fComponents.ItemAt(index);
177 if (!path->AddComponent(*fComponents.ItemAt(i)))
192 uint32 hash = fComponents.ItemAt(0)->HashValue();
195 hash = hash * 17 + fComponents.ItemAt(i)->HashValue();
210 fComponents.ItemAt(i)->Dump();
223 TypeComponent* component = other.fComponents.ItemAt(i); i++) {
241 if (*fComponents.ItemAt(i) != *other.fComponents.ItemAt(i))
H A DStackTrace.cpp42 return fStackFrames.ItemAt(index);
H A DDisassembledCode.cpp44 for (int32 i = 0; Statement* statement = fStatements.ItemAt(i); i++)
82 Line* line = fLines.ItemAt(index);
90 Line* line = fLines.ItemAt(index);
99 Line* line = fLines.ItemAt(location.Line());
120 Line* line = fLines.ItemAt(location.Line());
138 ContiguousStatement* first = fStatements.ItemAt(0);
140 = fStatements.ItemAt(fStatements.CountItems() - 1);
/haiku-fatelf/src/apps/bootmanager/
H A DBootDrive.cpp31 BootMenu* menu = menus.ItemAt(i);
45 status = menus.ItemAt(i)->CanBeInstalled(*this);
59 BootMenu* menu = from.ItemAt(i);
/haiku-fatelf/src/apps/musiccollection/
H A DQueryMonitor.cpp69 delete fLiveQueries.ItemAt(i);
73 delete fQueries.ItemAt(i);
81 BQuery* query = fQueries.ItemAt(0);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.cpp37 void *buffer = gBlocks.ItemAt(i);
74 void *buffer = gBlocks.ItemAt(num);
95 return gBlocks.ItemAt(num);
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPConfigurePacket.cpp64 free(ItemAt(index));
133 KPPPConfigurePacket::ItemAt(int32 index) const function in class:KPPPConfigurePacket
135 ppp_configure_item *item = fItems.ItemAt(index);
151 item = ItemAt(index);
184 item = ItemAt(index);
/haiku-fatelf/src/apps/debugger/value/
H A DValueNodeContainer.cpp47 return fChildren.ItemAt(index);
108 fListeners.ItemAt(i)->ValueNodeChanged(nodeChild, oldNode, newNode);
116 fListeners.ItemAt(i)->ValueNodeChildrenCreated(node);
124 fListeners.ItemAt(i)->ValueNodeChildrenDeleted(node);
132 fListeners.ItemAt(i)->ValueNodeValueChanged(node);
/haiku-fatelf/src/apps/processcontroller/
H A DQuitMenu.cpp73 QuitMenuItem* item = (QuitMenuItem*)ItemAt(t);
75 for (int a = 0; !found && (tmid = (team_id)(addr_t)apps.ItemAt(a)) != 0; a++)
81 for (int a = 0; (tmid = (team_id)(addr_t) apps.ItemAt(a)) != 0; a++) {
104 while ((item = (QuitMenuItem*) ItemAt(t++)) != NULL) {
152 while ((item = (QuitMenuItem*) ItemAt(t++)) != NULL) {
/haiku-fatelf/src/kits/bluetooth/
H A DDiscoveryListener.cpp87 bdaddr_t b1 = fRemoteDevicesList.ItemAt(index)
92 fRemoteDevicesList.ItemAt(index)->fPageRepetitionMode
94 fRemoteDevicesList.ItemAt(index)->fScanPeriodMode
96 fRemoteDevicesList.ItemAt(index)->fScanMode
98 fRemoteDevicesList.ItemAt(index)->fClockOffset
/haiku-fatelf/src/apps/people/
H A DPersonView.cpp71 layout->ItemAt(0, 0)->SetExplicitAlignment(
91 if (fControls.ItemAt(i)->Attribute() == attribute) {
128 fControls.ItemAt(0)->MakeFocus();
147 fControls.ItemAt(i)->Revert();
152 BTextView* text = fControls.ItemAt(i)->TextView();
194 while ((item = fGroups->ItemAt(0)) != NULL) {
236 while ((item = fGroups->ItemAt(index)) != NULL) {
285 if (fControls.ItemAt(i)->HasChanged())
300 AttributeTextControl* control = fControls.ItemAt(i);
340 if (fControls.ItemAt(
[all...]
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp76 delete static_cast<DiagramItem*>(fWires->ItemAt(i));
83 delete static_cast<DiagramItem*>(fBoxes->ItemAt(i));
90 delete static_cast<DiagramItem*>(fEndPoints->ItemAt(i));
136 DiagramItemGroup::ItemAt(uint32 index, uint32 whichType) const function in class:DiagramItemGroup
138 D_METHOD(("DiagramItemGroup::ItemAt()\n"));
142 return static_cast<DiagramItem *>(fBoxes->ItemAt(index));
149 return static_cast<DiagramItem *>(fWires->ItemAt(index));
156 return static_cast<DiagramItem *>(fEndPoints->ItemAt(index));
176 DiagramItem *item = ItemAt(i, DiagramItem::M_BOX);
188 DiagramItem *item = ItemAt(
[all...]
/haiku-fatelf/src/libs/alm/
H A DRowColumnManager.cpp31 delete fRows.ItemAt(i)->fPrefSizeConstraint;
34 delete fColumns.ItemAt(i)->fPrefSizeConstraint;
93 _UpdateConstraints(fRows.ItemAt(i));
95 _UpdateConstraints(fColumns.ItemAt(i));
111 Row* row = fRows.ItemAt(i);
124 Column* column = fColumns.ItemAt(i);
140 BSize prefSize = row->fAreas.ItemAt(i)->Item()->PreferredSize();
145 double negPen = row->fAreas.ItemAt(i)->ShrinkPenalties().height;
167 BSize prefSize = column->fAreas.ItemAt(i)->Item()->PreferredSize();
173 double negPen = column->fAreas.ItemAt(
[all...]
/haiku-fatelf/src/libs/linprog/
H A DLinearSpec.cpp108 delete (Constraint*)fConstraints.ItemAt(i);
110 RemoveVariable(fVariables.ItemAt(0));
174 fListeners.ItemAt(i)->VariableAdded(variable);
197 Constraint* constraint = constraints.ItemAt(i);
201 Summand* summand = summands->ItemAt(j);
209 RemoveConstraint(markedForInvalidation.ItemAt(i));
215 fListeners.ItemAt(i)->VariableRemoved(variable);
267 Variable* var = leftSide->ItemAt(i)->Var();
280 fListeners.ItemAt(i)->ConstraintAdded(constraint);
299 Variable* var = leftSide->ItemAt(
[all...]
/haiku-fatelf/src/servers/app/font/
H A DFontFamily.cpp110 FontStyle *item = fStyles.ItemAt(i);
170 FontStyle *style = fStyles.ItemAt(i);
199 return fStyles.ItemAt(index);
252 FontStyle* style = fStyles.ItemAt(i);
270 FontStyle* style = fStyles.ItemAt(i);
288 FontStyle* style = fStyles.ItemAt(i);
/haiku-fatelf/src/kits/tracker/
H A DPendingNodeMonitorCache.cpp107 if (fList.ItemAt(index)->Match(nodeRef))
118 if (fList.ItemAt(index)->TooOld(now)) {
131 PendingNodeMonitorEntry* item = fList.ItemAt(index);

Completed in 239 milliseconds

1234567891011>>