Searched refs:emptyArray (Results 1 – 2 of 2) sorted by relevance
48 private final Object emptyArray; field in Wrapper53 …private Wrapper(Class<?> wtype, Class<?> ptype, char tchar, Object zero, Object emptyArray, int fo… in Wrapper() argument58 this.emptyArray = emptyArray; in Wrapper()585 return emptyArray.getClass(); in arrayType()
295 byte emptyArray[] = new byte[11]; in test_inflate$B()298 defEmpty.setInput(emptyArray); in test_inflate$B()311 emptyArray.length, defEmpty.getTotalIn()); in test_inflate$B()325 for (int i = 0; i < emptyArray.length; i++) { in test_inflate$B()328 emptyArray[i], outPutInf[i]); in test_inflate$B()333 0, outPutInf[emptyArray.length]); in test_inflate$B()