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

  /external/volley/src/main/java/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 10 public final class ByteArrayPool {
11 private static final String TAG = "ByteArrayPool";
19 private static final ByteArrayPool BYTE_ARRAY_POOL = new ByteArrayPool();
24 public static ByteArrayPool get() {
28 private ByteArrayPool() { }
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
ByteArrayPool.java 24 public final class ByteArrayPool {
29 private final static ByteArrayPool sChunk16K = new ByteArrayPool(CHUNK16K, DEFAULT_MAX_NUM);
35 private ByteArrayPool(int chunkSize, int maxNum) {
44 public static ByteArrayPool get16KBPool() {
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 143 milliseconds