Searched refs:typeIndex (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/ifconfig/
H A DMediaTypes.h18 const char* get_media_subtype_name(size_t typeIndex, size_t subIndex);
H A DMediaTypes.cpp117 get_media_subtype_name(size_t typeIndex, size_t subIndex) argument
119 if (typeIndex < sizeof(kMediaTypes) / sizeof(kMediaTypes[0])) {
120 if (kMediaTypes[typeIndex].subtypes[subIndex].subtype >= 0)
121 return kMediaTypes[typeIndex].subtypes[subIndex].name;
/haiku/src/kits/storage/
H A DResourcesContainer.cpp157 ResourcesContainer::IndexOfType(type_code type, int32 typeIndex) const
164 if (typeIndex == 0)
166 typeIndex--;
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp494 int64 typeIndex = 0; local
503 supportedTypesCount - 1, -1, "invalid index", typeIndex)) {
508 const char* type = supportedTypes.ItemAt(typeIndex)->String();

Completed in 33 milliseconds