Searched refs:index (Results 126 - 150 of 1857) sorted by last modified time

1234567891011>>

/haiku/headers/os/interface/
H A DOutlineListView.h57 int32 index = 0) const;
73 int32 index, BMessage* specifier,
100 bool oneLevelOnly, int32 index) const;
123 int32 _FullListIndex(int32 index) const;
131 BList* _BuildTree(BListItem* superItem, int32& index);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.h473 extern status_t TimeFormat(BString &string, int32 index,
H A DTitleView.cpp144 for (int32 index = 0; ; index++) {
145 BColumn* column = fPoseView->ColumnAt(index);
158 int32 index; local
160 for (index = 0; index < count; index++) {
161 BColumn* titleColumn = fTitleList.ItemAt(index)->Column();
164 index++;
169 index
[all...]
H A DQueryPoseView.cpp203 for (int32 index = count - 1; index >= 0; index--) {
204 BPose* pose = oldPoseList->ItemAt(index);
375 for (int32 index = 0; index < count; index++) {
376 if (fQueryList->ItemAt(index)->TargetDevice() == device)
488 for (int32 index = 0; ;index
[all...]
H A DQueryContainerWindow.cpp160 for (int32 index = length - 1; index >= 0; index--)
161 if (buf[index] == '/')
162 buf[index] = '_';
H A DPoseViewScripting.cpp64 // Specifying an index/entry_ref that no longer exists will be handled well.
113 "delete Entry {path|index} # deletes specified entries in a PoseView",
123 "get Entry [next|previous|index] # returns specified entries",
132 "execute Entry {path|index} # opens specified entries",
169 "create selection of ... to {entry|index} "
179 "delete selection {path|index} of ... "
220 int32 index = 0; local
223 status_t result = message->GetCurrentSpecifier(&index, &specifier,
226 if (result != B_OK || index == -1)
280 for (int32 index
574 int32 index; local
693 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
[all...]
H A DPose.h83 void MouseUp(BPoint poseLoc, BPoseView*, BPoint where, int32 index);
92 BTextWidget* WidgetFor(uint32 hashAttr, int32* index = 0) const;
94 ModelNodeLazyOpener &opener, int32* index = NULL);
114 void Commit(bool saveChanges, BPoint loc, BPoseView*, int32 index);
H A DOpenWithWindow.cpp601 for (int32 index = 0; message.FindString("applications", index,
602 &signature) == B_OK; index++) {
848 for (int32 index = 0; index < count; index++) {
849 if (resultingPoses[index] && fHaveCommonPreferredApp
850 && *(models[index]->EntryRef()) == fPreferredRef) {
852 SelectPose(resultingPoses[index],
853 IndexOfPose(resultingPoses[index]));
[all...]
H A DFindPanel.cpp354 for (int32 index = length; index-- > 0;) {
355 if (buf[index] == '/' /*|| buf[index] == ':'*/)
356 buf[index] = '_';
463 for (int32 index = 2; index < itemCount; index++) {
464 BMenuItem* item = fBackground->VolMenu()->ItemAt(index);
931 for (int32 index
1356 title << "TextEntry" << index; local
1878 int32 index = 0; local
2702 RestoreAttrState(const BMessage& message, int32 index) argument
2728 textEntryString << index; local
2763 SaveAttrState(BMessage* message, int32 index) argument
2786 textEntryString << index; local
2809 AddLogicMenu(int32 index, bool selectAnd) argument
2839 RemoveLogicMenu(int32 index) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dif.c126 u_short index; local
128 for (index = 0; index < MAX_DEVICES; index++) {
129 if (gDevices[index] == NULL) {
134 if (index == MAX_DEVICES)
138 *idxp = index;
156 u_short index; local
175 if (ifindex_alloc_locked(&index) != ENOERR) {
180 ifnet_setbyindex_locked(index, IFNET_HOL
[all...]
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp58 fIndexView = new BStringView("screenshot index", NULL);
275 int32 index = atomic_get(&fCurrentScreenshotIndex); local
276 info = fPackage->ScreenshotInfoAtIndex(index);
H A DPackageInfoView.cpp562 int32 index = 0; local
566 BButton* button = (BButton*)fButtons.ItemAtFast(index++);
729 for (int32 index = 0; index < CountChildren(); ++index)
730 ChildAt(index)->AdoptParentColors();
893 for (int32 index = 0; index < CountChildren(); ++index)
894 ChildAt(index)
[all...]
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h123 CategoryRef CategoryAtIndex(int32 index) const;
128 UserRatingRef UserRatingAtIndex(int32 index) const;
143 ScreenshotInfoRef ScreenshotInfoAtIndex(int32 index) const;
H A DPackageInfo.cpp301 PackageInfo::CategoryAtIndex(int32 index) const
303 return fCategories[index];
412 PackageInfo::UserRatingAtIndex(int32 index) const
414 return fUserRatings[index];
527 PackageInfo::ScreenshotInfoAtIndex(int32 index) const
529 return fScreenshotInfos[index];
/haiku/src/apps/haikudepot/model/
H A DModel.h91 DepotInfoRef DepotAtIndex(int32 index) const;
99 CategoryRef CategoryAtIndex(int32 index) const;
105 RatingStabilityRef RatingStabilityAtIndex(int32 index) const;
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.h113 status_t GetRange(uint32 index, pci_resource_range* range);
H A DECAMPCIController.cpp246 ECAMPCIController::GetRange(uint32 index, pci_resource_range* range) argument
248 if (index >= (uint32)fResourceRanges.Count())
251 *range = fResourceRanges[index];
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp395 DWPCIController::GetRange(uint32 index, pci_resource_range* range) argument
397 if (index >= (uint32)fResourceRanges.Count())
400 *range = fResourceRanges[index];
409 DWPCIController::AtuMap(uint32 index, uint32 direction, uint32 type, uint64 parentAdr, argument
414 "%#" B_PRIx32 ")\n", index, type, parentAdr, childAdr, size);
417 + (2 * index + direction) * sizeof(PciAtuRegs));
450 for (uint32 index = 0; index < 8; index++) {
452 + kPciAtuOffset + (2 * index
[all...]
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp265 BatteryTabView::TabFrame(int32 index) const
273 return BRect(offset + index * width, 0.0f,
274 offset + index * width + width, height);
276 return BRect(offset + index * width, bounds.bottom - height,
277 offset + index * width + width, bounds.bottom);
279 return BRect(0.0f, offset + index * width, height,
280 offset + index * width + width);
282 return BRect(bounds.right - height, offset + index * width,
283 bounds.right, offset + index * width + width);
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp533 /*! \brief Removes a RunnerInfo at a given index from the list of RunnerInfos.
537 \param index The index of the RunnerInfo to be removed.
538 \return \c true, if removed successfully, \c false, if the supplied index
542 MessageRunnerManager::_RemoveInfo(int32 index) argument
544 return (RunnerInfo*)fRunnerInfos.RemoveItem(index);
561 int32 index = _IndexOfToken(token); local
562 if (index >= 0)
563 info = _RemoveInfo(index);
572 \param index Th
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp203 virtual void TransformerAdded(Transformer* t, int32 index) argument
218 virtual void ItemAdded(Shape* shape, int32 index) argument
322 int32 index = 0; local
325 index = CurrentSelection(i);
326 BListItem* item = ItemAt(index);
330 CopyItems(items, index + 1);
399 int32 index = IndexOf(where); local
400 StyleListItem* item = dynamic_cast<StyleListItem*>(ItemAt(index));
402 BRect itemFrame(ItemFrame(index));
453 // index
454 int index = 0; local
606 ItemAdded(Style* style, int32 index) argument
752 _AddStyle(Style* style, int32 index) argument
[all...]
H A DPathListView.cpp206 virtual void ItemAdded(VectorPath* path, int32 index) argument
219 virtual void ItemAdded(Shape* shape, int32 index) argument
340 int32 index = IndexOf(where); local
341 PathListItem* item = dynamic_cast<PathListItem*>(ItemAt(index));
343 BRect itemFrame(ItemFrame(index));
531 // index.
532 int index = 0; local
536 if (archive->FindMessage("path", index, &pathArchive) != B_OK)
548 index++;
643 PathListView::CloneItem(int32 index) cons
684 ItemAdded(VectorPath* path, int32 index) argument
846 _AddPath(VectorPath* path, int32 index) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h76 virtual void DoubleClicked(int32 index) {} argument
78 virtual void SetItemFocused(int32 index);
94 virtual bool DeleteItem(int32 index);
123 void SetDropIndex(int32 index);
H A DListViews.cpp234 int32 index = IndexOf(where); local
235 BListItem* item = ItemAt(index);
238 if (index < 0 || item == NULL) {
250 DoubleClicked(index);
259 Deselect(index);
261 Select(index, true);
354 int32 index = IndexOfSelectable(fSelection->SelectableAtFast(i)); local
355 if (index >= 0) {
356 BListItem* item = ItemAt(index);
400 DragSortableListView::SetItemFocused(int32 index) argument
432 int32 index = IndexOf(where); local
454 int32 index; local
481 MoveItems(BList& items, int32 index) argument
512 CopyItems(BList& items, int32 index) argument
654 DeleteItem(int32 index) argument
673 SetDropIndex(int32 index) argument
802 InitiateDrag(BPoint where, int32 index, bool) argument
961 int32 index; local
[all...]
/haiku/src/kits/interface/
H A DListView.cpp303 int32 index; local
308 if (message->GetCurrentSpecifier(&index, &specifier, &what, &property)
314 switch (propInfo.FindMatch(message, index, &specifier, what,
324 int32 index; local
325 err = specifier.FindInt32("index", &index);
328 index = CountItems() - index;
329 if (index < 0 || index >
395 int32 index; local
637 int32 index = IndexOf(where); local
739 int32 index = IndexOf(where); local
784 InitiateDrag(BPoint where, int32 index, bool wasSelected) argument
884 AddItem(BListItem* item, int32 index) argument
922 int32 index = CountItems() - 1; local
936 AddList(BList* list, int32 index) argument
976 RemoveItem(int32 index) argument
1014 RemoveItems(int32 index, int32 count) argument
1111 int32 index = IndexOf(BPoint(0.0, item->Top())); local
1221 InvalidateItem(int32 index) argument
1228 ScrollTo(int32 index) argument
1258 Select(int32 index, bool extend) argument
1379 Deselect(int32 index) argument
1434 ReplaceItem(int32 index, BListItem* item) argument
1446 ItemFrame(int32 index) argument
1465 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
1673 _InvalidateFrom(int32 index) argument
1708 _Select(int32 index, bool extend) argument
1796 _Deselect(int32 index) argument
2018 _ReplaceItem(int32 index, BListItem* item) argument
2120 _DoSelection(int32 index) argument
[all...]

Completed in 188 milliseconds

1234567891011>>