Home
last modified time | relevance | path

Searched refs:dictDef (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.java136 …ByteBuffer dictDef = ByteBuffer.wrap(DICTIONARY.getBytes(UTF_8), DICTIONARY_OFFSET, DICTIONARY_LEN…
142 deflater.setDictionary(dictDef); in ByteReadByteWrite()
184 ByteBuffer dictDef = ByteBuffer.allocateDirect(DICTIONARY.length());
186 dictDef.put(DICTIONARY.getBytes(UTF_8));
188 dictDef.position(DICTIONARY_OFFSET);
189 dictDef.limit(DICTIONARY_LENGTH);
196 deflater.setDictionary(dictDef.slice());
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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.java136 …ByteBuffer dictDef = ByteBuffer.wrap(DICTIONARY.getBytes(UTF_8), DICTIONARY_OFFSET, DICTIONARY_LEN… in testHeapByteBuffer() local
142 deflater.setDictionary(dictDef); in testHeapByteBuffer()
184 ByteBuffer dictDef = ByteBuffer.allocateDirect(DICTIONARY.length()); in testByteBufferDirect() local
186 dictDef.put(DICTIONARY.getBytes(UTF_8)); in testByteBufferDirect()
188 dictDef.position(DICTIONARY_OFFSET); in testByteBufferDirect()
189 dictDef.limit(DICTIONARY_LENGTH); in testByteBufferDirect()
196 deflater.setDictionary(dictDef.slice()); in testByteBufferDirect()
H A DDeInflate.java182 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict() argument
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.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
186 def.setDictionary(dictDef); in checkDict()
232 ByteBuffer dictDef = ByteBuffer.wrap(dict); in checkDict() local
234 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()
236 dictDef = ByteBuffer.allocateDirect(dict.length); in checkDict()
238 dictDef.put(dict).flip(); in checkDict()
240 checkDict(def, inf, src, dstDef, dstInf, dictDef, dictInf); in checkDict()