HomeSort by relevance Sort by last modified time
    Searched defs:MAX_LINES (Results 1 - 7 of 7) 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/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)
  /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
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 349 milliseconds