HomeSort by relevance Sort by last modified time
    Searched refs:lz4 (Results 26 - 37 of 37) sorted by null

12

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
BlockLZ4CompressorOutputStream.java 19 package org.apache.commons.compress.compressors.lz4;
34 * CompressorOutputStream for the LZ4 block format.
36 * @see <a href="http://lz4.github.io/lz4/lz4_Block_format.html">LZ4 Block Format Description</a>
47 The LZ4 block format has a few properties that make it less
92 * Creates a new LZ4 output stream.
104 * Creates a new LZ4 output stream.
408 * Returns a builder correctly configured for the LZ4 algorithm.
409 * @return a builder correctly configured for the LZ4 algorith
    [all...]
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
FramedLZ4CompressorInputStreamTest.java 19 package org.apache.commons.compress.compressors.lz4;
44 final File input = getFile("bla.tar.lz4");
55 try (InputStream a = new FramedLZ4CompressorInputStream(new FileInputStream(getFile("bla.tar.lz4")));
67 new FileInputStream(getFile("bla.tar.lz4")));
78 .createCompressorInputStream(new BufferedInputStream(new FileInputStream(getFile("bla.tar.lz4"))));
88 try (InputStream a = new FramedLZ4CompressorInputStream(new FileInputStream(getFile("bla.tar.lz4")), true);
130 new FileInputStream(getFile("bla.tar.lz4")),
174 try (InputStream a = new FramedLZ4CompressorInputStream(new FileInputStream(getFile("bla.dump.lz4")));
597 final File input = getFile("bla.tar.lz4");
610 final File input = getFile("bla.tar.lz4");
    [all...]
  /device/google/marlin/
device-common.mk 25 LOCAL_KERNEL := device/google/marlin-kernel/Image.lz4-dtb
  /build/soong/dexpreopt/
dexpreopt.go 463 FlagWithArg("--image-format=", "lz4")
  /device/google/wahoo/
device.mk 73 LOCAL_KERNEL := device/google/wahoo-kernel/Image.lz4-dtb
init.hardware.rc 167 write /sys/block/zram0/comp_algorithm lz4
  /device/google/bonito/
device.mk 71 LOCAL_KERNEL := device/google/bonito-kernel/Image.lz4
    [all...]
init.hardware.rc 130 write /sys/block/zram0/comp_algorithm lz4
  /device/google/crosshatch/
device.mk 71 LOCAL_KERNEL := device/google/crosshatch-kernel/Image.lz4
    [all...]
init.hardware.rc 209 write /sys/block/zram0/comp_algorithm lz4
    [all...]
  /build/make/core/
Makefile     [all...]
  /art/dex2oat/linker/
image_writer.cc 19 #include <lz4.h>
    [all...]

Completed in 933 milliseconds

12