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

  /frameworks/compile/slang/
slang-data.c 51 size_t line_count = nread / 16; local
56 for (i = 0; i < line_count; ++i, ptr += 16) {
73 for (i = line_count * 16; i < nread; ++i) {
  /bionic/tests/
stdio_test.cpp 113 const size_t line_count = 5; local
115 for (size_t i = 0; i < line_count; ++i) {
133 ASSERT_EQ(read_line_count, line_count);
  /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/ui/views/corewm/
tooltip_controller_unittest.cc 218 int width, line_count, expect_lines; local
230 width = line_count = -1;
236 max_width, &tooltip, &width, &line_count);
238 EXPECT_EQ(expect_lines, line_count);
243 width = line_count = -1;
248 max_width, &tooltip, &width, &line_count);
250 EXPECT_EQ(max_lines, line_count);
254 width = line_count = -1;
261 max_width, &tooltip, &width, &line_count);
263 EXPECT_EQ(expect_lines, line_count);
    [all...]
tooltip_controller.cc 115 int max_width, line_count; local
119 &line_count);
356 int* line_count) {
358 *line_count = 0;
409 *line_count = result_lines.size();
  /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/chromium_org/base/debug/
trace_event_memory.cc 312 size_t line_count = Tokenize(input_string, "\n", &lines); local
313 if (line_count == 0) {
323 for (size_t i = 1; i < line_count; ++i) {
  /external/chromium_org/chrome/browser/chromeos/
swap_metrics.cc 269 size_t line_count = Tokenize(file_content, "\n", &lines); local
270 if (line_count < 2) {
274 for (size_t i = 0; i < line_count; ++i) {
  /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/chromium_org/ui/views/widget/
tooltip_manager_win.cc 349 int line_count; local
350 TrimTooltipToFit(&tooltip_text, &tooltip_width, &line_count,
370 line_count * tooltip_height_ };
  /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/third_party/libevent/
event_rpcgen.py 17 line_count = 0 variable
37 self._tags[entry.Tag()], line_count)
    [all...]
  /external/chromium_org/chrome/browser/feedback/
feedback_util.cc 241 const size_t line_count = std::count(content.begin(), content.end(), '\n'); local
242 if (line_count > kFeedbackMaxLineCount)
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 17 line_count = 0 variable
37 self._tags[entry.Tag()], line_count)
    [all...]
  /external/v8/src/
handles.cc 469 int line_count = line_ends.length(); local
470 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count);
471 for (int i = 0; i < line_count; i++) {
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.cc 553 int line_count = lines.size(); local
554 if (!too_narrow && line_count == 3 &&
557 ++line_count;
559 if (too_narrow || line_count > 3)
569 int line_count = lines.size(); local
572 ++line_count;
579 line_count * line_height + link_extra_height + insets.height());
    [all...]
  /external/chromium_org/v8/src/
handles.cc 462 int line_count = line_ends.length(); local
463 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count);
464 for (int i = 0; i < line_count; i++) {
    [all...]
  /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:__anon1882
  /hardware/qcom/camera/
QCamera_Intf.h 827 uint32_t line_count; member in struct:__anon33312
  /device/lge/mako/camera/
QCamera_Intf.h 850 uint32_t line_count; member in struct:__anon2248
    [all...]

Completed in 996 milliseconds