Searched refs:index (Results 351 - 375 of 1857) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPConfigurePacket.h46 bool AddItem(const ppp_configure_item *item, int32 index = -1);
51 ppp_configure_item *ItemAt(int32 index) const;
/haiku/src/preferences/mail/
H A DFilterConfigView.h40 void _SelectFilter(int32 index);
42 void _SaveConfig(int32 index);
H A DFilterConfigView.cpp50 virtual bool InitiateDrag(BPoint point, int32 index, bool wasSelected) argument
52 BRect frame(ItemFrame(index));
59 BListItem *item = ItemAt(index);
67 ItemAt(index)->DrawItem(view, view->Bounds(), true);
74 fDragIndex = index;
78 drag.AddInt32("index", index);
115 // correct the target insertion index
147 int32 source = msg->FindInt32("index");
280 FiltersConfigView::_SelectFilter(int32 index) argument
403 int32 index = _MailSettings()->AddFilterSettings(&ref); local
413 int32 index = fListView->CurrentSelection(); local
425 int32 index = -1; local
474 _SaveConfig(int32 index) argument
[all...]
/haiku/src/apps/mail/
H A DPeople.cpp95 for (int32 index = 0; index < CountGroups(); index++) {
96 if (GroupAt(index) == group)
175 for (int32 index = 0; index < groups.CountStrings(); index++) {
176 BString group = groups.StringAt(index);
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp34 uint32 hash = ((uint32)index << 8) | (componentKind << 4) | typeKind;
85 printf("base %" B_PRIu64 " \"%s\"", index, name.String());
88 printf("member %" B_PRIu64 " \"%s\"", index, name.String());
91 printf("element %" B_PRIu64 " \"%s\"", index, name.String());
102 && index == other.index
138 TypeComponentPath::ComponentAt(int32 index) const
140 TypeComponent* component = fComponents.ItemAt(index);
/haiku/headers/private/debugger/model/
H A DFileSourceCode.h45 virtual const char* LineAt(int32 index) const;
46 virtual int32 LineLengthAt(int32 index) const;
H A DStatement.h24 virtual TargetAddressRange AddressRangeAt(int32 index) const = 0;
53 virtual TargetAddressRange AddressRangeAt(int32 index) const;
/haiku/headers/private/debugger/util/
H A DRangeList.h43 void RemoveRangeAt(int32 index);
46 const Range* RangeAt(int32 index) const;
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp40 list_item(uint32 index, list_item* next = NULL) argument
42 index(index),
47 int32 index; member in struct:list_item
59 list_item* Find(int32 index) const;
77 track(uint32 index, off_t startLBA, uint8 control, uint8 adr, argument
80 list_item(index, next),
99 session(uint32 index, session* next = NULL);
322 /*! \brief Returns the ListItem with the given index, or NULL if not found.
325 List::Find(int32 index) cons
451 session(uint32 index, session* next) argument
600 GetSession(int32 index) argument
1059 Session(off_t offset, off_t size, uint32 blockSize, int32 index, uint32 flags, const char* type) argument
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUMessagesData.cpp57 ICUMessagesData::GetLanginfo(int index) argument
59 switch(index) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h44 BString StringAt(int32 index) const;
45 bool IsStringAt(int32 index) const;
46 bool EqualsAt(int32 index,
49 ArgumentList& ListAt(int32 index) const;
50 bool IsListAt(int32 index) const;
51 bool IsListAt(int32 index, char kind) const;
53 uint32 NumberAt(int32 index) const;
54 bool IsNumberAt(int32 index) const;
/haiku/src/kits/tracker/
H A DSettings.cpp131 for (int32 index = 0; ; index++) {
132 if (fValues[index] == NULL)
135 if (strcmp(fValues[index], newValue) != 0)
154 for (int32 index = 0; ; index++) {
155 if (fValues[index] == NULL)
158 if (strcmp(fValues[index], *argv) != 0)
/haiku/headers/private/storage/
H A DQueryPredicate.h28 virtual status_t SetChildAt(QueryNode *child, int32 index) = 0;
29 virtual QueryNode *ChildAt(int32 index) = 0;
41 virtual status_t SetChildAt(QueryNode *child, int32 index);
42 virtual QueryNode *ChildAt(int32 index);
52 virtual status_t SetChildAt(QueryNode *child, int32 index);
53 virtual QueryNode *ChildAt(int32 index);
66 virtual status_t SetChildAt(QueryNode *child, int32 index);
67 virtual QueryNode *ChildAt(int32 index);
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp121 int32 index = 0; local
124 index = _ExtractNameValuePair(string, name, value, index);
125 if (index == -1 || value.Length() > 4096) {
138 while (index < string.Length()) {
139 ASSERT(string[index] == ';');
140 index++;
142 index = _ExtractAttributeValuePair(string, name, value, index);
748 skip_whitespace_forward(const BString& string, int32 index) argument
758 skip_whitespace_backward(const BString& string, int32 index) argument
767 _ExtractNameValuePair(const BString& cookieString, BString& name, BString& value, int32 index) argument
804 _ExtractAttributeValuePair(const BString& cookieString, BString& attribute, BString& value, int32 index) argument
[all...]
/haiku/src/apps/terminal/
H A DThemeView.cpp150 int index = 0; local
155 offset += strlen(colours[index++]) + 1;
159 offset += strlen(colours[index++]) + 1;
163 offset += strlen(colours[index++]) + 1;
167 offset += strlen(colours[index++]) + 1;
171 offset += strlen(colours[index++]) + 1;
175 offset += strlen(colours[index++]) + 1;
179 offset += strlen(colours[index++]) + 1;
183 offset += strlen(colours[index++]) + 1;
184 index
506 int32 index = 0; local
[all...]
/haiku/src/apps/haikudepot/process/
H A DAbstractProcessNode.h38 PredecessorAt(int32 index) const;
43 SuccessorAt(int32 index) const;
/haiku/src/servers/registrar/
H A DRecentEntries.h44 recent_entry(const entry_ref *ref, const char *appSig, uint32 index);
47 uint32 index; member in struct:recent_entry
/haiku/src/servers/app/font/
H A DAppFontManager.h40 status_t AddUserFontFromFile(const char* path, uint16 index, uint16 instance,
43 uint16 index, uint16 instance,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp430 for (int32 index = 0; index < Interface().CountChildren(); index++) {
431 child = Interface().ChildAt(index);
469 for (int32 index = 0; index < Interface().CountChildren(); index++)
470 Interface().ChildAt(index)->StateMachine().CloseEvent();
800 for (int32 index = 0; index < Interfac
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp112 for (int32 index = 0; ; index++) {
122 if (container.FindString(kBackgroundImageInfoPath, index, &path)
134 container.FindInt32(kBackgroundImageInfoWorkspaces, index,
136 container.FindInt32(kBackgroundImageInfoMode, index, (int32*)&mode);
137 container.FindBool(kBackgroundImageInfoTextOutline, index,
139 container.FindPoint(kBackgroundImageInfoOffset, index, &offset);
142 container.FindInt32(kBackgroundImageInfoSet, index,
144 container.FindInt32(kBackgroundImageInfoCacheMode, index,
236 for (int32 index
[all...]
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp67 Settings::GetServer(int32 index) const
70 fMessage.FindString("server", index, &server);
78 int32 index = _GetStringByValue("server", server); local
79 if (index != B_ERROR) {
80 fMessage.RemoveData("server", index);
91 Settings::SetDefaultServer(int32 index) argument
93 if (fMessage.ReplaceInt32("default server", index) != B_OK)
94 fMessage.AddInt32("default server", index);
101 int32 index; local
102 fMessage.FindInt32("default server", &index);
544 int32 index = 0; local
[all...]
/haiku/headers/os/device/
H A DJoystick.h41 status_t GetDeviceName(int32 index, char* name,
57 status_t GetAxisNameAt(int32 index,
63 status_t GetHatNameAt(int32 index, BString* outName);
77 status_t GetButtonNameAt(int32 index,
/haiku/headers/os/mail/
H A DMailContainer.h22 virtual status_t RemoveComponent(int32 index) = 0;
24 virtual BMailComponent *GetComponent(int32 index, bool parse_now = false) = 0;
49 virtual status_t RemoveComponent(int32 index);
51 virtual BMailComponent *GetComponent(int32 index, bool parse_now = false);
/haiku/headers/private/firewire/
H A Dfwdma.h68 fwdma_v_addr(struct fwdma_alloc_multi *am, int index) argument
71 int offset = am->esize * index;
77 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index) argument
80 int offset = am->esize * index;
/haiku/src/add-ons/screen_savers/spider/
H A DPolygon.h29 BPoint PointAt(int32 index) const;

Completed in 144 milliseconds

<<11121314151617181920>>