/third_party/backends/backend/genesys/ |
H A D | gl124.cpp | 711 /* cis color scan is effectively a gray scan with 3 gray lines per color line and a FILTER of 0 */ in init_regs_for_scan_session() 747 dev->total_bytes_to_read = (size_t)session.output_line_bytes_requested * (size_t)session.params.lines; in init_regs_for_scan_session() 777 session.params.lines = settings.lines; in calculate_scan_session() 947 session.params.lines = calib_lines; in init_regs_for_shading() 1082 session.params.lines = 1; in move_to_calibration_area() 1170 session.params.lines = 1; in init_regs_for_warmup()
|
H A D | gl841.cpp | 552 /*number of scan lines to add in a scan_lines line*/ in gl841_init_motor_regs_feed() 627 unsigned int scan_lines,/*lines, scan resolution*/ in gl841_init_motor_regs_scan() 629 // number of scan lines to add in a scan_lines line in gl841_init_motor_regs_scan() 910 /* dummy lines: may not be useful, for instance 250 dpi works with 0 or 1 in init_regs_for_scan_session() 914 /* for cis this creates better aligned color lines: in init_regs_for_scan_session() 915 dummy \ scanned lines in init_regs_for_scan_session() 937 /* cis color scan is effectively a gray scan with 3 gray lines per color in init_regs_for_scan_session() 981 dev->total_bytes_to_read = (size_t)session.output_line_bytes_requested * (size_t)session.params.lines; in init_regs_for_scan_session() 1029 session.params.lines = dev->settings.lines; in calculate_scan_session() [all...] |
/third_party/backends/backend/ |
H A D | mustek_pp_ccd300.c | 717 int lines = 0, ctr, pos; in find_black_top_edge_101x() local 740 while ((pos >= 8) && (lines++ < 67)); in find_black_top_edge_101x() 2011 priv->lines = 0; in ccd300_start() 2012 priv->lines_left = dev->params.lines; in ccd300_start() 2046 priv->lines++; in ccd300_read() 2048 DBG (4, "ccd300_read: %d lines read (%d to go)\n", priv->lines, in ccd300_read()
|
H A D | teco3.c | 597 dev->params.lines, B16TOI (&dev->buffer[12]), in get_filled_data_length() 608 dev->params.lines = B16TOI (&dev->buffer[12]); in get_filled_data_length() 1293 /* Copy the complete lines, plus the incompletes in teco_fill_image() 1524 continue; /* ignore empty lines */ in sane_init() 1957 dev->params.lines = (dev->length * dev->y_resolution) / 300; in sane_get_parameters() 2021 * the complete lines, and the rest is used to stored ahead in sane_start() 2023 * Align image_size to a multiple of lines. (important) in sane_start() 2038 dev->raster_real = dev->params.lines * 3; in sane_start() 2074 dev->bytes_left = dev->params.bytes_per_line * dev->params.lines; in sane_start() 2075 dev->real_bytes_left = dev->params.bytes_per_line * dev->params.lines; in sane_start() [all...] |
H A D | snapscan.c | 740 continue; /* ignore empty lines */ in sane_init() 752 continue; /* ignore options lines */ in sane_init() 1087 /* p->lines = pss->psrc->remaining(pss->psrc)/p->bytes_per_line; */ in sane_get_parameters() 1088 p->lines = pss->lines; in sane_get_parameters() 1096 p->lines = pss->lines; in sane_get_parameters() 1115 p->lines = height * dots_per_mm; in sane_get_parameters() 1142 DBG (DL_DATA_TRACE, "%s: lines = %ld\n", me, (long) p->lines); in sane_get_parameters() [all...] |
H A D | snapscan-scsi.c | 380 #define INQUIRY_NUM_LINES 46 /* number of scan lines (AGFA) */ 538 pss->lines = in inquiry() 540 /* effective buffer size must be a whole number of scan lines */ in inquiry() 541 if (pss->lines) in inquiry() 545 pss->bytes_remaining = pss->bytes_per_line * (pss->lines + pss->chroma); in inquiry() 591 "%s: number of scan lines = %lu\n", in inquiry() 593 (u_long) pss->lines); in inquiry() 595 "%s: effective buffer size = %lu bytes, %lu lines\n", in inquiry() 598 (u_long) (pss->lines ? pss->buf_sz / pss->lines in inquiry() [all...] |
H A D | fujitsu.c | 409 - read_from_scanner() only grabs an even number of lines 411 - round lines down to even number to get even # of total bytes 437 - copy_buffer needs to count lines, or M309[12] cannot duplex 453 - clean up #include lines and copyright 471 - fix infinite loop when scan is an odd number of lines 508 - only set params->lines = -1 when using ald without buffering 856 /* skip empty lines */ in sane_get_devices() 1225 DBG (15, " color offset: %d lines\n",s->color_raster_offset); in init_inquire() 1239 DBG (15, " duplex offset: %d lines\n",s->duplex_raster_offset); in init_inquire() 6787 params->lines in sane_get_parameters() [all...] |
H A D | kvs40xx.c | 537 if (!s->params.lines) { in read_data() 602 p->lines = h * res / 25.4 + .5; in sane_start()
|
H A D | sm3600.c | 680 p->lines=this->state.cyPixel; in sane_get_parameters() 701 DBG(DEBUG_INFO,"getting parameters (%d,%d)...\n",p->bytes_per_line,p->lines); in sane_get_parameters()
|
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 322 const int lines = codec->getScanlines(bm.getAddr(0, y), 1, 0); in check_scanline_decode() local 324 REPORTER_ASSERT(r, 1 == lines); in check_scanline_decode() 340 const int lines = codec->getScanlines(bm.getAddr(0, 0), 1, 0); in check_scanline_decode() local 342 REPORTER_ASSERT(r, lines == 1); in check_scanline_decode() 364 const int lines = codec->getScanlines(bm.getAddr(0, y), 1, 0); in check_scanline_decode() local 366 REPORTER_ASSERT(r, 1 == lines); in check_scanline_decode()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
H A D | mod.rs | 1521 assert!(pkey.lines().eq(key_str.lines())); in set_ssl_certificate_key_related_api() 1533 assert!(pkey.lines().eq(key_str.lines())); in set_ssl_certificate_key_related_api() 1537 assert!(cert.lines().eq(cert_str.lines())); in set_ssl_certificate_key_related_api()
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 46 lines = text.split("\n") 47 lines = [indentStr + line for line in lines] 48 lines = [ ["", line][line.strip() != ""] for line in lines] 49 return "\n".join(lines)
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 46 lines = text.split("\n") 47 lines = [indentStr + line for line in lines] 48 lines = [ ["", line][line.strip() != ""] for line in lines] 49 return "\n".join(lines)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 177 lines = file_read.readlines() 178 return lines
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_enc.cpp | 44 #include "libklvanc/vanc-lines.h" 389 /* Now that we've got all the VANC lines in a nice orderly manner, generate the in decklink_construct_vanc() 392 struct klvanc_line_s *line = vanc_lines.lines[i]; in decklink_construct_vanc() 427 klvanc_line_free(vanc_lines.lines[i]); in decklink_construct_vanc()
|
/third_party/backends/sanei/ |
H A D | sanei_wire.c | 557 sanei_w_word (w, &v->lines); in sanei_w_parameters() 561 "sanei_w_parameters: format/last/bpl/ppl/lines/depth = " in sanei_w_parameters() 563 v->pixels_per_line, v->lines, v->depth); in sanei_w_parameters()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 342 def parse(self, lines): 343 for funcname in lines:
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | tests.rs | 143 for diff in diff::lines(expected, actual) { in error_diff_mismatch() 337 for line in reader.lines() { in create_bindgen_builder() 376 // - prepend raw lines so they're in the right order for expected output in create_bindgen_builder()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_format.py | 73 "# Comment block with no blank lines before\n" 127 '"""String with no blank lines before\n' 323 # Select 2 long lines. 367 ## # Select lines 3 and 4 464 head, tail, chars, lines = self.formatter.get_region() 467 set_(head, tail, chars, lines) 473 # Alter selected lines by changing lines and adding a newline. 481 # Before and after lines unchanged. 495 # Blank lines are [all...] |
/third_party/python/Lib/idlelib/ |
H A D | tree.py | 78 lines = -5 if up[event.type] else 5 80 widget.yview(SCROLL, lines, 'units')
|
/third_party/python/Lib/ |
H A D | platform.py | 624 # -b: do not prepend filenames to output lines (brief mode) 1276 def _parse_os_release(lines): 1285 for line in lines:
|
H A D | trace.py | 209 :param show_missing: Show lines that had no hits. 283 print("lines cov% module (path)") 297 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): 299 # ``lnotab`` is a dict of executable lines, or a line number "table" 311 for lineno, line in enumerate(lines, 1): 312 # do the blank/comment match to try to mark more lines 319 # Highlight never-executed lines, unless the line contains 330 """Return dict where keys are lines in the line number table.""" 637 help='Annotate executable lines that were not executed with '
|
/third_party/python/Modules/_io/ |
H A D | bytesio.c | 494 Call readline() repeatedly and return a list of the lines so read. 496 total number of bytes in the lines returned. 715 lines: object 718 Write lines to the file. 720 Note that newlines are not added. lines can be any iterable object 726 _io_BytesIO_writelines(bytesio *self, PyObject *lines) in _io_BytesIO_writelines() argument 733 it = PyObject_GetIter(lines); in _io_BytesIO_writelines()
|
/third_party/python/Lib/test/ |
H A D | test_trace.py | 38 # The relative line numbers of lines in these functions matter for verifying 136 # all lines are executed once 409 lines, cov, module = line.split()[:3] 410 coverage[module] = (int(lines), int(cov[:-1])) 550 self.assertIn('lines cov% module (path)', stdout)
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 100 # lines = [] 102 # lines.append(self.context) 108 # lines.append(str(self.context_mark)) 110 # lines.append(self.problem) 112 # lines.append(str(self.problem_mark)) 114 # lines.append(self.note) 115 # return '\n'.join(lines)
|