Searched refs:print_header (Results 1 - 15 of 15) sorted by relevance
/third_party/benchmark/src/ |
H A D | console_reporter.cc | 79 bool print_header = !printed_header_; in ReportRuns() local 82 print_header |= (output_options_ & OO_Tabular) && in ReportRuns() 84 if (print_header) { in ReportRuns()
|
/third_party/musl/Benchmark/scripts/ |
H A D | compare_benchmark_result.py | 40 def print_header(args): member in BenchmarkDataParser 81 self.print_header(args)
|
/third_party/mbedtls/tests/ |
H A D | context-info.sh | 46 print_header() function 134 print_header "$TEST_NAME" "$OUT_FILE" "$RUN_CMD"
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get_hash_generator.py | 47 def print_header(): function 228 print_header()
|
/third_party/littlefs/scripts/ |
H A D | coverage.py | 205 def print_header(by=''): function 239 print_header(by=by) 245 print_header(by='%s (%d added, %d removed)' % (by, 277 print_header()
|
/third_party/ltp/pan/ |
H A D | tag_report.h | 48 int print_header( SYM );
|
H A D | reporter.c | 143 print_header(tags); in scanner_reporter()
|
H A D | tag_report.c | 377 int print_header(SYM tags) in print_header() function
|
/third_party/nghttp2/examples/ |
H A D | libevent-client.c | 180 static void print_header(FILE *f, const uint8_t *name, size_t namelen, in print_header() function 194 print_header(f, nva[i].name, nva[i].namelen, nva[i].value, nva[i].valuelen); in print_headers() 228 print_header(stderr, name, namelen, value, valuelen); in on_header_callback()
|
/third_party/elfutils/src/ |
H A D | size.c | 317 print_header (Elf *elf) in print_header() function 657 print_header (elf); in handle_elf()
|
/third_party/node/deps/cares/src/tools/ |
H A D | adig.c | 279 static void print_header(const ares_dns_record_t *dnsrec) in print_header() function 769 print_header(dnsrec); in callback()
|
/third_party/lame/mpglib/ |
H A D | common.c | 150 print_header(PMPSTR mp, struct frame *fr) 281 /* print_header(mp, fr); */ in decode_header()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.h | 159 void print_header(std::ostream& os ) const;
|
H A D | sfn_shader.cpp | 1281 print_header(os); in print() 1305 void Shader::print_header(std::ostream& os) const in print_header() function in r600::Shader
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 1405 print_header(FILE *fp, struct record_context *ctx) in print_header() function 2290 print_header(ctx->first_device->fp, ctx); in mainloop()
|
Completed in 13 milliseconds