Searched refs:header_line (Results 1 – 5 of 5) sorted by relevance
/external/v8/tools/ |
D | disasm.py | 85 header_line = 0 88 header_line = i 93 for line in lines[header_line + 1:]:
|
/external/python/google-api-python-client/samples/prediction/ |
D | prediction.py | 67 header_line = header_str * len(line) 68 print('\n' + header_line) 70 print(header_line)
|
/external/toolchain-utils/crosperf/ |
D | results_report.py | 295 header_line = TextResultsReport.H1_STR 297 return '\n'.join([header_line, title, header_line, '']) 301 header_line = TextResultsReport.H2_STR 303 return '\n'.join([header_line, title, header_line, body, '\n'])
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 678 const char *header_line, *addr_line_prefix, *addr_line_format; in ac_vm_fault_occured() local 686 header_line = "VMC page fault"; in ac_vm_fault_occured() 690 header_line = "GPU fault detected:"; in ac_vm_fault_occured() 697 if (strstr(msg, header_line)) in ac_vm_fault_occured()
|
/external/toybox/toys/posix/ |
D | ps.c | 1432 static int header_line(int line, int rev) in header_line() function 1578 lines = header_line(lines, 0); in top_common() 1593 lines = header_line(lines, 0); in top_common() 1601 lines = header_line(lines, 0); in top_common() 1622 lines = header_line(lines, 0); in top_common() 1644 lines = header_line(lines, 0); in top_common() 1657 lines = header_line(lines, 1); in top_common()
|