OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_LINES
(Results
1 - 3
of
3
) 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
)) {
/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 31 milliseconds