/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestFmwk.java | 219 List<String> lines = getParams().knownIssues.get(ticketLink); in logKnownIssue() 220 if (lines == null) { in logKnownIssue() 221 lines = new ArrayList<String>(); in logKnownIssue() 222 getParams().knownIssues.put(ticketLink, lines); in logKnownIssue() 224 if (!lines.contains(description)) { in logKnownIssue() 225 lines.add(description); in logKnownIssue()
|
/third_party/backends/backend/ |
H A D | agfafocus.c | 743 read_data (AgfaFocus_Scanner * s, SANE_Byte *buf, int lines, int bpl) in read_data() argument 761 set_size (cmd.tr_len, 3, lines); in read_data() 762 size = lines * bpl; in read_data() 772 if (size != ((unsigned int) lines * bpl)) in read_data() 775 (u_long) size, lines * bpl); in read_data() 792 s->lines_available -= lines; in read_data() 1307 continue; /* ignore empty lines */ in sane_init() 1639 s->params.lines = height * dots_per_mm + 0.5; in sane_get_parameters() 1686 /* in 1 bpp mode, lines need to be 8 pixel length */ in sane_get_parameters() 1852 while (lines_read < s->params.lines) in reader_process() 1854 int lines = lines_per_buffer; reader_process() local [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 91 -q Quiet (no header lines) 1327 int i, lines, topoff = 0, done = 0; in top_common() local 1418 lines = TT.height; in top_common() 1442 lines = header_line(lines, 0); in top_common() 1457 lines = header_line(lines, 0); in top_common() 1480 lines = header_line(lines, 0); in top_common() 1502 lines in top_common() [all...] |
/third_party/toybox/toys/posix/ |
H A D | ps.c | 106 -q Quiet (no header lines) 134 -q Quiet (no header lines) 1470 int i, lines, topoff = 0, done = 0; in top_common() local 1562 lines = TT.height; in top_common() 1586 lines = header_line(lines, 0); in top_common() 1601 lines = header_line(lines, 0); in top_common() 1627 lines = header_line(lines, in top_common() [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 1057 my @lines = split('\n', $text); 1059 foreach my $line (@lines) { 1171 my @lines = split("\n", $output); 1173 return ($id, $desc) if ($#lines < 0); 1175 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) { 1185 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ || 1186 $lines[0] =~ /^fatal: bad object $commit/) { 1189 $id = substr($lines[0], 0, 12); 1190 $desc = substr($lines[0], 41); 1199 my @lines [all...] |
/build/config/components/init/param/ |
H A D | param_fixer.py | 63 lines = f.readlines() 64 for line in lines:
|
/third_party/curl/scripts/ |
H A D | completion.pl | 79 my @lines = call_curl($cmd); 81 foreach my $line (@lines) {
|
/third_party/icu/tools/colprobe/ |
H A D | extractCollationData.pl | 138 # break into individual reset/strength/setting lines 139 my @lines = split(/\n/); 149 foreach $line (@lines) { 150 # skip empty lines 214 #$lines[$i] = $name.$lrm.$line."</span><br>"; 219 #$_ = join("\n", @lines);
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | cros_servo_run.py | 69 for line in self.cpu_ser.lines(timeout=120, phase="bootloader"): 94 for line in self.cpu_ser.lines(timeout=self.test_timeout, phase="test"):
|
H A D | fastboot_run.py | 62 for line in self.ser.lines(timeout=2 * 60, phase="bootloader"): 82 for line in self.ser.lines(timeout=self.test_timeout, phase="test"): 114 # more lines first so that we get better information on the cause
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | parse.js | 62 } // Parses the --- and +++ headers, if none are found, no lines 95 lines: [], 122 hunk.lines.push(diffstr[i]);
|
/third_party/musl/Benchmark/scripts/ |
H A D | compare_benchmark_result.py | 69 lines = open(file_path, 'r').readlines() 70 for line in lines:
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | gcc.py | 58 lines = iter(text.splitlines()) 60 # Build the lines and filter out directives. 63 for line in lines:
|
/third_party/openssl/test/recipes/ |
H A D | tconversion.pl | 142 chomp(my @lines = <DATA>); 144 return scalar(uniq @lines); 156 "$cert '$exts' output should contain $expected different lines");
|
/third_party/python/Lib/idlelib/ |
H A D | outwin.py | 118 def writelines(self, lines): 119 "Write each item in lines iterable." 120 for line in lines:
|
H A D | pyshell.py | 253 lines = fp.readlines() 255 lines = [] 258 for line in lines: 283 lines = fp.readlines() 284 for line in lines: 298 lines = [] 303 lines.append(lineno) 305 return lines 699 lines = source.split("\n") 700 linecache.cache[filename] = len(source)+1, 0, lines, filenam [all...] |
/third_party/skia/tests/ |
H A D | PathOpsCubicIntersectionTestData.cpp | 114 const CubicPts lines[] = { member 147 const size_t lines_count = SK_ARRAY_COUNT(lines);
|
/third_party/skia/tools/ |
H A D | rewrite_includes.py | 90 lines = open(file_path).readlines() 96 for line in lines:
|
/third_party/vixl/tools/ |
H A D | clang_tidy.py | 59 def FilterClangTidyLines(lines): 62 for line in lines:
|
/third_party/vk-gl-cts/scripts/ |
H A D | convert_case_list_to_xml.py | 72 lines = open(packageName + ".cases").readlines() variable 74 for line in lines:
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 157 # Get a list of disassembled lines and their addresses. 158 lines = self._GetDisasmLines(arch, options) 159 if len(lines) == 0: 161 # Print annotated lines. 162 address = lines[0][0] 164 for i in range(len(lines)): 165 start_offset = lines[i][0] - address 166 if i == len(lines) - 1: 169 end_offset = lines[i + 1][0] - address 181 offset = lines[ [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 335 lines = output.splitlines() 337 for i in range(len(lines)): 338 if ": error:" in lines[i]: 339 error_lines.append(lines[i] + "\n") 340 if i + 1 < len(lines): 341 error_lines.append(lines[i + 1] + "\n") 345 # Get all lines after and including the last occurance of "Run". 346 lines = output.splitlines() 348 for line_index in reversed(range(len(lines))): 350 if "[ RUN ]" in lines[line_inde [all...] |
/third_party/skia/gm/ |
H A D | compositor_quads.cpp | 61 // To mimic Chromium's BSP clipping strategy, a set of three lines formed by triangle edges 69 // Utilities for operating on lines and tiles 98 // Two horizontal lines in intersect_line_segments() 145 // Draw grid of red lines at interior tile boundaries. 162 // Draw the arbitrary clipping/split boundaries that intersect the tile grid as green lines 217 // All three lines in a list in drawTiles() 218 SkPoint lines[6]; in drawTiles() local 219 clipping_line_segment(kClipP1, kClipP2, lines); in drawTiles() 220 clipping_line_segment(kClipP2, kClipP3, lines + 2); in drawTiles() 221 clipping_line_segment(kClipP3, kClipP1, lines in drawTiles() 261 clipTile(SkCanvas* canvas, int tileID, const SkRect& baseRect, const SkPoint quad[4], const bool edgeAA[4], const SkPoint lines[], int lineCount, int* quadCount) clipTile() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 29 * \brief Primitive rasterization/rendering (points, lines, triangles) 59 int lines; /**< number of lines on this edge */ member 629 setup->emaj.lines = (int) ceilf(vmax_y - setup->emaj.sy); in setup_tri_edges() 634 setup->etop.lines = (int) ceilf(vmax_y - setup->etop.sy); in setup_tri_edges() 639 setup->ebot.lines = (int) ceilf(vmid_y - setup->ebot.sy); in setup_tri_edges() 653 int lines, in subtriangle() 665 assert(lines >= 0); in subtriangle() 672 finish_y = sy + lines; in subtriangle() 715 eleft->sx += lines * elef in subtriangle() 650 subtriangle(struct setup_context *setup, struct edge *eleft, struct edge *eright, int lines, unsigned viewport_index) subtriangle() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_curses.py | 1065 lines, cols = curses.LINES, curses.COLS 1066 self.assertIs(curses.is_term_resized(lines, cols), False) 1067 self.assertIs(curses.is_term_resized(lines-1, cols-1), True) 1072 lines, cols = curses.LINES, curses.COLS 1073 new_lines = lines - 1 1079 curses.resize_term(lines, cols) 1080 self.assertEqual(curses.LINES, lines) 1086 lines, cols = curses.LINES, curses.COLS 1087 new_lines = lines - 1 1093 curses.resizeterm(lines, col [all...] |