Searched refs:header_line (Results 1 – 3 of 3) sorted by relevance
/external/v8/tools/ |
D | disasm.py | 83 header_line = 0 86 header_line = i 91 for line in lines[header_line + 1:]:
|
/external/libchrome/base/trace_event/ |
D | process_memory_maps_dump_provider.cc | 26 bool ParseSmapsHeader(const char* header_line, in ParseSmapsHeader() argument 34 if (sscanf(header_line, "%" SCNx64 "-%" SCNx64 " %4c %*s %*s %*s%4095[^\n]\n", in ParseSmapsHeader()
|
/external/toybox/toys/posix/ |
D | ps.c | 1142 static int header_line(int line, int rev) in header_line() function 1270 lines = header_line(lines, 0); in top_common() 1281 lines = header_line(lines, 0); in top_common() 1285 lines = header_line(lines, 0); in top_common() 1306 lines = header_line(lines, 0); in top_common() 1328 lines = header_line(lines, 0); in top_common() 1339 lines = header_line(lines, 1); in top_common()
|