Home
last modified time | relevance | path

Searched refs:header_line (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/
Ddisasm.py85 header_line = 0
88 header_line = i
93 for line in lines[header_line + 1:]:
/external/python/google-api-python-client/samples/prediction/
Dprediction.py67 header_line = header_str * len(line)
68 print('\n' + header_line)
70 print(header_line)
/external/toolchain-utils/crosperf/
Dresults_report.py295 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/
Dac_debug.c678 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/
Dps.c1432 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()