HomeSort by relevance Sort by last modified time
    Searched defs:ByteArrayPool (Results 1 - 3 of 3) sorted by null

  /frameworks/volley/src/com/android/volley/toolbox/
ByteArrayPool.java 26 * ByteArrayPool is a source and repository of <code>byte[]</code> objects. Its purpose is to
54 public class ByteArrayPool {
79 public ByteArrayPool(int sizeLimit) {
  /external/glide/library/src/main/java/com/bumptech/glide/util/
ByteArrayPool.java 8 public class ByteArrayPool {
9 private static final String TAG = "ByteArrayPool";
17 private static final ByteArrayPool BYTE_ARRAY_POOL = new ByteArrayPool();
19 public static ByteArrayPool get() {
23 private ByteArrayPool() { }
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
ByteArrayPool.java 22 public final class ByteArrayPool {
27 private final static ByteArrayPool sChunk16K = new ByteArrayPool(CHUNK16K, DEFAULT_MAX_NUM);
33 private ByteArrayPool(int chunkSize, int maxNum) {
42 public static ByteArrayPool get16KBPool() {

Completed in 206 milliseconds