HomeSort by relevance Sort by last modified time
    Searched refs:line_count (Results 1 - 9 of 9) 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) {
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
scanner.rb 102 line_count = ARGV[0].to_i || 100
112 puts "# RUN #{run} (line-count: #{line_count})"
115 choice = rand(line_count).to_i
127 (width, offset, lines) = seq_combo_creator(line_count, width, offset)
140 (width, offsets, lines) = combine_combo_creator(line_count, width, offsets)
  /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/chrome/browser/
bug_report_util.cc 241 size_t line_count = 0;
245 line_count++;
246 if (line_count > kMaxLineCount)
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/chromium/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/srec/tools/grxmlcompile/
grxmlcompile.cpp 129 int line_count = 0; local
132 if(line_count++ == line_num) break;
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h 850 uint32_t line_count; member in struct:__anon1808
    [all...]

Completed in 782 milliseconds