HomeSort by relevance Sort by last modified time
    Searched refs:line_count (Results 1 - 25 of 38) sorted by null

1 2

  /device/google/marlin/dataservices/datatop/src/
datatop_single_line_poll.c 55 * @var dtop_single_line_vars::line_count
60 int line_count; member in struct:dtop_single_line_vars
75 (dpg->priv))->line_count);
87 (dpg->priv))->line_count; n++) {
93 (dpg->priv))->line_count - 1)) {
132 (dpset->priv))->line_count; i++)
159 dpg->data_points_len = storage->line_count;
178 int *line_len = malloc(sizeof(int) * storage->line_count);
183 storage->line = malloc(storage->line_count * sizeof(*storage->line));
185 for (i = 0; i < storage->line_count; i++
    [all...]
datatop_dual_line_poll.c 57 * @var dtop_dual_line_vars::line_count
63 int line_count; member in struct:dtop_dual_line_vars
78 (dpg->priv))->line_count);
81 (dpg->priv))->line_count);
86 (dpg->priv))->line_count/2));
89 (dpg->priv))->line_count/2));
100 (dpg->priv))->line_count; n++) {
110 (dpg->priv))->line_count-2)) {
119 (dpg->priv))->line_count/2); i++)
130 (dpg->priv))->line_count/2); i++
    [all...]
datatop_dev_poll.c 54 * @var dtop_dev_vars::line_count
59 int line_count; member in struct:dtop_dev_vars
114 (dpg->priv))->line_count);
118 (dpg->priv))->line_count-2);
130 (dpg->priv))->line_count; n++) {
136 (dpg->priv))->line_count - 1)) {
143 (dpg->priv))->line_count; n++) {
153 (dpg->priv))->line_count; n++) {
181 (dpset->priv))->line_count)-2); j++) {
189 (dpset->priv))->line_count; i++
    [all...]
datatop_stat_poll.c 54 * @var dtop_stat_vars::line_count
59 int line_count; member in struct:dtop_stat_vars
121 (dpg->priv))->line_count);
134 (dpg->priv))->line_count; n++) {
140 (dpg->priv))->line_count - 1)) {
147 for (i = 0; i < ((struct dtop_stat_vars *)(dpg->priv))->line_count; i++)
178 (dpset->priv))->line_count; i++)
224 int *line_len = malloc(sizeof(int) * storage->line_count);
233 storage->line = malloc(storage->line_count * sizeof(*storage->line));
235 for (i = 0; i < storage->line_count; i++
    [all...]
datatop_meminfo_file_poll.c 56 * @var dtop_meminfo_vars::line_count
61 int line_count; member in struct:dtop_meminfo_vars
114 (dpg->priv))->line_count);
126 (dpg->priv))->line_count; n++) {
132 (dpg->priv))->line_count - 1)) {
179 (dpset->priv))->line_count; i++)
205 dpg->data_points_len = storage->line_count;
223 int *line_len = malloc(sizeof(int) * storage->line_count);
228 storage->line = malloc(storage->line_count * sizeof(*storage->line));
230 for (i = 0; i < storage->line_count; i++
    [all...]
datatop_fileops.c 157 int line_count = 0; local
161 line_count++;
166 return line_count;
  /external/clang/tools/clang-format/
clang-format-diff.py 82 line_count = 1
84 line_count = int(match.group(3))
85 if line_count == 0:
87 end_line = start_line + line_count - 1;
git-clang-format 296 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])
  /prebuilts/tools/common/google-java-format/
google-java-format-diff.py 81 line_count = 1
83 line_count = int(match.group(3))
84 if line_count == 0:
86 end_line = start_line + line_count - 1;
  /prebuilts/clang/host/darwin-x86/clang-3217047/bin/
git-clang-format 296 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])
  /prebuilts/clang/host/linux-x86/clang-3217047/bin/
git-clang-format 296 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])
  /toolchain/binutils/binutils-2.25/bfd/
dwarf1.c 84 unsigned long line_count; member in struct:dwarf1_unit
86 /* The decoded line number table (line_count entries). */
310 aUnit->line_count = (tblend - xptr) / 10;
313 amt = sizeof (struct linenumber) * aUnit->line_count;
319 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++)
417 for (i = 0; i < aUnit->line_count; i++)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 109 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/
nvc0_transfer.c 72 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;
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/libevent/
event_rpcgen.py 24 line_count = 0 variable
58 self._tags[entry.Tag()], line_count))
    [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 356 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) {
  /test/vts/utils/python/web/
web_utils.py 150 line_count,
166 line_count: int, total number of lines
179 coverage.total_line_count = line_count
  /external/autotest/client/cros/input_playback/
input_playback.py 180 line_count = utils.run(interrupt_cmd).stdout.strip()
181 return line_count != '0'
  /external/autotest/client/cros/
touch_playback_test_base.py 331 line_count = utils.run(interrupt_cmd).stdout.strip()
332 return line_count != '0'
  /external/v8/src/runtime/
runtime-debug.cc 1613 const int line_count = line_ends_array->length(); local
1640 const int line_count = line_ends_array->length(); local
1713 const int line_count = line_ends_array->length(); local
1822 const int line_count = line_ends_array->length(); local
    [all...]

Completed in 1626 milliseconds

1 2