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/bluetooth/glib/gio/tests/
data-input-stream.c 28 #define MAX_LINES 0xFFF
48 const char* lines[MAX_LINES];
53 for (i = 0; i < MAX_LINES; i++)
73 for (i = 0; i < MAX_LINES; i++)
95 g_assert_cmpint (line, ==, MAX_LINES);
data-output-stream.c 28 #define MAX_LINES 0xFFF
49 lines = g_malloc0 ((strlen (TEST_STRING) + strlen (endl[newline_type])) * MAX_LINES + 1);
57 for (i = 0; i < MAX_LINES; i++)
  /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;

Completed in 139 milliseconds