/third_party/elfutils/libdwfl/ |
H A D | libdwflP.h | 306 struct Dwfl_Lines *lines; member 318 match those in libdw's Dwarf_CU.lines->info table. */ 321 unsigned int idx; /* My index in the dwfl_cu.lines table. */ 328 const struct Dwfl_Lines *lines = ((const void *) line in dwfl_linecu_inline() local 331 return lines->cu; in dwfl_linecu_inline() 522 /* Ensure that CU->lines (and CU->cu->lines) is set up. */
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | rv40dsp.asm | 113 ; read 5 lines 245 ; read 5 lines 415 ; Prepare 2 next lines
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 258 // separate strings. For 'file' and 'internal' lines, the encoding 281 # Blank lines 286 # Content lines
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 667 lines = source.splitlines() 671 lines.append("") 673 source = "\n".join(lines)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 604 lines = source.splitlines() 608 lines.append('') 610 source = '\n'.join(lines)
|
/third_party/python/Lib/test/ |
H A D | test_calendar.py | 374 lines = [] 378 lines.append(line) 379 return lines 911 self.assertFailure('--lines') 913 stdout = self.run_ok('--lines', '2', '2004')
|
H A D | test_unicodedata.py | 317 lines = (chr(i) + 'A').splitlines() 320 self.assertEqual(len(lines), 2, 323 self.assertEqual(len(lines), 1,
|
H A D | test_codecs.py | 163 lines = [] 168 lines.append(line) 169 return "|".join(lines) 180 # Test long lines (multiple calls to read() in readline()) 189 # Test lines where the first read might end with \r, so the 216 lines = ["Humpty Dumpty sat on a wall,\n", 220 data = ''.join(lines) 227 self.assertEqual(f.readline(), lines[0]) 228 self.assertEqual(f.read(), ''.join(lines[1:])) 233 self.assertEqual(f.readline(), lines[ [all...] |
H A D | test_dis.py | 658 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/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 122 // every outset line. When that happens, calculate coverage using the "inset" lines and flip in get_edge_dist_coverage() 137 const SkPoint* lines = flip ? insetLines : outsetLines; in get_edge_dist_coverage() local 142 SkScalar d = (flip ? 1 : -1) * signed_distance(point, lines[i * 2], lines[i * 2 + 1]); in get_edge_dist_coverage() 280 // Calculate inset and outset lines for edge-distance visualization 332 // Draw the inset/outset "infinite" lines
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | lexer.py | 667 lines = source.splitlines() 671 lines.append("") 673 source = "\n".join(lines)
|
/third_party/backends/backend/ |
H A D | microtek2.c | 366 /* calculate lines, pixels per line and bytes per line */ in sane_get_parameters() 389 ms->params.lines = (SANE_Int) height_pixel; in sane_get_parameters() 411 DBG(30,"sane_get_parameters: format=%d, last_frame=%d, lines=%d\n", in sane_get_parameters() 412 ms->params.format,ms->params.last_frame, ms->params.lines); in sane_get_parameters() 1858 DBG(1, " CCD gap%24s: %d lines\n", " ", mi->ccd_gap); in dump_attributes() 1920 if ( *s == '#' || *s == '\0' ) /* ignore empty lines and comments */ in parse_config_file() 1943 if ( *s == '#' || *s == '\0' ) /* ignore empty lines and comments */ in parse_config_file() 3739 ms->params.lines = ms->src_remaining_lines; in calculate_sane_params() 4653 DBG(30, "scsi_read_image_info: ppl=%d, bpl=%d, lines=%d, remain=%d\n", in scsi_read_image_info() 5530 /* calculate maximum number of lines t in prepare_buffers() 5641 write_shading_buf_pnm(Microtek2_Scanner *ms, uint32_t lines) write_shading_buf_pnm() argument 6048 uint32_t lines; read_shading_image() local 6352 prepare_shading_data(Microtek2_Scanner *ms, uint32_t lines, uint8_t **data) prepare_shading_data() argument 8310 uint32_t lines; auto_adjust_proc_data() local [all...] |
H A D | plustek-usbshading.c | 1717 * scanning the shading lines. 1719 * @param shading_lines - defines the overall number of shading lines. 1726 u_long lines, w, x; in usb_CalSortHighlight() local 1734 /* do it for all relevant lines */ in usb_CalSortHighlight() 1735 for( lines = hilight, rgb = rgb + sp->Size.dwPhyPixels * lines; in usb_CalSortHighlight() 1736 lines < shading_lines; lines++, rgb += sp->Size.dwPhyPixels ) { in usb_CalSortHighlight() 1768 * scanning the shading lines. 1770 * @param shading_lines - defines the overall number of shading lines 1777 u_long lines, w, x; usb_CalSortShadow() local 1815 u_long lines, x; usb_procHighlightAndShadow() local [all...] |
H A D | teco2.c | 207 /*dpi, color sequence R G or B, 0 (-) or 1 (+) color skewing, lines skewing */ 235 /*dpi, color sequence R G or B, 0 (-) or 1 (+) color skewing, lines skewing */ 439 /* Display a buffer in the log. Display by lines of 16 bytes. */ 881 /* Set the expected size line and number of lines. */ in teco_set_window() 896 Ito16 (dev->params.lines, &window[54]); in teco_set_window() 955 dev->params.lines = B16TOI (&dev->buffer[12]); in teco_get_scan_size() 987 dev->params.lines = 1170; in teco_get_scan_size() 999 dev->params.lines = 585; in teco_get_scan_size() 1004 dev->params.lines = 702; in teco_get_scan_size() 1009 dev->params.lines in teco_get_scan_size() [all...] |
H A D | tamarack.c | 532 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 D | xerox_mfp.c | 365 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 D | pieusb.c | 213 /* 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...] |
H A D | kvs1025_low.c | 583 dev->params[s].lines = *height ? *height in CMD_read_pic_elements() 747 size[0] = dev->params[0].bytes_per_line * dev->params[0].lines; in AllocateImageBuffer() 748 size[1] = dev->params[1].bytes_per_line * dev->params[1].lines; in AllocateImageBuffer() 1070 = s->params[side_index].lines * s->params[side_index].bytes_per_line; in buffer_crop() 1173 = s->params[side_index].lines * s->params[side_index].bytes_per_line; in buffer_rotate()
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 90 lines = self._process_output(output) 91 for line in lines: 107 lines = content.split(end_mark) 109 return lines[:-1] 111 self.unfinished_line = lines[-1] 112 return lines[:-1] 601 lines = f.read() 602 str_content = lines.decode("utf-8")
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 632 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 D | asdl_c.py | 32 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 D | generator_impl.cc | 203 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 1141 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...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 169 std::list<std::string> lines; in HWTEST_F() local 171 lines.push_front("key:12"); in HWTEST_F() 172 lines.push_front("key2:212"); in HWTEST_F() 173 lines.push_front("key3:3212"); in HWTEST_F() 174 RtspCommon::SplitParameter(lines, params); in HWTEST_F()
|
/third_party/backends/backend/genesys/ |
H A D | gl842.cpp | 86 // 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()
|