Home
last modified time | relevance | path

Searched refs:type_idx (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1081 for (int type_idx = 0; type_idx < kPsiNumFiles; in readPressureStall() local
1082 ++type_idx, file_save_idx += kPsiMetricsPerFile) { in readPressureStall()
1084 std::string path = getSysfsPath(basePath + '/' + kPsiTypes[type_idx]); in readPressureStall()
1093 if (!MmMetricsReporter::parsePressureStallFileContent(type_idx == kTypeIdxCpu, in readPressureStall()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py270 type_idx = text_parts.index(getElemType(param))
272 if name_idx - type_idx == 1: