Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java48 private final Object emptyArray; field in Wrapper
53 …private Wrapper(Class<?> wtype, Class<?> ptype, char tchar, Object zero, Object emptyArray, int fo… in Wrapper() argument
58 this.emptyArray = emptyArray; in Wrapper()
585 return emptyArray.getClass(); in arrayType()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterTest.java296 byte emptyArray[] = new byte[11]; in test_inflate$B()
299 defEmpty.setInput(emptyArray); in test_inflate$B()
312 emptyArray.length, defEmpty.getTotalIn()); in test_inflate$B()
326 for (int i = 0; i < emptyArray.length; i++) { in test_inflate$B()
329 emptyArray[i], outPutInf[i]); in test_inflate$B()
334 0, outPutInf[emptyArray.length]); in test_inflate$B()