HomeSort by relevance Sort by last modified time
    Searched refs:MAX_LINES (Results 1 - 4 of 4) 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/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
  /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;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 107 milliseconds