Searched refs:SetIndex (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/servers/app/
H A DWindowList.h24 void SetIndex(int32 index);
H A DWindowList.cpp44 WindowList::SetIndex(int32 index) function in class:WindowList
H A DDesktop.cpp505 _Windows(i).SetIndex(i);
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.h40 void SetIndex(AttributeIndex *index, bool inIndex);
H A DBlockAllocatorAreaBucket.h18 inline void SetIndex(int32 index) { fIndex = index; } function in class:BlockAllocator::AreaBucket
H A DAttributeIndexImpl.cpp218 (*attribute)->SetIndex(NULL, false);
258 attribute->SetIndex(this, false);
262 attribute->SetIndex(this, true);
264 attribute->SetIndex(NULL, false);
279 attribute->SetIndex(this, false);
283 attribute->SetIndex(this, true);
298 attribute->SetIndex(NULL, false);
H A DAttribute.cpp97 // SetIndex
99 Attribute::SetIndex(AttributeIndex *index, bool inIndex) function in class:Attribute
H A DBlockAllocator.cpp30 fBuckets[i].SetIndex(i);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttribute.h37 void SetIndex(AttributeIndex *index, bool inIndex);
H A DBlockAllocatorAreaBucket.h18 inline void SetIndex(int32 index) { fIndex = index; } function in class:BlockAllocator::AreaBucket
H A DAttributeIndexImpl.cpp222 (*attribute)->SetIndex(NULL, false);
262 attribute->SetIndex(this, false);
266 attribute->SetIndex(this, true);
268 attribute->SetIndex(NULL, false);
283 attribute->SetIndex(this, false);
287 attribute->SetIndex(this, true);
302 attribute->SetIndex(NULL, false);
H A DAttribute.cpp82 // SetIndex
84 Attribute::SetIndex(AttributeIndex *index, bool inIndex) function in class:Attribute
H A DBlockAllocator.cpp32 fBuckets[i].SetIndex(i);
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp457 KPartition::SetIndex(int32 index) function in class:KPartition
853 partition->SetIndex(index);
917 partition->SetIndex(-1);
1576 fChildren.ElementAt(i)->SetIndex(i);
1581 fChildren.ElementAt(i)->SetIndex(i);
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h73 void SetIndex(int32 index);
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMap.h214 void SetIndex(int32 index) { fIndex = index; } function in class:PrimaryPartition
H A DPartitionMap.cpp727 fPrimaries[i].SetIndex(i);
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.h442 inline void SetIndex(int32 index);
1288 Model::Thread::SetIndex(int32 index) function in class:Model::Thread
H A DModel.cpp720 thread->SetIndex(i);

Completed in 81 milliseconds