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

  /external/clang/tools/clang-format/
clang-format-diff.py 83 line_count = 1
85 line_count = int(match.group(3))
86 if line_count == 0:
88 end_line = start_line + line_count - 1;
git-clang-format 273 line_count) pairs.
286 line_count = 1
288 line_count = int(match.group(3))
289 if line_count > 0:
290 matches.setdefault(filename, []).append(Range(start_line, line_count))
362 '-lines=%s:%s' % (start_line, start_line+line_count-1)
363 for start_line, line_count in line_ranges])
  /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/msm8992/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /external/opencv/cvaux/include/
cvaux.h     [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) {
  /external/libvncserver/VisualNaCro/
nacro.c 547 int j,x1,y1,x2,y2,line_count=0; local
551 for(line_count=1,pointer=message;*pointer;pointer++)
553 line_count++;
555 *h=(y2-y1)*line_count;
565 for(pointer=message,j=0;j<line_count;j++) {
  /hardware/libhardware/modules/sensors/
multihal.cpp 475 int line_count = 0; local
482 ALOGV("config file line #%d: '%s'", ++line_count, line);
498 ALOGV("hals.conf contained %d lines", line_count);
  /bionic/tests/
stdio_test.cpp 168 const size_t line_count = 5; local
170 for (size_t i = 0; i < line_count; ++i) {
188 ASSERT_EQ(read_line_count, line_count);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 618 status.line_count = 0;
622 if (status.line_count == 0)
645 status.line_count++;
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon3001
  /device/lge/hammerhead/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon3506
  /device/moto/shamu/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon4295
  /hardware/qcom/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon25586
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 788 uint32_t line_count; member in struct:__anon3676
    [all...]
  /external/v8/src/
objects.cc 8496 int line_count = line_ends.length(); local
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 68 proc line_count {{str ""} {pad 0}} { procedure
    [all...]

Completed in 2389 milliseconds