HomeSort by relevance Sort by last modified time
    Searched refs:print_header (Results 1 - 25 of 34) sorted by null

1 2

  /external/ltp/pan/
tag_report.h 48 int print_header( SYM );
reporter.c 143 print_header(tags);
tag_report.c 377 int print_header(SYM tags) function
  /external/google-benchmark/src/
console_reporter.cc 76 bool print_header = !printed_header_; local
79 print_header |= (output_options_ & OO_Tabular) &&
81 if (print_header) {
  /external/iptables/extensions/
libip6t_ipv6header.c 178 print_header(uint8_t flags){ function
210 print_header(info->matchflags);
224 print_header(info->matchflags);
  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 76 bool print_header = !printed_header_; local
79 print_header |= (output_options_ & OO_Tabular) &&
81 if (print_header) {
  /external/lisa/tools/scripts/
framestats_analysis.py 76 def print_header(df): function
110 print_header(base[name][averages])
  /system/extras/showmap/
showmap.cpp 221 static void print_header() function
275 print_header();
305 print_header();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 493 self.print_header()
523 def print_header(self): member in class:Application
584 self.print_header()
591 self.print_header()
pybench.py 586 def print_header(self, title='Benchmark'): member in class:Benchmark
647 compare_to.print_header('Comparing with')
898 bench.print_header()
934 bench.print_header()
    [all...]
  /external/python/cpython2/Tools/pybench/
CommandLine.py 493 self.print_header()
523 def print_header(self): member in class:Application
584 self.print_header()
591 self.print_header()
pybench.py 586 def print_header(self, title='Benchmark'): member in class:Benchmark
647 compare_to.print_header('Comparing with')
898 bench.print_header()
934 bench.print_header()
  /external/python/cpython3/Tools/pybench/
CommandLine.py 497 self.print_header()
528 def print_header(self): member in class:Application
590 self.print_header()
598 self.print_header()
pybench.py 592 def print_header(self, title='Benchmark'): member in class:Benchmark
652 compare_to.print_header('Comparing with')
913 bench.print_header()
949 bench.print_header()
  /external/mesa3d/src/mesa/main/
get_hash_generator.py 49 def print_header(): function
230 print_header()
  /external/e2fsprogs/debugfs/
filefrag.c 69 static void print_header(struct filefrag_struct *fs) function
155 print_header(fs);
  /external/iptables/iptables/
nft-shared.h 89 void (*print_header)(unsigned int format, const char *chain, member in struct:nft_family_ops
145 void print_header(unsigned int format, const char *chain, const char *pol,
nft-ipv4.c 250 print_header(format, chain, pol, counters, basechain, refs);
508 .print_header = nft_ipv4_print_header,
nft-ipv6.c 190 print_header(format, chain, pol, counters, basechain, refs);
457 .print_header = nft_ipv6_print_header,
  /frameworks/base/cmds/idmap/
inspect.cpp 124 void print_header() { function in namespace:__anon45575
183 print_header();
  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 307 auto print_header = [&](const std::string& header) { local
340 print_header("Serialization benchmarks");
362 print_header("Deserialization benchmarks");
  /toolchain/binutils/binutils-2.27/gprof/
hist.c 41 static void print_header (int);
463 print_header (int prefix)
650 print_header (SItab[log_scale].prefix);
462 print_header (int prefix) function
cg_print.c 40 static void print_header (void);
65 print_header (void)
512 print_header ();
64 print_header (void) function
    [all...]
  /external/v8/src/
transitions.h 181 bool print_header = true); // NOLINT
  /external/elfutils/src/
size.c 335 print_header (Elf *elf) function
666 print_header (elf);

Completed in 864 milliseconds

1 2