Home
last modified time | relevance | path

Searched defs:headerNames (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/incident_helper/src/parsers/
DPsParser.cpp51 …const char* headerNames[] = { "LABEL", "USER", "PID", "TID", "PPID", "VSZ", "RSS", "WCHAN", "ADDR"… in Parse() local
DCpuInfoParser.cpp113 …const char* headerNames[] = { "PID", "TID", "USER", "PR", "NI", "CPU", "S", "VIRT", "RES", "PCY", … in Parse() local
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp95 bool getColumnIndices(std::vector<int>& indices, const char** headerNames, const std::string& line)… in getColumnIndices()