Home
last modified time | relevance | path

Searched refs:lines (Results 801 - 825 of 1328) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/gn/infra/recipes/
H A Dgn.py35 lines = api.step(
46 for line in lines:
/third_party/backends/japi/
H A DScanIt.java60 // # lines we incr. image height.
190 height += STRIP_HEIGHT; // Add more lines. in nextLine()
306 if (parms.lines >= 0) in scan()
307 height = parms.lines - STRIP_HEIGHT + 1; in scan()
/third_party/backends/backend/
H A Dpieusb_scancmd.h80 * CalSpeeds: 3 => 1 line, 13 lines, 31 lines */
134 SANE_Int lines; /* Number of lines in the scan. Value depends on color format, see Pieusb_Mode. */ member
140 SANE_Int availableLines; /* The number of currently available scanned lines. Value depends on color format. Returns a value >0 if PARAM is called while scanning is in progress */
168 * bit 2 : Index = scanned data are lines preceded by a two-byte index, 'RR', 'GG', 'BB', or 'II'
169 * bit 1 : Line = scanned data are (probably) lines in RGBI order (needs testing)
345 void sanei_pieusb_cmd_get_scanned_lines(SANE_Int device_number, SANE_Byte* data, SANE_Int lines, SANE_Int size, struct Pieusb_Command_Status *status);
H A Dlexmark.c493 /* skip empty lines */ in probe_lexmark_devices()
1052 device_params->lines = (height_px * yres) / 600; in sane_get_parameters()
1063 channels * device_params->pixels_per_line * device_params->lines; in sane_get_parameters()
1089 DBG (2, " lines %d\n", device_params->lines); in sane_get_parameters()
1098 params->lines = device_params->lines; in sane_get_parameters()
1129 if ((lexmark_device->params.lines == 0) || in sane_start()
1136 " number of lines, bytes per line, or pixels per line\n"); in sane_start()
1182 lines greate in sane_start()
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapperTest.java191 private String headerPlusLines(String... lines) { in headerPlusLines() argument
194 return Arrays.stream(lines).collect(joining("\n", FILE_HEADER, "\n\n")); in headerPlusLines()
/third_party/node/tools/inspector_protocol/jinja2/
H A Ddebug.py99 lines = traceback.format_exception(self.exc_type, self.exc_value,
101 return ''.join(lines).rstrip()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js427 * Wrap the given string to width characters per line, with lines after the first indented.
451 const lines = columnText.match(regex) || [];
452 return leadingStr + lines.map((line, i) => {
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js203 const lines = gconf.split(/\r?\n/)
206 const i = lines.indexOf('[remote "origin"]')
/third_party/node/deps/npm/node_modules/ini/lib/
H A Dini.js113 const lines = str.split(/[\r\n]+/g)
116 for (const line of lines) {
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py185 def contains(pattern, lines):
186 for line in lines:
/third_party/python/Tools/unicode/
H A Dgencodec.py76 lines = f.readlines()
89 for line in lines:
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser_unittest.cpp365 // Wild characters that match groups of expectations can be overridden with more specific lines.
366 // The parse should still compute correctly which lines were used and which were unused.
416 std::string lines = R"( in TEST_P() local
420 ASSERT_TRUE(load(lines)); in TEST_P()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5180 lines = string.split( adobe_glyph_list, '\n' )
5184 for line in lines:
/third_party/python/Lib/test/
H A Dtest_robotparser.py20 lines = io.StringIO(self.robots_txt).readlines()
22 self.parser.parse(lines)
H A Dtest_file.py283 # ("h", "a", "m", "\n"), so 4096 lines of that should get us
320 lines = f.readlines()
324 if lines != testlines:
H A Dtest_lzma.py975 lines = f.readlines()
977 self.assertListEqual(list(iter(f)), lines)
979 self.assertListEqual(list(iter(f)), lines)
981 self.assertListEqual(list(iter(f)), lines)
983 self.assertListEqual(list(iter(f)), lines)
986 self.assertListEqual(list(iter(f)), lines)
990 lines = f.readlines()
992 for line in lines:
997 lines = f.readlines()
999 self.assertListEqual(f.readlines(), lines)
[all...]
/third_party/unity/test/
H A Drakefile_helper.rb52 lines = File.readlines(filename)
53 lines.each do |line|
/third_party/skia/experimental/tskit/go/gen_types/
H A Dgen_types.go80 lines := strings.Split(contents, "\n")
81 for i, line := range lines {
/third_party/rust/crates/version_check/src/
H A Dlib.rs98 let last_line = s.lines().last().unwrap_or(s); in version_and_date_from_rustc_version()
109 for line in s.lines() { in version_and_date_from_rustc_verbose_version()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc101 auto helpers_insertion_point = current_buffer_->lines.size(); in Generate()
113 if (current_buffer_->lines.size() != last_padding_line) { in Generate()
116 last_padding_line = current_buffer_->lines.size(); in Generate()
148 if (!helpers_.lines.empty()) { in Generate()
2151 bool emit_as_loop = cond_pre.lines.size() > 0 || cont_buf.lines.size() > 1;
2156 if (init_buf.lines.size() > 1 || (stmt->initializer && emit_as_loop)) {
2158 init_buf.lines.clear(); // Don't emit the initializer again in the 'for'
2195 if (!init_buf.lines.empty()) {
2196 out << init_buf.lines[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1144 virtual bool compareAndVerify (std::vector<LineSceneSpec::SceneLine>& lines,
1435 std::vector<LineSceneSpec::SceneLine> lines; in iterate() local
1441 generateLines(m_iteration, drawBuffer, lines); in iterate()
1448 const bool compareOk = compareAndVerify(lines, resultImage, drawBuffer); in iterate()
1471 bool BaseLineTestInstance::compareAndVerify (std::vector<LineSceneSpec::SceneLine>& lines, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() argument
1487 scene.lines.swap(lines); in compareAndVerify()
1497 // Choose verification mode. Smooth lines assume mostly over-rasterization (bloated lines with a falloff). in compareAndVerify()
1498 // Stippled lines los in compareAndVerify()
[all...]
/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c74 static void vgacon_scrolldelta(struct vc_data *c, int lines);
89 static unsigned int vga_video_num_lines; /* Number of text lines */
174 static void vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta() argument
176 vc_scrolldelta_helper(c, lines, vga_rolled_over, (void *)vga_vram_base, in vgacon_scrolldelta()
1023 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
1028 be OK for EGA text modes in the range 257-512 scan lines, so I in vgacon_adjust_height()
1169 enum con_scroll dir, unsigned int lines) in vgacon_scroll()
1177 if (!vga_hardscroll_enabled || lines >= c->vc_rows / 2) in vgacon_scroll()
1182 delta = lines * c->vc_size_row; in vgacon_scroll()
1168 vgacon_scroll(struct vc_data *c, unsigned int t, unsigned int b, enum con_scroll dir, unsigned int lines) vgacon_scroll() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dps3fb.c606 unsigned int mode, ddr_line_length, xdr_line_length, lines, maxlines; in ps3fb_set_par() local
656 lines = vmode->yres * par->num_frames; in ps3fb_set_par()
658 lines++; in ps3fb_set_par()
660 for (dst = 0; lines; dst += maxlines * ddr_line_length) { in ps3fb_set_par()
661 unsigned int l = min(lines, maxlines); in ps3fb_set_par()
664 lines -= l; in ps3fb_set_par()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dps3fb.c606 unsigned int mode, ddr_line_length, xdr_line_length, lines, maxlines; in ps3fb_set_par() local
656 lines = vmode->yres * par->num_frames; in ps3fb_set_par()
658 lines++; in ps3fb_set_par()
660 for (dst = 0; lines; dst += maxlines * ddr_line_length) { in ps3fb_set_par()
661 unsigned int l = min(lines, maxlines); in ps3fb_set_par()
664 lines -= l; in ps3fb_set_par()
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Doh_jsunit_parser.py77 def __process__(self, lines):
78 for line in lines:
393 def __process__(self, lines):
394 for line in lines:
444 def __process__(self, lines):
445 for line in lines:

Completed in 31 milliseconds

1...<<31323334353637383940>>...54