HomeSort by relevance Sort by last modified time
    Searched full:max_lines (Results 1 - 24 of 24) sorted by null

  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java 16 private static final int MAX_LINES = 1000; // just in case we miss the end of the section.
35 if (line.startsWith(SECTION_HEADER) || (numLines > MAX_LINES)) {
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdapistd.c 149 * an oversize buffer (max_lines > scanlines remaining) is not an error.
154 JDIMENSION max_lines)
175 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, max_lines);
188 JDIMENSION max_lines)
208 if (max_lines < lines_per_iMCU_row)
jpeglib.h     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 144 int min_pcnt, int max_lines, int context);
151 bool full_paths, int min_pcnt, int max_lines);
annotate.c 642 int max_lines, struct disasm_line *queue)
682 if (max_lines && printed >= max_lines)
723 } else if (max_lines && printed >= max_lines)
1216 int min_pcnt, int max_lines, int context)
1260 min_pcnt, printed, max_lines,
1271 /* filtered by max_lines */
1356 bool full_paths, int min_pcnt, int max_lines)
1375 min_pcnt, max_lines, 0)
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_aura_unittest.cc 28 int max_lines = 10; // copied from constants in tooltip_controller.cc local
50 // More than |max_lines| lines should get truncated at 10 lines.
60 EXPECT_EQ(max_lines, line_count);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
scripts.c 15 #define MAX_LINES 2048
130 buf = zalloc((sizeof(*sline)) * MAX_LINES);
168 if (nr_entries++ >= MAX_LINES - 1)
  /external/jpeg/
jdapistd.c 174 * an oversize buffer (max_lines > scanlines remaining) is not an error.
179 JDIMENSION max_lines)
199 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, max_lines);
308 JDIMENSION max_lines)
328 if (max_lines < lines_per_iMCU_row)
jpeglib.h     [all...]
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 174 * an oversize buffer (max_lines > scanlines remaining) is not an error.
179 JDIMENSION max_lines)
199 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, max_lines);
308 JDIMENSION max_lines)
328 if (max_lines < lines_per_iMCU_row)
jpeglib.h     [all...]
  /external/chromium_org/third_party/webrtc/base/
logging.cc 466 const int max_lines = size / kMaxLogLineSize + 1; local
467 if (max_lines == 1) {
475 line + 1, max_lines,
  /external/chromium_org/ui/message_center/views/
bounded_label.cc 139 int max_lines = std::numeric_limits<int>::max() / line_height - 1; local
140 lines = std::min(lines, max_lines);
  /external/valgrind/main/nightly/bin/
nightly 283 MAX_LINES=100
292 if [ `wc -l < $i` -le $MAX_LINES ] ; then
295 head -n $MAX_LINES $i >> diffs
296 echo "<truncated beyond $MAX_LINES lines>" >> diffs
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.cc 483 const int max_lines = size / kMaxLogLineSize + 1; local
484 if (max_lines == 1) {
492 line + 1, max_lines,
  /system/core/liblog/
fake_log_device.c 453 const size_t MAX_LINES = ((size_t)~0)/(3*sizeof(struct iovec*));
458 if (numLines > MAX_LINES)
459 numLines = MAX_LINES;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 112 #define MAX_LINES 80
camera_test_menu.cpp     [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h     [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
aapt 
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 5046 milliseconds