Searched refs:header_line (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/tools/ |
H A D | disasm.py | 85 header_line = 0 88 header_line = i 93 for line in lines[header_line + 1:]:
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
H A D | makefile.py | 57 header_line = "{OUT_FILE}: {DEP_FILES} {DEP_LITERALS} | $(DIRS)".format( 64 makefile_string += "%s\n\n" % header_line 68 HEADER_LINE = header_line,
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-recording.py | 153 header_line = f"{' | '.join(headers)}" 154 print(header_line) 155 print("-" * len(header_line))
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | makefile.py | 57 header_line = "{OUT_FILE}: {DEP_FILES} {DEP_LITERALS} | $(DIRS)".format( 64 makefile_string += "%s\n\n" % header_line 68 HEADER_LINE = header_line,
|
/third_party/python/Tools/scripts/ |
H A D | summarize_stats.py | 189 header_line = "|" 196 header_line += item + " | " 198 print(header_line)
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.c | 733 const char *header_line, *addr_line_prefix, *addr_line_format; in ac_vm_fault_occured() 741 header_line = "VMC page fault"; in ac_vm_fault_occured() 745 header_line = "GPU fault detected:"; in ac_vm_fault_occured() 752 if (strstr(msg, header_line)) in ac_vm_fault_occured()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1297 static int header_line(int line, int rev) in header_line() function 1442 lines = header_line(lines, 0); in top_common() 1457 lines = header_line(lines, 0); in top_common() 1480 lines = header_line(lines, 0); in top_common() 1502 lines = header_line(lines, 0); in top_common() 1515 lines = header_line(lines, 1); in top_common()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1440 static int header_line(int line, int rev) in header_line() function 1586 lines = header_line(lines, 0); in top_common() 1601 lines = header_line(lines, 0); in top_common() 1627 lines = header_line(lines, 0); in top_common() 1649 lines = header_line(lines, 0); in top_common() 1662 lines = header_line(lines, 1); in top_common()
|
/third_party/mbedtls/scripts/ |
H A D | code_size_compare.py | 594 header_line = ["filename", "new(text)", "old(text)", "change(text)", 678 output.write(line_format.format(*header_line))
|
Completed in 11 milliseconds