Home
last modified time | relevance | path

Searched refs:lines (Results 601 - 625 of 908) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/backends/backend/
H A Dtamarack.c532 s->params.lines = in get_image_status()
547 DBG(1, "get_image_status: bytes_per_line=%d, lines=%d\n", in get_image_status()
548 s->params.bytes_per_line, s->params.lines); in get_image_status()
554 read_data (Tamarack_Scanner *s, SANE_Byte *buf, int lines, int bpl) in read_data() argument
564 nbytes = bpl * lines; in read_data()
867 for (s->line = 0; s->line < s->params.lines; s->line += lines_per_buffer) { in reader_process()
868 if (s->line + lines_per_buffer > s->params.lines) in reader_process()
869 /* do the last few lines: */ in reader_process()
870 lines_per_buffer = s->params.lines - s->line; in reader_process()
879 DBG(3, "reader_process: read %d lines\ in reader_process()
[all...]
H A Dxerox_mfp.c365 dev->para.pixels_per_line, dev->para.lines, in dev_stop()
662 dev->para.lines = -1; in set_parameters()
681 dev->para.lines = dev->win_len / px_to_len; in set_parameters()
1255 (y + dev->y_off) < dev->para.lines) { in copy_plain_trim()
1278 /* can only copy as much as full lines we have */ in copy_mix_bands_trim()
1292 y_rly < dev->para.lines) { in copy_mix_bands_trim()
1299 /* how much full lines are finished */ in copy_mix_bands_trim()
1380 int clrlen; /* cleared lines len */ in sane_read()
1429 dev->y_off, dev->para.lines); in sane_read()
1432 if (dev->dataindex / dev->bytes_per_line + dev->y_off >= dev->para.lines) { in sane_read()
[all...]
H A Dp5_device.h65 /**> number of lines to skip when doing calibration */
213 * - many CCD scanners need to scan more lines to correct the 'line
220 int lines; /** physical lines to scan */ member
H A Drts8891_low.h180 SANE_Int top_offset; /* lines to skip to be at top of the scanning area */
199 SANE_Int lines; /* lines to scan */ member
H A Dhp.h162 int lines; member
H A Dpieusb.c213 /* Ignore line comments and empty lines */ in sane_init()
216 /* Ignore lines which do not begin with 'usb ' */ in sane_init()
788 params->lines = scanner->scan_parameters.lines; in sane_get_parameters()
802 params->lines = height / MM_PER_INCH * resolution; in sane_get_parameters()
842 DBG(DBG_info_sane," lines = %d\n",params->lines); in sane_get_parameters()
1113 * it's 45 lines, scanner->ccd_mask_size pixels, 16 bit depth in all cases. in sane_start()
1192 scanner->scan_parameters.lines, colors, in sane_start()
1376 DBG(DBG_info_sane, "sane_read(): currently read %.2f lines o in sane_read()
[all...]
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java632 public void processNewLines(String[] lines) { in processNewLines() argument
633 for (String line : lines) { in processNewLines()
727 public void processNewLines(String[] lines) { in processNewLines() argument
728 for (String line : lines) { in processNewLines()
985 final String[] lines = processes.split("(\\r|\\n)+"); in getDeqpProcessPids()
986 for (String line : lines) { in getDeqpProcessPids()
1042 // Skip empty lines. in addTestsToInstancesMap()
2052 // Skip comments and empty lines in getNonPatternFilters()
2117 static private void readFile(Collection<String> lines, File file) throws FileNotFoundException { in readFile() argument
2127 lines in readFile()
[all...]
/third_party/python/Parser/
H A Dasdl_c.py32 Return a sequence of lines where no line extends beyond MAX_COL
34 exclusively on depth * TABSIZE. All following lines -- these are
35 the reflowed lines generated by this function -- start at the same
43 lines = []
52 lines.append(padding + cur[:i])
53 if len(lines) == 1:
68 lines.append(padding + cur)
69 return lines
106 """Visit that emits lines"""
114 # XXX reflow long lines
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc203 auto helpers_insertion_point = current_buffer_->lines.size(); in Generate()
255 if (!helpers_.lines.empty()) { in Generate()
1868 bool emit_as_loop = cond_pre.lines.size() > 0 || cont_buf.lines.size() > 1; in EmitForLoop()
1874 init_buf.lines.size() > 1 || (stmt->initializer && emit_as_loop); in EmitForLoop()
1879 init_buf.lines.clear(); // Don't emit the initializer again in the 'for' in EmitForLoop()
1922 if (!init_buf.lines.empty()) { in EmitForLoop()
1923 out << init_buf.lines[0].content << " "; in EmitForLoop()
1930 if (!cont_buf.lines.empty()) { in EmitForLoop()
1931 out << TrimSuffix(cont_buf.lines[ in EmitForLoop()
[all...]
/third_party/python/Lib/test/
H A Dtest_dis.py658 def find_offset_column(self, lines):
659 for line in lines:
678 lines = text.splitlines()
679 start, end = self.find_offset_column(lines)
680 for line in lines:
693 lines = text.splitlines(True)
694 start, end = self.find_offset_column(lines)
696 lines = iter(lines)
697 for line in lines
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dtests_calibration.cpp37 calib.params.lines = 100; in create_fake_calibration_entry()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.h173 // Multiple lines so that default and block properties can maintain pointers
175 char lines[kNumLineBuffers][4096]; member in PreparsedUCD
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h177 ULine* lines; member in UPerfTest
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.h173 // Multiple lines so that default and block properties can maintain pointers
175 char lines[kNumLineBuffers][4096]; member in PreparsedUCD
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.hpp136 void addPendingBreakpoints(const std::string &name, const std::vector<int> &lines);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Duperf.h177 ULine* lines; member in UPerfTest
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.h174 // Multiple lines so that default and block properties can maintain pointers
176 char lines[kNumLineBuffers][4096]; member in PreparsedUCD
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py82 encoding, lines = tokenize.detect_encoding(f.readline)
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.h41 /// TextBuffer holds a list of lines of text.
49 /// IncrementIndent increases the indentation of lines that will be written
53 /// DecrementIndent decreases the indentation of lines that will be written
64 /// @param indent the indentation to apply to the inserted lines
67 /// Appends the lines of `tb` to the end of this TextBuffer
71 /// Inserts the lines of `tb` to the TextBuffer before the line with index
75 /// @param indent the indentation to apply to the inserted lines
86 /// The lines
87 std::vector<Line> lines; member
229 /// The buffer the TextGenerator is currently appending lines t
[all...]
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs212 for line in reader.lines() { in main()
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs102 let code_line = match start.line.checked_sub(1).and_then(|n| code.lines().nth(n)) { in render_location()
/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs73 let has_tag = cmd!(sh, "git tag --list").read()?.lines().any(|it| it.trim() == tag); in main()
/third_party/rust/crates/rustix/tests/thread/
H A Dprctl.rs130 for line in io::Cursor::new(config).lines() { in is_linux_kernel_config_item_enabled()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1141 virtual bool compareAndVerify (std::vector<LineSceneSpec::SceneLine>& lines,
1432 std::vector<LineSceneSpec::SceneLine> lines; in iterate() local
1438 generateLines(m_iteration, drawBuffer, lines); in iterate()
1445 const bool compareOk = compareAndVerify(lines, resultImage, drawBuffer); in iterate()
1468 bool BaseLineTestInstance::compareAndVerify (std::vector<LineSceneSpec::SceneLine>& lines, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() argument
1484 scene.lines.swap(lines); in compareAndVerify()
1494 // Choose verification mode. Smooth lines assume mostly over-rasterization (bloated lines with a falloff). in compareAndVerify()
1495 // Stippled lines los in compareAndVerify()
[all...]
/third_party/backends/backend/genesys/
H A Dgl842.cpp86 // EXPDMY[0:7]: Exposure time of dummy lines. in gl842_init_registers()
541 /* 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()
572 dev->total_bytes_to_read = (size_t)session.output_line_bytes_requested * (size_t)session.params.lines; in init_regs_for_scan_session()
624 session.params.lines = settings.lines; in calculate_scan_session()
820 session.params.lines = calib_lines; in init_regs_for_shading()
915 session.params.lines = 1; in init_regs_for_warmup()

Completed in 25 milliseconds

1...<<21222324252627282930>>...37