Home
last modified time | relevance | path

Searched refs:print_header (Results 1 – 25 of 37) sorted by relevance

12

/external/python/google-api-python-client/samples/prediction/
Dprediction.py64 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/
Dterms.php5 function print_header() function
33 print_header();
74 print_header();
79 print_header();
/external/u-boot/tools/
Dimagetool.c52 if ((*curr)->print_header) { in imagetool_verify_print_header()
54 (*curr)->print_header(ptr); in imagetool_verify_print_header()
83 if (tparams->print_header) { in imagetool_verify_print_header_by_type()
85 tparams->print_header(ptr); in imagetool_verify_print_header_by_type()
Dimagetool.h113 void (*print_header) (const void *); member
319 .print_header = _print_header, \
Dmkimage.c627 if (tparams->print_header) in main()
628 tparams->print_header (ptr); in main()
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_loops.cpp53 print_header( &format, true ); in check_minimum_supported()
106 print_header( &formatList[ i ], false ); in test_image_type()
110 print_header( &formatList[ i ], false ); in test_image_type()
135 print_header( &formatList[ i ], true ); in test_image_type()
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_loops.cpp76 print_header( &formatList[ i ], false ); in test_image_type()
80 print_header( &formatList[ i ], false ); in test_image_type()
105 print_header( &formatList[ i ], true ); in test_image_type()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_loops.cpp64 print_header( &formatList[ i ], false ); in test_image_type()
68 print_header( &formatList[ i ], false ); in test_image_type()
93 print_header( &formatList[ i ], true ); in test_image_type()
/external/iptables/extensions/
Dlibip6t_ipv6header.c178 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/libcxx/utils/google-benchmark/src/
Dconsole_reporter.cc76 bool print_header = !printed_header_; in ReportRuns() local
79 print_header |= (output_options_ & OO_Tabular) && in ReportRuns()
81 if (print_header) { in ReportRuns()
/external/google-benchmark/src/
Dconsole_reporter.cc75 bool print_header = !printed_header_; in ReportRuns() local
78 print_header |= (output_options_ & OO_Tabular) && in ReportRuns()
80 if (print_header) { in ReportRuns()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_loops.cpp114 print_header(&formatList[i], false); in test_image_type()
125 print_header(&formatList[i], true); in test_image_type()
/external/python/cpython2/Tools/pybench/
DCommandLine.py493 self.print_header()
523 def print_header(self): member in Application
584 self.print_header()
591 self.print_header()
Dpybench.py586 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/ltp/pan/
Dtag_report.h48 int print_header( SYM );
Dreporter.c143 print_header(tags); in scanner_reporter()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_loops.cpp146 print_header( &formatList[ i ], false ); in test_image_type()
176 print_header( &formatList[ i ], true ); in test_image_type()
/external/mesa3d/src/mesa/main/
Dget_hash_generator.py49 def print_header(): function
230 print_header()
/external/iptables/iptables/
Dnft-shared.h94 void (*print_header)(unsigned int format, const char *chain, member
150 void print_header(unsigned int format, const char *chain, const char *pol,
Dnft-ipv6.c402 .print_header = print_header,
Dnft-ipv4.c450 .print_header = print_header,
/external/e2fsprogs/debugfs/
Dfilefrag.c69 static void print_header(struct filefrag_struct *fs) in print_header() function
155 print_header(fs); in filefrag()
/external/elfutils/src/
Dsize.c318 print_header (Elf *elf) in print_header() function
657 print_header (elf); in handle_elf()
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h89 STATUS_RETURN print_header();
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h73 extern void print_header( cl_image_format *format, bool err );
494 print_header(format, true); in read_image_pixel()

12