Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/parsers/
DCpuInfoParser.cpp49 …vector<int> columnIndices; // task table can't be split by purely delimiter, needs column position… in Parse() local
114 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
122 int endCMD = columnIndices.back(); in Parse()
123 columnIndices.pop_back(); in Parse()
124 columnIndices.push_back(line.find("NAME", endCMD) - 1); in Parse()
126 columnIndices.push_back(columnIndices.back() + 4); in Parse()
130 record = parseRecordByColumns(line, columnIndices); in Parse()
DPsParser.cpp30 …vector<int> columnIndices; // task table can't be split by purely delimiter, needs column position… in Parse() local
52 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
59 record = parseRecordByColumns(line, columnIndices); in Parse()