Home
last modified time | relevance | path

Searched refs:nline (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/incident_helper/src/parsers/
DKernelWakesParser.cpp33 int nline = 0; in Parse() local
44 if (nline++ == 0) { in Parse()
54 … fprintf(stderr, "[%s]Line %d has missing fields\n%s\n", this->name.string(), nline, line.c_str()); in Parse()
58 … fprintf(stderr, "[%s]Line %d has extra fields\n%s\n", this->name.string(), nline, line.c_str()); in Parse()
66 this->name.string(), nline, header[i].c_str(), record[i].c_str()); in Parse()
DPsParser.cpp32 int nline = 0; in Parse() local
48 if (nline++ == 0) { in Parse()
64 …fprintf(stderr, "[%s]Line %d has %d missing fields\n%s\n", this->name.string(), nline, -diff, line… in Parse()
69 …fprintf(stderr, "[%s]Line %d has %d extra fields\n%s\n", this->name.string(), nline, diff, line.c_… in Parse()
78 this->name.string(), nline, header[i].c_str(), record[i].c_str()); in Parse()
DCpuInfoParser.cpp51 int nline = 0; in Parse() local
67 nline++; in Parse()
133 …fprintf(stderr, "[%s]Line %d has %d missing fields\n%s\n", this->name.string(), nline, -diff, line… in Parse()
137 …fprintf(stderr, "[%s]Line %d has %d extra fields\n%s\n", this->name.string(), nline, diff, line.c_… in Parse()
146 this->name.string(), nline, header[i].c_str(), record[i].c_str()); in Parse()
DProcrankParser.cpp33 int nline = 0; in Parse() local
44 if (nline++ == 0) { in Parse()
63 fprintf(stderr, "[%s]Line %d has missing fields\n%s\n", this->name.string(), nline, in Parse()
73 this->name.string(), nline, header[i].c_str(), record[i].c_str()); in Parse()