Searched refs:index (Results 226 - 250 of 2065) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/terminal/
H A DSmartTabView.h50 virtual BTab* RemoveTab(int32 index);
51 void MoveTab(int32 index, int32 newIndex);
74 virtual void TabSelected(SmartTabView* tabView, int32 index);
76 BPoint point, int32 index);
78 BPoint point, int32 index);
80 BPoint point, int32 index);
/haiku-fatelf/headers/os/interface/
H A DSplitView.h39 float ItemWeight(int32 index) const;
41 void SetItemWeight(int32 index, float weight,
45 bool IsCollapsible(int32 index) const;
47 void SetCollapsible(int32 index, bool collapsible);
51 bool IsItemCollapsed(int32 index) const;
52 void SetItemCollapsed(int32 index, bool collapsed);
57 bool AddChild(int32 index, BView* child,
62 bool AddChild(int32 index, BLayoutItem* child,
/haiku-fatelf/headers/posix/
H A Dbsd_mem.h25 #ifndef index
26 #define index(str, chr) strchr(str, chr) macro
/haiku-fatelf/headers/private/shared/
H A Dcpu_type.h43 int index = 0; local
44 for (; name[index] != '\0'; index++) {
45 if (name[index] != ' ')
50 for (; name[index] != '\0'; index++) {
51 if (name[index] == ' ') {
52 index++;
59 for (; name[index] != '\0'; index
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp127 Hub::UpdatePortStatus(uint8 index) argument
132 USB_REQUEST_GET_STATUS, 0, index + 1, sizeof(usb_port_status),
133 (void *)&fPortStatus[index], sizeof(usb_port_status), &actualLength);
145 Hub::ResetPort(uint8 index) argument
148 USB_REQUEST_SET_FEATURE, PORT_RESET, index + 1, 0, NULL, 0, NULL);
156 result = UpdatePortStatus(index);
160 if (fPortStatus[index].change & PORT_STATUS_RESET) {
166 if ((fPortStatus[index].change & PORT_STATUS_RESET) == 0) {
167 TRACE_ERROR("port %d won't reset\n", index);
173 USB_REQUEST_CLEAR_FEATURE, C_PORT_RESET, index
185 DisablePort(uint8 index) argument
348 GetDescriptor(uint8 descriptorType, uint8 index, uint16 languageID, void *data, size_t dataLength, size_t *actualLength) argument
399 BuildDeviceName(char *string, uint32 *index, size_t bufferSize, Device *device) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.h25 extern void generic_set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type);
26 extern status_t generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length,
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Ddriver.c119 int index; local
124 for (index = 0; index < drv_count; index++) {
125 if (0 == strcmp(drv_path[index], name))
128 if (index == drv_count) { // name not found
132 *cookie = (void *) index;
134 if (drv_open_count[index] == 0) {
135 res = driver_info.attach(drv_data[index], &drv_cookie[index]);
157 int index; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Ddriver.c109 int index; local
128 for (cards = 0, index = 0; gPci->get_nth_pci_info(index++, item) == B_OK; ) {
168 for (index = 0; index < cards; index++) {
169 free(gDevList[index]);
170 free(gDevNameList[index]);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp114 AbstractConnection::DownStreamChannelAt(int32 index) const
116 if (index < 0 || index >= fDownStreamChannels.Count())
118 return fDownStreamChannels.ElementAt(index);
155 int32 index = fUpStreamChannels.IndexOf(channel, fFreeUpStreamChannels); local
156 if (index < 0)
160 if (index != fFreeUpStreamChannels) {
162 fUpStreamChannels.ElementAt(index) = target;
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h27 BString StringAt(int32 index) const;
28 bool IsStringAt(int32 index) const;
29 bool EqualsAt(int32 index,
32 ArgumentList& ListAt(int32 index) const;
33 bool IsListAt(int32 index) const;
34 bool IsListAt(int32 index, char kind) const;
36 int32 IntegerAt(int32 index) const;
37 bool IsIntegerAt(int32 index) const;
/haiku-fatelf/src/apps/debugger/files/
H A DSourceFile.h32 const char* LineAt(int32 index) const;
33 int32 LineLengthAt(int32 index) const;
/haiku-fatelf/src/apps/debugger/model/
H A DSourceCode.h32 virtual const char* LineAt(int32 index) const = 0;
33 virtual int32 LineLengthAt(int32 index) const = 0;
H A DStatement.cpp61 ContiguousStatement::AddressRangeAt(int32 index) const
63 return index == 0 ? fRange : TargetAddressRange();
/haiku-fatelf/src/apps/debugger/settings/generic/
H A DSettingsDescription.cpp32 SettingsDescription::SettingAt(int32 index) const
34 return fSettings.ItemAt(index);
/haiku-fatelf/src/apps/debugger/util/
H A DArchivingUtils.cpp30 const char* fieldName, int32 index)
33 if (parentArchive.FindMessage(fieldName, index, &archive) != B_OK)
29 UnarchiveChild(const BMessage& parentArchive, const char* fieldName, int32 index) argument
/haiku-fatelf/src/apps/diskprobe/
H A DTypeEditors.h28 extern status_t GetNthTypeEditor(int32 index, const char** _name);
29 extern TypeEditorView* GetTypeEditorAt(int32 index, BRect rect,
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DMovePLItemsCommand.cpp47 // are removed before that index
80 int32 index = fIndices[0];
83 if (index != fToIndex) {
88 // the insertion index is the same as the index of the first
93 if (fIndices[i] != index + 1) {
97 index = fIndices[i];
124 // add refs to playlist at the insertion index
125 int32 index = fToIndex; local
127 if (!fPlaylist->AddItem(fItems[i], index
154 int32 index = fToIndex; local
[all...]
/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp129 int32 index = SelectedChoiceIndex() - CountVisibleChoices(); local
130 index = max_c(index, 0);
131 Select(index);
137 int32 index = SelectedChoiceIndex() + CountVisibleChoices(); local
138 index = min_c(index, CountChoices() - 1);
139 Select(index);
/haiku-fatelf/src/kits/interface/
H A DSplitLayout.h46 virtual BLayoutItem* AddView(int32 index, BView* child);
48 virtual BLayoutItem* AddView(int32 index, BView* child,
52 virtual bool AddItem(int32 index, BLayoutItem* item);
54 virtual bool AddItem(int32 index, BLayoutItem* item,
58 float ItemWeight(int32 index) const;
60 void SetItemWeight(int32 index, float weight,
64 bool IsCollapsible(int32 index) const;
66 void SetCollapsible(int32 index, bool collapsible);
70 bool IsItemCollapsed(int32 index) const;
71 void SetItemCollapsed(int32 index, boo
[all...]
/haiku-fatelf/src/preferences/mail/
H A DFilterAddonList.h36 FilterAddonInfo& FilterAddonAt(int32 index);
38 bool GetDescriptiveName(int32 index, BString& name);
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUMessagesData.cpp54 ICUMessagesData::GetLanginfo(int index) argument
56 switch(index) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/array/
H A DsmallArray.cpp28 int32 index = int32(1.0 * rand() * array->count / RAND_MAX); local
29 array->Remove(array->values[index]);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DAbstractConnection.cpp112 AbstractConnection::DownStreamChannelAt(int32 index) const
114 if (index < 0 || index >= fDownStreamChannels.Count())
116 return fDownStreamChannels.ElementAt(index);
153 int32 index = fUpStreamChannels.IndexOf(channel, fFreeUpStreamChannels); local
154 if (index < 0)
158 if (index != fFreeUpStreamChannels) {
160 fUpStreamChannels.ElementAt(index) = target;
/haiku-fatelf/src/kits/bluetooth/
H A DDiscoveryListener.cpp85 for (int32 index = 0 ; index < fRemoteDevicesList.CountItems();
86 index++) {
87 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/kits/support/
H A DStringList.cpp58 BStringList::Add(const BString& string, int32 index) argument
61 if (!fStrings.AddItem(privateData, index))
82 BStringList::Add(const BStringList& list, int32 index) argument
84 if (!fStrings.AddList(&list.fStrings, index))
145 BStringList::Remove(int32 index) argument
147 if (index < 0 || index >= fStrings.CountItems())
150 char* privateData = (char*)fStrings.RemoveItem(index);
158 BStringList::Remove(int32 index, int32 count) argument
161 if (index <
174 Replace(int32 index, const BString& string) argument
[all...]

Completed in 222 milliseconds

1234567891011>>