Searched refs:Index (Results 101 - 125 of 147) sorted by relevance

123456

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp109 : Index(volume, "last_modified", B_INT32_TYPE, true, sizeof(time_t)),
H A DNameIndex.cpp102 : Index(volume, "name", B_STRING_TYPE, false),
H A Dkernel_interface.cpp54 #include "Index.h"
319 if (Index *index = indexDir->FindIndex(name))
1897 Index *index = volume->GetIndexDirectory()->IndexAt(
1981 if (Index *index = indexDir->FindIndex(name)) {
2008 if (Index *index = indexDir->FindIndex(name)) {
2054 // TODO: The Query references an Index, but nothing prevents the Index
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp66 printf("%s index: %ld\n", prefix, partition->Index());
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h217 int32 Index() const { return fIndex; } function in class:PrimaryPartition
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h77 int32 Index() const; // 0 for devices
/haiku/headers/private/storage/
H A DPartition.h42 int32 Index() const; // 0 for devices
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp159 BPartition::Index() const function in class:BPartition
360 if (path == NULL || Parent() == NULL || Index() < 0)
376 snprintf(indexBuffer, sizeof(indexBuffer), "%" B_PRId32, Index());
380 path->Leaf(), Index());
H A DMutablePartition.cpp186 // Index
188 BMutablePartition::Index() const function in class:BMutablePartition
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp56 int32 Index() { return fCPU.cpu_num; } function in class:CPU
264 //printf("[%ld] %p %s\n", cpu->Index(), thread, thread->name);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h661 UINT32 Index,
H A Dacrestyp.h453 UINT8 Index; member in struct:acpi_resource_source
H A Dacinterp.h252 UINT32 Index);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1485 while (iterator.Index() > firstToCheck) {
1492 lastToDump = iterator.Index();
1493 firstToDump = iterator.Index();
1503 firstToCheck = iterator.Index();
1520 int32 index = iterator.Index();
/haiku/src/kits/interface/
H A DColumnListView.cpp961 BColumnListView::SetFocusRow(int32 Index, bool Select) argument
963 SetFocusRow(RowAt(Index), Select);
1295 BColumnListView::RowAt(int32 Index, BRow* parentRow) const argument
1298 return fOutlineView->RowList()->ItemAt(Index);
1300 return parentRow->fChildList ? parentRow->fChildList->ItemAt(Index) : NULL;
1305 BColumnListView::RowAt(int32 Index, BRow* parentRow) argument
1308 return fOutlineView->RowList()->ItemAt(Index);
1310 return parentRow->fChildList ? parentRow->fChildList->ItemAt(Index) : 0;
4461 OutlineView::AddRow(BRow* row, int32 Index, BRow* parentRow) argument
4483 if (Index <
[all...]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp149 DataArray& array = fDataArrays[thread->Index()];
170 IODataArray& array = fIODataArrays[thread->Index()];
786 = fSchedulingData.EventsForThread(thread->Index());
952 = fSchedulingData.EventsForThread(thread->Index());
955 //printf("drawing events for thread %ld: %ld events\n", thread->Index(), eventCount);
986 = fSchedulingData.IOEventsForThread(thread->Index());
1260 = fSchedulingData.IOEventsForThread(thread->Index());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutcopy.c386 ThisIndex = State->Pkg.Index;
996 ThisIndex = State->Pkg.Index;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h159 btrfs_index* Index(uint32 i) const function in class:BTree::Node
/haiku/src/libs/linprog/
H A DLayoutOptimizer.cpp531 int32 variable = summand->Var()->Index();
572 int32 variable = summand->Var()->Index();
736 int32 variable = summand->Var()->Index();
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp323 int32 Index() const { return fIndex; }
373 if (nextDevice->Index() > fIndex)
375 fIndex = nextDevice->Index() + 1;
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp147 switch (pipe->Index()) {
173 switch (pipe->Index()) {
186 if (pipe->Index() == INTEL_PIPE_A)
1303 if (fPipe->Index() == INTEL_PIPE_A)
1845 if (fPipe->Index() == INTEL_PIPE_B)
1910 switch (fPipe->Index()) {
2504 switch (fPipe->Index()) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp15 #include "Index.h"
917 Index index(volume);
968 // Index::UpdateLastModified() will set the new time in the inode
969 Index index(volume);
1294 Index index(volume);
1522 Index index(volume);
2085 // #pragma mark - Index functions
2188 Index index(volume);
2233 Index index(volume);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp138 int32 Index() const;
352 StreamBase::Index() const function in class:StreamBase
870 if (fPacket.stream_index == Index())
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp538 error = partition->CreateChild(primary->Index(), typeString, name,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp495 requestData->Index = index;

Completed in 173 milliseconds

123456