Searched defs:num_lines (Results 1 - 14 of 14) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
H A Depydoc.js149 function num_lines(s) {
167 if (num_lines(elt.innerHTML) > min_lines)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
H A Depydoc.js149 function num_lines(s) {
167 if (num_lines(elt.innerHTML) > min_lines)
/external/iproute2/misc/
H A Dlnstat_util.c42 int j, num_lines = 0; local
55 num_lines++;
68 return num_lines;
H A Dlnstat.c173 int num_lines; member in struct:table_hdr
201 th.num_lines = h+1;
210 for (h = 1; h <= th.num_lines; h++) {
224 for (i = 0; i < th->num_lines; i++) {
/external/libjpeg-turbo/
H A Djdapistd.c318 read_and_discard_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines) argument
334 for (n = 0; n < num_lines; n++)
370 * num_lines would move beyond the end of the image, then the actual number of
372 * be equal to num_lines.
378 jpeg_skip_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines)
392 if (cinfo->output_scanline + num_lines >= cinfo->output_height) {
399 if (num_lines == 0)
406 lines_after_iMCU_row = num_lines - lines_left_in_iMCU_row;
421 if ((num_lines < lines_left_in_iMCU_row + 1) ||
424 read_and_discard_scanlines(cinfo, num_lines);
[all...]
/external/webp/src/utils/
H A Drescaler_utils.c111 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; local
112 return (num_lines > max_num_lines) ? max_num_lines : num_lines;
115 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, argument
118 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) {
/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_util.cc32 int64* num_lines) {
47 *num_lines = next_id;
31 GetNumLinesInTextFile(Env* env, const string& vocab_file, int64* num_lines) argument
/external/tensorflow/tensorflow/python/debug/cli/
H A Ddebugger_cli_common.py207 def num_lines(self): member in class:RichTextLines
265 orig_num_lines = self.num_lines() # Record original number of lines.
290 other_num_lines = other.num_lines() # Record original number of lines.
449 new_line_indices.append(out.num_lines())
/external/v8/src/inspector/
H A Dv8-debugger-script.cc211 int num_lines = 0; local
217 ++num_lines;
219 m_endLine = num_lines;
/external/freetype/src/psaux/
H A Dcffdecode.c1313 FT_Int num_lines; local
1323 num_lines = ( nargs - 6 ) / 2;
1326 cff_check_points( builder, num_lines + 3 ) )
1332 while ( num_lines > 0 )
1339 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/libxaac/decoder/
H A Dixheaacd_channel.c1065 int num_lines = band_offsets[band + 1] - band_offsets[band]; local
1078 for (i = 0; i < num_lines; i++) {
/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));

Completed in 2738 milliseconds