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

/packages/apps/LegacyCamera/src/com/android/camera/
H A DThumbnail.java48 private static final int BUFSIZE = 4096; field in class:Thumbnail
110 b = new BufferedOutputStream(f, BUFSIZE);
136 b = new BufferedInputStream(f, BUFSIZE);
H A DStorage.java50 private static final int BUFSIZE = 4096; field in class:Storage
/packages/apps/TV/usbtuner/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeDecompressor.java36 * final static int BUFSIZE = 512;
37 * char [] charBuffer = new char [ BUFSIZE ];
47 * charBuffer, 0, BUFSIZE);
88 private final static int BUFSIZE = 3; field in class:UnicodeDecompressor
91 private byte [] fBuffer = new byte [BUFSIZE];
194 if(fBufferLength != BUFSIZE) {

Completed in 33 milliseconds