Searched refs:SetDictionarySize (Results 1 - 8 of 8) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
H A DLzma.java67 if (!encoder.SetDictionarySize(params.DictionarySize)) throw new RuntimeException("Incorrect dictionary size");
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java154 boolean SetDictionarySize(int dictionarySize) method in class:Decoder
327 return SetDictionarySize(dictionarySize);
H A DEncoder.java1363 public boolean SetDictionarySize(int dictionarySize) method in class:Encoder
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
H A DDecoder.java150 boolean SetDictionarySize (int dictionarySize) { method in class:Decoder
290 return SetDictionarySize(dictionarySize);
H A DEncoder.java1198 public boolean SetDictionarySize (int dictionarySize) { method in class:Encoder
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs167 void SetDictionarySize(uint dictionarySize) method in class:SevenZip.Compression.LZMA.Decoder
362 SetDictionarySize(dictionarySize);
/external/lzma/Java/SevenZip/
H A DLzmaAlone.java206 if (!encoder.SetDictionarySize(params.DictionarySize))
H A DLzmaBench.java306 if (!encoder.SetDictionarySize(dictionarySize))

Completed in 127 milliseconds