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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCreatedFontTracker.java39 public static final int MAX_FILE_SIZE = 32 * 1024 * 1024; field in class:CreatedFontTracker
40 public static final int MAX_TOTAL_BYTES = 10 * MAX_FILE_SIZE;
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfers.java409 private static final int MAX_FILE_SIZE = MAX_XFER_SIZE << 1; field in class:Transfers
427 writeZeroBytes(fc, 0, MAX_FILE_SIZE);
446 checkZeroBytes(fc, 0, MAX_FILE_SIZE);
458 writeZeroBytes(fc, 0, MAX_FILE_SIZE);
479 checkZeroBytes(fc, 0, MAX_FILE_SIZE);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java940 if (totalSize+bytesRead > tracker.MAX_FILE_SIZE) {

Completed in 29 milliseconds