Searched refs:index (Results 151 - 175 of 2065) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElfFile.h47 int32 index = -1);
50 void SetTo(ElfSection* section, int32 index);
69 int32 index = -1);
72 void SetTo(ElfSection* section, int32 index);
116 const char* GetStringSectionStrings(int32 index,
120 ElfSection* SectionAt(int32 index, bool load = false);
127 Elf32_Shdr* _SectionHeaderAt(int32 index);
129 status_t _LoadSection(int32 index);
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDCollection.h28 HIDCollection * ChildAt(uint32 index);
31 HIDCollection * ChildAtFlat(uint8 type, uint32 index);
35 HIDReportItem * ItemAt(uint32 index);
38 HIDReportItem * ItemAtFlat(uint32 index);
47 HIDCollection * _ChildAtFlat(uint8 type, uint32 &index);
48 HIDReportItem * _ItemAtFlat(uint32 &index);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DOption.cpp29 for (size_t index = 0; index < config->interface_count; index++) {
30 usb_interface_info *interface = config->interface[index].active;
60 __func__, index, txEndpointID, rxEndpointID, irEndpointID);
66 index);
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-noop.px11 my $index = <<EOF;
27 '/index.html' => {
33 content => $index
42 'index.html' => {
43 content => $index,
/haiku-fatelf/src/libs/icon/shape/
H A DPathContainer.h28 virtual void PathAdded(VectorPath* path, int32 index) = 0;
39 bool AddPath(VectorPath* path, int32 index);
41 VectorPath* RemovePath(int32 index);
49 VectorPath* PathAt(int32 index) const;
50 VectorPath* PathAtFast(int32 index) const;
65 int32 index) const;
H A DShapeContainer.h28 virtual void ShapeAdded(Shape* shape, int32 index) = 0;
39 bool AddShape(Shape* shape, int32 index);
41 Shape* RemoveShape(int32 index);
49 Shape* ShapeAt(int32 index) const;
50 Shape* ShapeAtFast(int32 index) const;
65 int32 index) const;
H A DVectorPath.cpp361 int32 index = fPointCount; local
364 _SetPoint(index, point);
365 _NotifyPointAdded(index);
377 int32 index = fPointCount; local
380 _SetPoint(index, point, pointIn, pointOut, connected);
381 _NotifyPointAdded(index);
390 VectorPath::AddPoint(BPoint point, int32 index) argument
392 if (index < 0)
393 index = 0;
394 if (index > fPointCoun
416 RemovePoint(int32 index) argument
440 SetPoint(int32 index, BPoint point) argument
460 SetPoint(int32 index, BPoint point, BPoint pointIn, BPoint pointOut, bool connected) argument
551 SetInOutConnected(int32 index, bool connected) argument
566 GetPointAt(int32 index, BPoint& point) const argument
579 GetPointInAt(int32 index, BPoint& point) const argument
592 GetPointOutAt(int32 index, BPoint& point) const argument
605 GetPointsAt(int32 index, BPoint& point, BPoint& pointIn, BPoint& pointOut, bool* connected) const argument
705 FindBezierScale(int32 index, BPoint point, double* scale) const argument
736 GetPoint(int32 index, double t, BPoint& point) const argument
947 int32 index = 0; local
1035 _SetPoint(int32 index, BPoint point) argument
1048 _SetPoint(int32 index, const BPoint& point, const BPoint& pointIn, const BPoint& pointOut, bool connected) argument
[all...]
/haiku-fatelf/src/libs/icon/style/
H A DStyleContainer.h28 virtual void StyleAdded(Style* style, int32 index) = 0;
39 bool AddStyle(Style* style, int32 index);
41 Style* RemoveStyle(int32 index);
49 Style* StyleAt(int32 index) const;
50 Style* StyleAtFast(int32 index) const;
64 int32 index) const;
H A DGradientTransformable.h77 int32 index);
79 bool RemoveColor(int32 index);
81 bool SetColor(int32 index,
83 bool SetColor(int32 index, const rgb_color& color);
84 bool SetOffset(int32 index, float offset);
87 BGradient::ColorStop* ColorAt(int32 index) const;
88 BGradient::ColorStop* ColorAtFast(int32 index) const;
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-inlined-functions.h51 mat->index++;
55 mat->index -= mat->x_size;
61 mat->index--;
65 mat->index += mat->x_size;
71 mat->index = mat->last_x_mod + mat->last_y_mod;
74 return mat->matrix[mat->index];
/haiku-fatelf/src/preferences/time/
H A DSectionEdit.h43 virtual void DrawSection(uint32 index, BRect bounds, argument
45 virtual void DrawSeparator(uint32 index, BRect bounds) {} argument
47 BRect FrameForSection(uint32 index);
48 BRect FrameForSeparator(uint32 index);
50 virtual void SectionFocus(uint32 index) {} argument
51 virtual void SectionChange(uint32 index, uint32 value) {} argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp44 for (int32 index = start; index < start + count; index++) {
46 snprintf(name, sizeof(name), "test:%ld", index);
47 file.WriteAttr(name, B_INT32_TYPE, 0, &index, sizeof(int32));
55 for (int32 index = start; index < start + count; index++) {
57 snprintf(name, sizeof(name), "test:%ld", index);
64 add_marker_attribute(BFile& file, int32 index) argument
73 remove_marker_attribute(BFile& file, int32 index) argument
[all...]
/haiku-fatelf/src/kits/interface/textview_support/
H A DStyleBuffer.h47 long index; // index of corresponding style record member in struct:STEStyleRunDesc
56 void InsertDesc(STEStyleRunDesc* inDesc, int32 index);
57 void RemoveDescs(int32 index, int32 count = 1);
60 void BumpOffset(int32 delta, int32 index);
62 STEStyleRunDesc* operator[](int32 index) const;
67 _BStyleRunDescBuffer_::operator[](int32 index) const
69 return &fBuffer[index];
79 void CommitRecord(int32 index);
80 void RemoveRecord(int32 index);
[all...]
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h27 static status_t Find(BMessage& msg, const char* name, int32 index,
30 static BString QuickFind(BMessage& msg, const char* name, int32 index);
31 static bool Has(BMessage& msg, const char* name, int32 index);
32 static status_t Replace(BMessage& msg, const char* name, int32 index,
37 int32 index, const void** data, ssize_t* size);
51 int32 index, BString* data)
53 return msg.FindString(name, index, data);
63 int32 index)
66 msg.FindString(name, index, &data);
71 int32 index)
50 Find(BMessage& msg, const char* name, int32 index, BString* data) argument
62 QuickFind(BMessage& msg, const char* name, int32 index) argument
70 Has(BMessage& msg, const char* name, int32 index) argument
76 Replace(BMessage& msg, const char* name, int32 index, BString& data) argument
90 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
H A DMessageMessengerItemTest.h31 static status_t Find(BMessage& msg, const char* name, int32 index, argument
33 { return msg.FindMessenger(name, index, val); }
36 static BMessenger QuickFind(BMessage& msg, const char* name, int32 index) argument
39 msg.FindMessenger(name, index, &msngr);
42 static bool Has(BMessage& msg, const char* name, int32 index) argument
43 { return msg.HasMessenger(name, index); }
44 static status_t Replace(BMessage& msg, const char* name, int32 index, argument
46 { return msg.ReplaceMessenger(name, index, val); }
48 int32 index, const void** data, ssize_t* size)
49 { return msg.FindData(name, type, index, dat
47 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Ddriver.c111 int index; local
116 for (index = 0; (item = gDeviceNames[index]) != NULL; index++) {
118 free(pciInfo[index]);
128 int index; local
132 for (index = 0; gDeviceNames[index] != NULL; index++) {
133 if (!strcmp(name, gDeviceNames[index]))
[all...]
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.h37 // special append index values
53 virtual void ItemAdded(PlaylistItem* item, int32 index);
54 virtual void ItemRemoved(int32 index);
82 bool AddItem(PlaylistItem* item, int32 index);
83 PlaylistItem* RemoveItem(int32 index,
87 bool AdoptPlaylist(Playlist& other, int32 index);
90 PlaylistItem* ItemAt(int32 index) const;
91 PlaylistItem* ItemAtFast(int32 index) const;
94 bool SetCurrentItemIndex(int32 index,
137 int32 index) cons
[all...]
/haiku-fatelf/src/kits/app/
H A DMessageQueue.cpp115 BMessageQueue::FindMessage(int32 index) const
121 if (index < 0 || index >= fMessageCount)
125 // If the index reaches zero, then we have found a match.
126 if (index == 0)
129 index--;
137 BMessageQueue::FindMessage(uint32 what, int32 index) const
143 if (index < 0 || index >= fMessageCount)
148 // If the index reache
[all...]
/haiku-fatelf/src/preferences/mail/
H A DFilterAddonList.cpp62 FilterAddonList::FilterAddonAt(int32 index) argument
64 return fFilterAddonList[index];
69 FilterAddonList::GetDescriptiveName(int32 index, BString& name) argument
71 if (index < 0)
74 FilterAddonInfo& info = FilterAddonAt(index);
89 int32 index = FindInfo(ref); local
90 return GetDescriptiveName(index, name);
98 int32 index = FindInfo(ref); local
99 if (index < 0)
101 FilterAddonInfo& info = FilterAddonAt(index);
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DUtility.cpp18 sorted_array::_FindInternal(off_t value, int32 &index) const
23 index = (min + max) / 2;
25 cmp = ValueAt(index) - value;
27 min = index + 1;
29 max = index - 1;
63 int32 index = Find(value); local
64 if (index == -1)
67 memmove(&values[index], &values[index + 1], (CountItems() - index) * sizeo
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp218 dprintf("index is %d\n", va / B_PAGE_SIZE / 1024);
358 int index; local
361 index = VADDR_TO_PRENT(start);
362 if (PRE_TYPE(pr[index]) != DT_ROOT) {
373 PRE_TO_PA(pr[index]));
375 //pd += (index % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL;
378 index = VADDR_TO_PDENT(start);
379 if (PDE_TYPE(pd[index]) != DT_DIR) {
387 PDE_TO_PA(pd[index]));
389 //pt += (index
434 int index; local
506 int index; local
680 int index; local
770 int index = VADDR_TO_PRENT(va); local
831 int index = VADDR_TO_PRENT(va); local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dmaster.cpp63 int32 index = -1; local
65 index = get_tty_index(name);
66 if (index >= (int32)kNumTTYs)
70 TRACE(("master_open: TTY index = %ld (name = %s)\n", index, name));
75 for (index = 0; index < (int32)kNumTTYs; index++) {
76 if (gMasterTTYs[index].ref_count == 0)
79 if (index >
[all...]
/haiku-fatelf/src/servers/app/
H A DHashTable.cpp55 for (int32 index = fCapacity; --index >= 0;) {
58 for (entry = fTable[index]; entry != NULL; entry = next) {
86 int32 index; local
95 index = hash % fCapacity;
102 entry->next = fTable[index];
103 fTable[index] = entry;
115 int32 index; local
121 index = hash % fCapacity;
123 for (entry = fTable[index]; entr
172 int32 index = entry->value->Hash() % newCapacity; local
[all...]
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dcascade_cond.c173 block(int index) argument
175 (void) pthread_mutex_lock(&mxs[index]);
176 while (conds[index] != 0) {
177 (void) pthread_cond_wait(&cvs[index], &mxs[index]);
179 conds[index] = 1;
180 (void) pthread_mutex_unlock(&mxs[index]);
186 unblock(int index) argument
188 (void) pthread_mutex_lock(&mxs[index]);
189 conds[index]
[all...]
/haiku-fatelf/headers/os/interface/
H A DGradient.h69 int32 index);
71 bool RemoveColor(int32 index);
73 bool SetColorStop(int32 index,
75 bool SetColor(int32 index, const rgb_color& color);
76 bool SetOffset(int32 index, float offset);
79 ColorStop* ColorStopAt(int32 index) const;
80 ColorStop* ColorStopAtFast(int32 index) const;

Completed in 690 milliseconds

1234567891011>>