Home
last modified time | relevance | path

Searched refs:fillWithZeros (Results 1 – 3 of 3) sorted by relevance

/external/xz-java/src/org/tukaani/xz/
DResettableArrayCache.java46 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() argument
47 byte[] array = arrayCache.getByteArray(size, fillWithZeros); in getByteArray()
72 public int[] getIntArray(int size, boolean fillWithZeros) { in getIntArray() argument
73 int[] array = arrayCache.getIntArray(size, fillWithZeros); in getIntArray()
DBasicArrayCache.java237 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() argument
242 else if (fillWithZeros) in getByteArray()
261 public int[] getIntArray(int size, boolean fillWithZeros) { in getIntArray() argument
266 else if (fillWithZeros) in getIntArray()
DArrayCache.java134 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() argument
161 public int[] getIntArray(int size, boolean fillWithZeros) { in getIntArray() argument