Searched refs:num_lines (Results 1 - 18 of 18) sorted by relevance

/external/autotest/site_utils/
H A Dlog_socket_server_unittest.py60 num_lines = sum(1 for line in open(log_filename))
61 if process_number != num_lines:
64 log_filename, process_number, num_lines)
65 self.assertNotEqual(0, num_lines, 'No log message was written to file '
/external/libjpeg-turbo/
H A Djcapistd.c66 * This should be less than the supplied num_lines only in case that
73 * so that the application need not adjust num_lines for end-of-image
79 JDIMENSION num_lines)
105 if (num_lines > rows_left)
106 num_lines = rows_left;
109 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
122 JDIMENSION num_lines)
150 if (num_lines < lines_per_iMCU_row)
H A Djdapistd.c305 read_and_discard_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines) argument
315 for (n = 0; n < num_lines; n++)
349 * num_lines would move beyond the end of the image, then the actual number of
351 * be equal to num_lines.
357 jpeg_skip_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines)
371 if (cinfo->output_scanline + num_lines >= cinfo->output_height) {
376 if (num_lines == 0)
383 lines_after_iMCU_row = num_lines - lines_left_in_iMCU_row;
398 if ((num_lines < lines_left_in_iMCU_row + 1) ||
401 read_and_discard_scanlines(cinfo, num_lines);
[all...]
H A Djpeglib.h956 JDIMENSION num_lines);
966 JDIMENSION num_lines);
997 JDIMENSION num_lines);
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcapistd.c65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
H A Djpeglib.h1044 JDIMENSION num_lines));
1050 JDIMENSION num_lines));
/external/webp/src/utils/
H A Drescaler_utils.c109 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; local
110 return (num_lines > max_num_lines) ? max_num_lines : num_lines;
113 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, argument
116 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) {
/external/iproute2/misc/
H A Dlnstat.c176 int num_lines; member in struct:table_hdr
206 th.num_lines = h+1;
215 for (h = 1; h <= th.num_lines; h++) {
229 for (i = 0; i < th->num_lines; i++) {
H A Dlnstat_util.c42 int j, num_lines = 0; local
55 num_lines++;
67 return num_lines;
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h263 __u32 num_lines; member in struct:drm_via_dmablit
/external/libdrm/include/drm/
H A Dvia_drm.h260 __u32 num_lines; member in struct:drm_via_dmablit
/external/openssh/
H A Dmoduli.c577 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines)
593 if (num_lines == 0)
596 end_lineno = start_lineno + num_lines;
576 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) argument
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
H A Dautoupdate_EndToEndTest.py795 def get_update_log(self, num_lines):
798 @param num_lines: Number of log lines to return (tail), zero for all.
800 @return String containing the last |num_lines| from the update log.
1176 def get_update_log(self, num_lines):
1178 'tail -n %d /var/log/update_engine.log' % num_lines,
1358 def get_update_log(self, num_lines):
1360 'logcat -d -s update_engine | tail -n %d' % num_lines,
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c1679 FT_Int num_lines; local
1689 num_lines = ( nargs - 6 ) / 2;
1692 cff_check_points( builder, num_lines + 3 ) )
1698 while ( num_lines > 0 )
1704 num_lines--;
/external/freetype/src/cff/
H A Dcffgload.c1727 FT_Int num_lines; local
1737 num_lines = ( nargs - 6 ) / 2;
1740 cff_check_points( builder, num_lines + 3 ) )
1746 while ( num_lines > 0 )
1752 num_lines--;
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c316 TIFFjpeg_write_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int num_lines) argument
319 scanlines, (JDIMENSION) num_lines));
323 TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines) argument
326 data, (JDIMENSION) num_lines));
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py999 self.num_lines = len(lines)
1007 return self.num_lines
/external/libvpx/libvpx/tools/
H A Dcpplint.py1185 self.num_lines = len(lines)
1195 return self.num_lines

Completed in 608 milliseconds