Searched refs:line_count (Results 1 - 13 of 13) sorted by relevance

/external/clang/tools/clang-format/
H A Dclang-format-diff.py82 line_count = 1
84 line_count = int(match.group(3))
85 if line_count == 0:
87 end_line = start_line + line_count - 1;
H A Dgit-clang-format296 line_count) pairs.
309 line_count = 1
311 line_count = int(match.group(3))
312 if line_count > 0:
313 matches.setdefault(filename, []).append(Range(start_line, line_count))
390 '-lines=%s:%s' % (start_line, start_line+line_count-1)
391 for start_line, line_count in line_ranges])
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c111 int line_count = height > 2047 ? 2047 : height; local
125 src_ofst += line_count * src->pitch;
131 dst_ofst += line_count * dst->pitch;
136 PUSH_DATA (push, line_count);
140 height -= line_count;
141 sy += line_count;
142 dy += line_count;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c70 int line_count = height > 2047 ? 2047 : height; local
85 src_ofst += line_count * src->pitch;
92 dst_ofst += line_count * dst->pitch;
97 PUSH_DATA (push, line_count);
101 height -= line_count;
102 sy += line_count;
103 dy += line_count;
/external/opencv/cvaux/include/
H A Dcvaux.h1048 int* line_count );
1052 CVAPI(void) cvPreWarpImage( int line_count,
1060 CVAPI(void) cvFindRuns( int line_count,
1071 CVAPI(void) cvDynamicCorrespondMulti( int line_count,
1084 int line_count,
1089 CVAPI(void) cvMorphEpilinesMulti( int line_count,
1106 CVAPI(void) cvPostWarpImage( int line_count,
/external/libevent/
H A Devent_rpcgen.py24 line_count = 0 variable
64 self._tags[entry.Tag()], line_count))
1344 'around line %d' % (entry, line_count))
1398 newentry.SetLineCount(line_count)
1408 newentry.SetLineCount(line_count)
1439 global line_count
1453 line_count += 1
1489 % (line_count, line))
1503 % line_count)
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc356 int line_count = func_info.line_info.size(); local
368 func_info.size = (line_count == 0) ? 0 : it->second->size;
375 for (size_t k = 0; k < line_count; ++k) {
379 if (k == line_count - 1) {
/external/autotest/client/cros/input_playback/
H A Dinput_playback.py194 line_count = utils.run(interrupt_cmd).stdout.strip()
195 return line_count != '0'
/external/autotest/client/cros/
H A Dtouch_playback_test_base.py335 line_count = utils.run(interrupt_cmd).stdout.strip()
336 return line_count != '0'
/external/v8/src/profiler/
H A Dprofile-generator.cc231 unsigned line_count = line_ticks_.occupancy(); local
233 if (line_count == 0) return true;
234 if (length < line_count) return false;
/external/v8/src/runtime/
H A Druntime-debug.cc1554 const int line_count = line_ends_array->length(); local
1555 DCHECK_LT(0, line_count);
1558 // If line == line_count, we return the first position beyond the last line.
1559 if (line > line_count) return -1;
1596 const int line_count = line_ends_array->length(); local
1598 if (line < 0 || line >= line_count) {
1787 const int line_count = line_ends_array->length(); local
1790 if (line < 0 || line_count <= line) {
/external/ImageMagick/MagickCore/
H A Dfeature.c1875 line_count;
1985 line_count=image->columns > image->rows ? image->columns/4 : image->rows/4;
1987 line_count=threshold;
1999 if (count >= (double) line_count)
1871 line_count; local
/external/v8/src/
H A Dobjects.cc10921 int line_count = line_ends.length(); local
10922 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count);
10923 for (int i = 0; i < line_count; i++) {

Completed in 507 milliseconds