/external/elfutils/libdwfl/ |
lzma.c | 3 #define LZMA
|
Makefile.am | 77 if LZMA 78 libdwfl_a_SOURCES += lzma.c
|
gzip.c | 34 #ifdef LZMA 36 # include <lzma.h> 40 # define MAGIC2 "\x5d\0" /* Raw LZMA format. */
|
libdwflP.h | 62 DWFL_ERROR (LZMA, N_("LZMA decompression failed")) \
|
/external/lzma/CPP/7zip/Compress/ |
LzmaRegister.cpp | 18 { CreateCodec, CreateCodecOut, 0x030101, L"LZMA", 1, false };
20 REGISTER_CODEC(LZMA)
|
/external/lzma/C/Util/LzmaLib/ |
makefile | 3 PROG = LZMA.dll
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Base.java | 3 package SevenZip.Compression.LZMA;
|
Decoder.java | 1 package SevenZip.Compression.LZMA;
4 import SevenZip.Compression.LZMA.Base;
|
Encoder.java | 1 package SevenZip.Compression.LZMA;
4 import SevenZip.Compression.LZMA.Base;
[all...] |
/external/lzma/CS/7zip/ |
ICoder.cs | 101 /// Specifies number of postion state bits for LZMA (0 <= x <= 4).
105 /// Specifies number of literal context bits for LZMA (0 <= x <= 8).
109 /// Specifies number of literal position bits for LZMA (0 <= x <= 4).
117 /// Specifies match finder. LZMA: "BT2", "BT4" or "BT4B".
|
/external/lzma/Java/SevenZip/ |
LzmaAlone.java | 148 "\nUsage: LZMA <e|d> [<switches>...] inputFile outputFile\n" +
203 SevenZip.Compression.LZMA.Encoder encoder = new SevenZip.Compression.LZMA.Encoder();
230 throw new Exception("input .lzma file is too short");
231 SevenZip.Compression.LZMA.Decoder decoder = new SevenZip.Compression.LZMA.Decoder();
|
LzmaBench.java | 303 SevenZip.Compression.LZMA.Encoder encoder = new SevenZip.Compression.LZMA.Encoder();
304 SevenZip.Compression.LZMA.Decoder decoder = new SevenZip.Compression.LZMA.Decoder();
|
/external/squashfs-tools/squashfs-tools/ |
Makefile | 15 # Obviously, you must select at least one of the available gzip, lzma, lzo 57 ########### Building LZMA support ############# 64 # Both XZ Utils liblzma (http://tukaani.org/xz/) and LZMA SDK 70 # To build using the LZMA SDK (4.65 used in development, other versions may 76 #LZMA_DIR = ../../../../LZMA/lzma465 141 COMPRESSORS += lzma 149 COMPRESSORS += lzma 212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 81 System.Console.WriteLine("\nUsage: LZMA <e|d> [<switches>...] inputFile outputFile\n" +
295 Compression.LZMA.Encoder encoder = new Compression.LZMA.Encoder();
325 throw (new Exception("input .lzma is too short"));
326 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder();
|
LzmaBench.cs | 9 /// LZMA Benchmark
252 Compression.LZMA.Encoder encoder = new Compression.LZMA.Encoder();
253 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder();
|
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaBase.cs | 3 namespace SevenZip.Compression.LZMA
|
LzmaDecoder.cs | 5 namespace SevenZip.Compression.LZMA
|
LzmaEncoder.cs | 5 namespace SevenZip.Compression.LZMA
[all...] |
/external/libxml2/ |
xzlib.c | 2 * xzlib.c: front end for the transparent suport of lzma compression 3 * at the I/O layer, based on an example file from lzma project 38 #include <lzma.h> 45 #define LOOK 0 /* look for a gzip/lzma header */ 48 #define LZMA 3 /* decompress a lzma stream */ 50 /* internal lzma file state data structure */ 52 int mode; /* see lzma modes above */ 63 uint64_t start; /* where the lzma data started, for rewinding */ 66 int direct; /* true if last read direct, false if lzma */ [all...] |
/external/elfutils/tests/ |
Makefile.am | 143 if LZMA
|
/prebuilts/devtools/tools/lib/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/ |
commons-compress-1.9.jar | |
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |