Searched defs:MAX_VALUE (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/store/
H A DTestHugeRamFile.java25 /** Test huge RAMFile with more than Integer.MAX_VALUE bytes. */
28 private static final long MAX_VALUE = (long) 2 * (long) Integer.MAX_VALUE; field in class:TestHugeRamFile
38 if (capacity <= MAX_VALUE) {
53 /** Test huge RAMFile with more than Integer.MAX_VALUE bytes. (LUCENE-957) */
68 while (n <= MAX_VALUE - b1.length) {
74 //System.out.println("after writing b1's, length = "+out.length()+" (MAX_VALUE="+MAX_VALUE+")");
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/store/
H A DTestHugeRamFile.java25 /** Test huge RAMFile with more than Integer.MAX_VALUE bytes. */
28 private static final long MAX_VALUE = (long) 2 * (long) Integer.MAX_VALUE; field in class:TestHugeRamFile
38 if (capacity <= MAX_VALUE) {
53 /** Test huge RAMFile with more than Integer.MAX_VALUE bytes. (LUCENE-957) */
68 while (n <= MAX_VALUE - b1.length) {
74 //System.out.println("after writing b1's, length = "+out.length()+" (MAX_VALUE="+MAX_VALUE+")");

Completed in 9 milliseconds