Home
last modified time | relevance | path

Searched defs:dictInf (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/zip/
DDeflaterDictionaryTests.java139 …ByteBuffer dictInf = ByteBuffer.wrap(DICTIONARY.getBytes(UTF_8), DICTIONARY_OFFSET, DICTIONARY_LEN… in testHeapByteBuffer() local
187 ByteBuffer dictInf = ByteBuffer.allocateDirect(DICTIONARY.length()); in testByteBufferDirect() local
DDeInflate.java212 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict()
263 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local