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

/external/clang/tools/clang-format/
H A Dclang-format-diff.py85 line_count = 1
87 line_count = int(match.group(3))
88 if line_count == 0:
90 end_line = start_line + line_count - 1;
H A Dgit-clang-format274 line_count) pairs.
287 line_count = 1
289 line_count = int(match.group(3))
290 if line_count > 0:
291 matches.setdefault(filename, []).append(Range(start_line, line_count))
363 '-lines=%s:%s' % (start_line, start_line+line_count-1)
364 for start_line, line_count in line_ranges])
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.c109 int line_count = height > 2047 ? 2047 : height; local
123 src_ofst += line_count * src->pitch;
129 dst_ofst += line_count * dst->pitch;
134 PUSH_DATA (push, line_count);
138 height -= line_count;
139 sy += line_count;
140 dy += line_count;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c72 int line_count = height > 2047 ? 2047 : height; local
87 src_ofst += line_count * src->pitch;
94 dst_ofst += line_count * dst->pitch;
99 PUSH_DATA (push, line_count);
103 height -= line_count;
104 sy += line_count;
105 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
58 self._tags[entry.Tag()], line_count))
1338 'around line %d' % (entry, line_count))
1392 newentry.SetLineCount(line_count)
1402 newentry.SetLineCount(line_count)
1433 global line_count
1447 line_count += 1
1483 % (line_count, line))
1497 % 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.py179 line_count = utils.run(interrupt_cmd).stdout.strip()
180 return line_count != '0'
/external/v8/src/profiler/
H A Dprofile-generator.cc188 unsigned line_count = line_ticks_.occupancy(); local
190 if (line_count == 0) return true;
191 if (length < line_count) return false;
/external/minijail/
H A Dsyscall_filter.c374 int line_count = 0; local
408 ++line_count;
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
H A Dupload-diffs.py1798 line_count = len(diffData.file_body.splitlines())
1800 if line_count > 1:
1801 diffData.change_summary += ",%d" % line_count
1814 line_count = len(diffData.file_body.splitlines())
1816 if line_count > 1:
1817 diffData.change_summary += ",%d" % line_count
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc1156 unsigned int line_count = func_node->GetHitLineCount(); local
1157 CHECK_EQ(2u, line_count); // Expect two hit source lines - #1 and #5.
1158 ScopedVector<v8::CpuProfileNode::LineTick> entries(line_count);
1159 CHECK(func_node->GetLineTicks(&entries[0], line_count));
/external/v8/src/
H A Dobjects.cc11667 int line_count = line_ends.length(); local
11668 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count);
11669 for (int i = 0; i < line_count; i++) {

Completed in 611 milliseconds