Searched refs:MAXFILEREAD (Results 1 - 3 of 3) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DContext.java51 static final int MAXFILEREAD = 1024 * 1024; field in class:Context
80 buffer = new char[MAXFILEREAD];
212 if (charsRead == MAXFILEREAD) {
H A DPlainLineTokenizer.lex315 // Context.MAXFILEREAD (which means that the file has probably
319 (endOfBuffer && (yychar + yylength()) == Context.MAXFILEREAD))) {
/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java227 char[] chars = new char[Context.MAXFILEREAD];
231 chars, Context.MAXFILEREAD - substring.length,
253 // Context.MAXFILEREAD.
256 while (sb.length() <= Context.MAXFILEREAD) {

Completed in 9 milliseconds