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

  /external/chromium_org/ui/views/corewm/
tooltip_aura_unittest.cc 25 int width, line_count, expect_lines; local
37 width = line_count = -1;
44 &line_count);
46 EXPECT_EQ(expect_lines, line_count);
51 width = line_count = -1;
57 &line_count);
59 EXPECT_EQ(max_lines, line_count);
63 width = line_count = -1;
71 &line_count);
73 EXPECT_EQ(expect_lines, line_count);
    [all...]
tooltip_aura.h 31 // and |line_count| to the number of lines of text in the tooltip. |font_list|
37 int* line_count);
tooltip_aura.cc 73 int* line_count) {
75 *line_count = 0;
120 *line_count = result_lines.size();
188 int line_count = 0; local
191 &max_width, &line_count);
  /external/chromium_org/media/tools/layout_tests/
trend_graph_unittest.py 32 line_count = 0
35 line_count += 1
36 self.assertEqual(line_count, 2)
  /external/clang/tools/clang-format/
clang-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;
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/chromium_org/base/debug/
trace_event_memory.cc 325 size_t line_count = Tokenize(input_string, "\n", &lines); local
326 if (line_count == 0) {
336 for (size_t i = 1; i < line_count; ++i) {
  /external/chromium_org/ash/system/user/
user_card_view.cc 307 int line_count = lines.size(); local
308 if (!too_narrow && line_count == 3 &&
311 ++line_count;
312 if (too_narrow || line_count > 3)
322 int line_count = lines.size(); local
325 ++line_count;
332 line_count * line_height + link_extra_height + insets.height());
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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;
  /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;
  /external/chromium_org/components/feedback/
feedback_common.cc 105 const size_t line_count = std::count(content.begin(), content.end(), '\n'); local
106 if (line_count > kFeedbackMaxLineCount)
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 17 line_count = 0 variable
37 self._tags[entry.Tag()], line_count)
    [all...]
  /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 157 const size_t line_count = 5; local
159 for (size_t i = 0; i < line_count; ++i) {
177 ASSERT_EQ(read_line_count, line_count);
  /external/chromium_org/base/process/
process_metrics_linux.cc 777 size_t line_count = Tokenize(diskinfo_data, "\n", &diskinfo_lines); local
778 if (line_count == 0) {
807 for (size_t i = 0; i < line_count; i++) {
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 129 int line_count = 0; local
132 if(line_count++ == line_num) break;
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon2895
  /device/lge/hammerhead/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon3402
  /device/moto/shamu/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon4562
  /device/lge/mako/camera/
QCamera_Intf.h 850 uint32_t line_count; member in struct:__anon3707
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 788 uint32_t line_count; member in struct:__anon3944
    [all...]
  /external/chromium_org/v8/src/
objects.cc 8496 int line_count = line_ends.length(); local
    [all...]

Completed in 940 milliseconds