Searched refs:index (Results 126 - 150 of 1857) sorted by path

1234567891011>>

/haiku/headers/private/kernel/disk_device_manager/
H A DKPartitionListener.h23 virtual void IndexChanged(KPartition *partition, int32 index);
37 int32 index);
39 int32 index);
H A Dddm_modules.h61 const char* parameters, int32* index);
/haiku/headers/private/kernel/
H A Dtracing.h244 TraceEntry* MoveTo(int32 index);
/haiku/headers/private/kernel/util/
H A DKMessage.h86 int32 index, const void** data,
89 inline status_t FindBool(const char* name, int32 index,
92 inline status_t FindInt8(const char* name, int32 index,
95 inline status_t FindInt16(const char* name, int32 index,
98 inline status_t FindInt32(const char* name, int32 index,
101 inline status_t FindInt64(const char* name, int32 index,
105 inline status_t FindPointer(const char* name, int32 index,
109 inline status_t FindString(const char* name, int32 index,
114 inline bool GetBool(const char* name, int32 index,
118 inline int8 GetInt8(const char* name, int32 index,
348 _FindType(const char* name, type_code type, int32 index, T* value) const argument
374 FindBool(const char* name, int32 index, bool* value) const argument
388 FindInt8(const char* name, int32 index, int8* value) const argument
402 FindInt16(const char* name, int32 index, int16* value) const argument
416 FindInt32(const char* name, int32 index, int32* value) const argument
430 FindInt64(const char* name, int32 index, int64* value) const argument
444 FindPointer(const char* name, int32 index, void** value) const argument
458 FindString(const char* name, int32 index, const char** value) const argument
467 _GetType(const char* name, type_code type, int32 index, const T& defaultValue) const argument
485 GetBool(const char* name, int32 index, bool defaultValue) const argument
499 GetInt8(const char* name, int32 index, int8 defaultValue) const argument
513 GetInt16(const char* name, int32 index, int16 defaultValue) const argument
527 GetInt32(const char* name, int32 index, int32 defaultValue) const argument
541 GetInt64(const char* name, int32 index, int64 defaultValue) const argument
555 GetPointer(const char* name, int32 index, const void* defaultValue) const argument
564 GetString(const char* name, int32 index, const char* defaultValue) const argument
[all...]
H A DMinMaxHeap.h452 int index = link->fIndex;
454 predecessorLink->fIndex = index;
H A DMultiHashTable.h76 ValueIterator(const HashTable *table, size_t index, ValueType *value) argument
77 : fOriginalIndex(index), fOriginalValue(value)
108 size_t index = 0; local
111 index = HashTable::fDefinition.HashKey(key)
113 slot = HashTable::fTable[index];
125 return ValueIterator(this, index, slot);
136 size_t index = HashTable::fDefinition.Hash(value) & (tableSize - 1); local
141 for (previous = table[index]; previous
149 HashTable::_Link(value) = table[index];
150 table[index]
[all...]
/haiku/headers/private/kernel/vm/
H A Dvm_page.h68 struct vm_page *vm_page_at_index(int32 index);
/haiku/headers/private/media/
H A DDecoderPlugin.h71 virtual Decoder* NewDecoder(uint index) = 0;
H A DTList.h57 bool Get(int32 index, value **v) const argument
59 if (index < 0 || index >= item_count)
61 *v = items[index];
65 bool Remove(int32 index) argument
67 if (index < 0 || index >= item_count)
69 delete items[index];
71 items[index] = items[item_count];
72 if (index
[all...]
H A DTMap.h139 bool _Get(int32 index, value **v) const argument
141 if (index < 0 || index >= item_count)
143 *v = &items[index]->v;
147 bool _Remove(int32 index) argument
149 if (index < 0 || index >= item_count)
151 delete items[index];
153 items[index] = items[item_count];
154 if (index
[all...]
/haiku/headers/private/media/experimental/
H A DMediaClient.h102 BMediaInput* InputAt(int32 index) const;
103 BMediaOutput* OutputAt(int32 index) const;
/haiku/headers/private/net/
H A Dnet_buffer.h32 uint32 index; member in union:net_buffer::__anon1152
H A Dnet_device.h26 uint32 index; member in struct:net_device
/haiku/headers/private/package/hpkg/
H A DStrings.h26 int32 index; member in struct:BPackageKit::BHPKG::BPrivate::CachedString
33 index(-1),
/haiku/headers/private/print/
H A DPrintPanel.h46 virtual BHandler* ResolveSpecifier(BMessage* message, int32 index,
62 BView* ChildAt(int32 index) const;
/haiku/headers/private/shared/
H A DArray.h37 inline bool Insert(const Element& element, int32 index);
38 inline bool InsertUninitialized(int32 index, int32 count);
39 inline bool Remove(int32 index, int32 count = 1);
44 inline Element& ElementAt(int32 index);
45 inline const Element& ElementAt(int32 index) const;
47 inline Element& operator[](int32 index);
48 inline const Element& operator[](int32 index) const;
55 bool _Resize(int32 index, int32 delta);
115 Array<Element>::Insert(const Element& element, int32 index) argument
117 if (index <
131 InsertUninitialized(int32 index, int32 count) argument
148 Remove(int32 index, int32 count) argument
199 ElementAt(int32 index) argument
215 operator [](int32 index) argument
246 _Resize(int32 index, int32 delta) argument
[all...]
H A DDriverSettingsMessageAdapter.h24 const char* name, int32 index, uint32 type,
32 const char* name, int32 index,
H A DQueryFile.h37 dev_t VolumeAt(int32 index) const;
55 status_t _SetQuery(int32 index);
H A DRWLocker.h113 void _DeleteReadLockInfo(int32 index);
114 ReadLockInfo* _ReadLockInfoAt(int32 index) const;
H A DRangeArray.h58 inline bool RemoveRanges(int32 index, int32 count = 1);
69 inline const RangeType& RangeAt(int32 index) const
70 { return fRanges.ElementAt(index); }
72 inline const RangeType& operator[](int32 index) const
73 { return fRanges[index]; }
78 inline RangeType& _RangeAt(int32 index) argument
79 { return fRanges.ElementAt(index); }
124 int32 index = InsertionIndex(offset);
128 int32 endIndex = index;
129 // index afte
235 RemoveRanges(int32 index, int32 count) argument
253 int32 index = InsertionIndex(offset); local
[all...]
H A DRegExp.h63 size_t GroupStartOffsetAt(size_t index) const;
64 size_t GroupEndOffsetAt(size_t index) const;
/haiku/headers/private/storage/
H A DDiskDeviceList.h36 BDiskDevice *DeviceAt(int32 index) const;
H A DDiskDeviceRoster.h150 static status_t _GetNextAddOn(BDirectory **directory, int32 *index,
155 static status_t _GetNextAddOnDir(BPath *path, int32 *index,
157 static status_t _GetNextAddOnDir(BDirectory **directory, int32 *index,
H A DDiskSystemAddOnManager.h32 BDiskSystemAddOn* AddOnAt(int32 index) const;
47 AddOn* _AddOnAt(int32 index) const;
48 void _PutAddOn(int32 index);
H A DDriverSettings.h60 BDriverParameter ParameterAt(int32 index) const;
125 const char* ValueAt(int32 index,
127 bool BoolValueAt(int32 index,
129 int32 Int32ValueAt(int32 index,
131 int64 Int64ValueAt(int32 index,

Completed in 86 milliseconds

1234567891011>>