Home
last modified time | relevance | path

Searched refs:dictInf (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/zip/
H A DDeflaterDictionaryTests.java137 …ByteBuffer dictInf = ByteBuffer.wrap(DICTIONARY.getBytes(UTF_8), DICTIONARY_OFFSET, DICTIONARY_LEN…
157 inflater.setDictionary(dictInf); in ByteReadByteWrite()
185 ByteBuffer dictInf = ByteBuffer.allocateDirect(DICTIONARY.length());
187 dictInf.put(DICTIONARY.getBytes(UTF_8));
190 dictInf.position(DICTIONARY_OFFSET);
191 dictInf.limit(DICTIONARY_LENGTH);
211 inflater.setDictionary(dictInf.slice());
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/zip/
H A DDeflaterDictionaryTests.java137 …ByteBuffer dictInf = ByteBuffer.wrap(DICTIONARY.getBytes(UTF_8), DICTIONARY_OFFSET, DICTIONARY_LEN… in testHeapByteBuffer() local
157 inflater.setDictionary(dictInf); in testHeapByteBuffer()
185 ByteBuffer dictInf = ByteBuffer.allocateDirect(DICTIONARY.length()); in testByteBufferDirect() local
187 dictInf.put(DICTIONARY.getBytes(UTF_8)); in testByteBufferDirect()
190 dictInf.position(DICTIONARY_OFFSET); in testByteBufferDirect()
191 dictInf.limit(DICTIONARY_LENGTH); in testByteBufferDirect()
211 inflater.setDictionary(dictInf.slice()); in testByteBufferDirect()
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/zip/
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/zip/
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/zip/
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/zip/
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
196 inf.setDictionary(dictInf); in checkDict()
233 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
237 dictInf = ByteBuffer.allocateDirect(dict.length); in checkDict()
239 dictInf.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()