/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/linux-tools-perf/util/ |
annotate.h | 98 bool full_paths, int min_pcnt, int max_lines, 106 int max_lines);
|
annotate.c | 114 int printed, int max_lines, 151 if (max_lines && printed >= max_lines) 182 } else if (max_lines && printed >= max_lines) 506 bool full_paths, int min_pcnt, int max_lines, 537 printed, max_lines, queue)) { 547 /* filtered by max_lines */ 606 int max_lines) 632 min_pcnt, max_lines, 0) [all...] |
/external/chromium_org/ui/views/corewm/ |
tooltip_aura_unittest.cc | 29 int max_lines = 10; // copied from constants in tooltip_controller.cc local 49 // More than |max_lines| lines should get truncated at 10 lines. 57 EXPECT_EQ(max_lines, line_count);
|
/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/valgrind/main/nightly/bin/ |
nightly | 244 MAX_LINES=100 253 if [ `wc -l < $i` -le $MAX_LINES ] ; then 256 head -n $MAX_LINES $i >> diffs 257 echo "<truncated beyond $MAX_LINES lines>" >> diffs
|
/external/chromium/third_party/libjingle/source/talk/base/ |
logging.cc | 460 const int max_lines = size / kMaxLogLineSize + 1; local 461 if (max_lines == 1) { 469 line + 1, max_lines,
|
/external/chromium_org/ui/message_center/views/ |
bounded_label.cc | 133 int max_lines = std::numeric_limits<int>::max() / line_height - 1; local 134 lines = std::min(lines, max_lines);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
logging.cc | 480 const int max_lines = size / kMaxLogLineSize + 1; local 481 if (max_lines == 1) { 489 line + 1, max_lines,
|
/system/core/liblog/ |
fake_log_device.c | 447 const size_t MAX_LINES = ((size_t)~0)/(3*sizeof(struct iovec*)); 452 if (numLines > MAX_LINES) 453 numLines = MAX_LINES;
|
/external/grub/stage2/ |
char_io.c | 86 int max_lines = 24; variable 1041 if (count_lines >= max_lines - 2)
|
shared.h | 613 extern int max_lines;
|
builtins.c | [all...] |
/prebuilts/sdk/tools/linux/ |
zipalign | |
/external/grub/ |
ChangeLog | [all...] |