HomeSort by relevance Sort by last modified time
    Searched refs:lzma (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 36 #include <lzma.h>
248 u_char *bz2, *gz, *lzma; local
298 lzma = malloc(lzma_len);
308 lzma, &lzma_pos, lzma_len);
312 *buf = lzma;
315 free(lzma);
316 lzma = NULL;
319 free(lzma);
320 lzma = NULL;
goobspatch.c 36 #include <lzma.h>
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile 1 PROG = lzma.exe
  /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();
  /external/libpng/
CHANGES     [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]
  /external/libxml2/
xmlIO.c 39 #include <lzma.h>
    [all...]
parser.c 83 #include <lzma.h>
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 517 mandreel_result_lzma = LZMA.decompress2(mandreel_result_lzma.inStream,mandreel_result_lzma.inStream,mandreel_result_lzma.outStream,mandreel_result_lzma);
593 var result = LZMA.decompress2(inStream,inStream,outStream,null);
791 mandreel_fs_saveFile(mandreelAppMandreelJs + ".lzma", code);
819 mandreel_result_lzma = LZMA.decompress2(mandreel_result_lzma.inStream,mandreel_result_lzma.inStream,mandreel_result_lzma.outStream,mandreel_result_lzma);
842 var url = mandreelAppMandreelJs + ".lzma";
881 var result = LZMA.decompress2(inStream,inStream,outStream,null);
921 mandreel_fs_load_text(mandreelAppMandreelJs + ".lzma", mandreel_load_compressed_js);
    [all...]

Completed in 311 milliseconds