Home
last modified time | relevance | path

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

/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/icu/icu4c/source/python/icutools/databuilder/renderers/
Dmakefile.py57 header_line = "{OUT_FILE}: {DEP_FILES} {DEP_LITERALS} | $(DIRS)".format(
64 makefile_string += "%s\n\n" % header_line
68 HEADER_LINE = header_line,
/external/webrtc/rtc_tools/
Dvideo_file_reader.cc135 std::string header_line; in OpenY4mFile() local
144 header_line.push_back(static_cast<char>(c)); in OpenY4mFile()
152 rtc::tokenize(header_line, ' ', &fields); in OpenY4mFile()
/external/toolchain-utils/crosperf/
Dresults_report.py343 header_line = TextResultsReport.H1_STR
345 return '\n'.join([header_line, title, header_line, ''])
349 header_line = TextResultsReport.H2_STR
351 return '\n'.join([header_line, title, header_line, body, '\n'])
/external/mesa3d/src/amd/common/
Dac_debug.c692 const char *header_line, *addr_line_prefix, *addr_line_format; in ac_vm_fault_occured() local
700 header_line = "VMC page fault"; in ac_vm_fault_occured()
704 header_line = "GPU fault detected:"; in ac_vm_fault_occured()
711 if (strstr(msg, header_line)) in ac_vm_fault_occured()
/external/toybox/toys/posix/
Dps.c1453 static int header_line(int line, int rev) in header_line() function
1598 lines = header_line(lines, 0); in top_common()
1614 lines = header_line(lines, 0); in top_common()
1636 lines = header_line(lines, 0); in top_common()
1658 lines = header_line(lines, 0); in top_common()
1671 lines = header_line(lines, 1); in top_common()