/external/python/google-api-python-client/samples/prediction/ |
D | prediction.py | 64 def print_header(line): function 89 print_header('Fetching list of first ten models') 95 print_header('Submitting model training request') 102 print_header('Waiting for training to complete') 121 print_header('Fetching model description') 127 print_header('Making some predictions') 136 print_header('Deleting model')
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | terms.php | 5 function print_header() function 33 print_header(); 74 print_header(); 79 print_header();
|
/external/google-benchmark/src/ |
D | console_reporter.cc | 75 bool print_header = !printed_header_; in ReportRuns() local 78 print_header |= (output_options_ & OO_Tabular) && in ReportRuns() 80 if (print_header) { in ReportRuns()
|
/external/libcxx/utils/google-benchmark/src/ |
D | console_reporter.cc | 76 bool print_header = !printed_header_; in ReportRuns() local 79 print_header |= (output_options_ & OO_Tabular) && in ReportRuns() 81 if (print_header) { in ReportRuns()
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 178 print_header(uint8_t flags){ in print_header() function 210 print_header(info->matchflags); in ipv6header_print() 224 print_header(info->matchflags); in ipv6header_save()
|
/external/u-boot/tools/ |
D | imagetool.c | 52 if ((*curr)->print_header) { in imagetool_verify_print_header() 54 (*curr)->print_header(ptr); in imagetool_verify_print_header()
|
D | imagetool.h | 113 void (*print_header) (const void *); member 297 .print_header = _print_header, \
|
D | mkimage.c | 596 if (tparams->print_header) in main() 597 tparams->print_header (ptr); in main()
|
/external/python/cpython2/Tools/pybench/ |
D | CommandLine.py | 493 self.print_header() 523 def print_header(self): member in Application 584 self.print_header() 591 self.print_header()
|
D | pybench.py | 586 def print_header(self, title='Benchmark'): member in Benchmark 647 compare_to.print_header('Comparing with') 898 bench.print_header() 934 bench.print_header()
|
/external/mesa3d/src/mesa/main/ |
D | get_hash_generator.py | 48 def print_header(): function 229 print_header()
|
/external/ltp/pan/ |
D | tag_report.h | 48 int print_header( SYM );
|
D | reporter.c | 143 print_header(tags); in scanner_reporter()
|
D | tag_report.c | 377 int print_header(SYM tags) in print_header() function
|
/external/e2fsprogs/debugfs/ |
D | filefrag.c | 69 static void print_header(struct filefrag_struct *fs) in print_header() function 155 print_header(fs); in filefrag()
|
/external/iptables/iptables/ |
D | nft-shared.h | 89 void (*print_header)(unsigned int format, const char *chain, member 145 void print_header(unsigned int format, const char *chain, const char *pol,
|
D | nft-ipv6.c | 190 print_header(format, chain, pol, counters, basechain, refs); in nft_ipv6_print_header() 456 .print_header = nft_ipv6_print_header,
|
D | nft-ipv4.c | 250 print_header(format, chain, pol, counters, basechain, refs); in nft_ipv4_print_header() 507 .print_header = nft_ipv4_print_header,
|
D | nft-bridge.c | 641 .print_header = nft_bridge_print_header,
|
D | nft-arp.c | 665 .print_header = nft_arp_print_header,
|
D | iptables.c | 451 print_header(unsigned int format, const char *chain, struct xtc_handle *handle) in print_header() function 947 print_header(format, this, handle); in list_entries()
|
D | ip6tables.c | 467 print_header(unsigned int format, const char *chain, struct xtc_handle *handle) in print_header() function 963 print_header(format, this, handle); in list_entries()
|
D | nft-shared.c | 562 void print_header(unsigned int format, const char *chain, const char *pol, in print_header() function
|
/external/elfutils/src/ |
D | size.c | 318 print_header (Elf *elf) in print_header() function 651 print_header (elf); in handle_elf()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.h | 89 STATUS_RETURN print_header();
|