Searched refs:headerNames (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | PsParser.cpp | 51 …const char* headerNames[] = { "LABEL", "USER", "PID", "TID", "PPID", "VSZ", "RSS", "WCHAN", "ADDR"… in Parse() local 52 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
|
D | CpuInfoParser.cpp | 113 …const char* headerNames[] = { "PID", "TID", "USER", "PR", "NI", "CPU", "S", "VIRT", "RES", "PCY", … in Parse() local 114 if (!getColumnIndices(columnIndices, headerNames, line)) { in Parse()
|
/frameworks/base/cmds/incident_helper/src/ |
D | ih_util.cpp | 95 bool getColumnIndices(std::vector<int>& indices, const char** headerNames, const std::string& line)… in getColumnIndices() argument 100 while (headerNames[i] != nullptr) { in getColumnIndices() 101 std::string s = headerNames[i]; in getColumnIndices()
|
D | ih_util.h | 66 bool getColumnIndices(std::vector<int>& indices, const char* headerNames[], const std::string& line…
|