/external/lzma/Java/Tukaani/ |
D | fileset-src.txt | 6 src/org/tukaani/xz/ARMOptions.java 7 src/org/tukaani/xz/ARMThumbOptions.java 8 src/org/tukaani/xz/BCJCoder.java 9 src/org/tukaani/xz/BCJDecoder.java 10 src/org/tukaani/xz/BCJEncoder.java 11 src/org/tukaani/xz/BCJOptions.java 12 src/org/tukaani/xz/BlockInputStream.java 13 src/org/tukaani/xz/BlockOutputStream.java 14 src/org/tukaani/xz/CorruptedInputException.java 15 src/org/tukaani/xz/CountingInputStream.java [all …]
|
D | build.xml | 12 <project name="XZ" default="jar"> 41 source="${sourcever}" packagenames="org.tukaani.xz" 42 windowtitle="XZ data compression" 60 <jar destfile="${jar_dir}/xz.jar" basedir="${classes_dir}" 61 includes="org/tukaani/xz/**"> 69 <attribute name="Bundle-SymbolicName" value="org.tukaani.xz"/> 71 <attribute name="Export-Package" value="org.tukaani.xz"/> 81 <attribute name="Class-Path" value="xz.jar"/> 89 <attribute name="Class-Path" value="xz.jar"/> 97 <attribute name="Class-Path" value="xz.jar"/> [all …]
|
/external/xz-embedded/ |
D | README | 2 XZ Embedded 5 XZ Embedded is a relatively small, limited implementation of the .xz 8 XZ Embedded was written for use in the Linux kernel, but the code can 13 of XZ Embedded isn't part of the Linux kernel tree. You should also 14 read linux/Documentation/xz.txt even if you aren't using XZ Embedded 26 cd linux/lib/xz 34 cd linux/lib/xz 51 XZ Embedded should compile as either GNU-C89 (used in the Linux 64 To embed the XZ decoder, copy the following files into a single 67 linux/include/linux/xz.h [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 54 // CHECK: call {{.*}} @"\01??0?$Class@VTypename@@@@QAE@XZ" in template_mangling() 55 // X64: call {{.*}} @"\01??0?$Class@VTypename@@@@QEAA@XZ" in template_mangling() 58 // CHECK: call {{.*}} @"\01??0?$Class@$$CBVTypename@@@@QAE@XZ" in template_mangling() 59 // X64: call {{.*}} @"\01??0?$Class@$$CBVTypename@@@@QEAA@XZ" in template_mangling() 61 // CHECK: call {{.*}} @"\01??0?$Class@$$CCVTypename@@@@QAE@XZ" in template_mangling() 62 // X64: call {{.*}} @"\01??0?$Class@$$CCVTypename@@@@QEAA@XZ" in template_mangling() 64 // CHECK: call {{.*}} @"\01??0?$Class@$$CDVTypename@@@@QAE@XZ" in template_mangling() 65 // X64: call {{.*}} @"\01??0?$Class@$$CDVTypename@@@@QEAA@XZ" in template_mangling() 68 // CHECK: call {{.*}} @"\01??0?$Class@V?$Nested@VTypename@@@@@@QAE@XZ" in template_mangling() 69 // X64: call {{.*}} @"\01??0?$Class@V?$Nested@VTypename@@@@@@QEAA@XZ" in template_mangling() [all …]
|
D | mangle-ms-return-qualifiers.cpp | 57 // CHECK: "\01?c1@@YA?AVA@@XZ" 60 // CHECK: "\01?c2@@YA?BVA@@XZ" 63 // CHECK: "\01?c3@@YA?CVA@@XZ" 66 // CHECK: "\01?c4@@YA?DVA@@XZ" 69 // CHECK: "\01?c5@@YAPBVA@@XZ" 72 // CHECK: "\01?c6@@YAPCVA@@XZ" 75 // CHECK: "\01?c7@@YAPDVA@@XZ" 78 // CHECK: "\01?c8@@YAAAVA@@XZ" 81 // CHECK: "\01?c9@@YAABVA@@XZ" 84 // CHECK: "\01?c10@@YAACVA@@XZ" [all …]
|
D | microsoft-abi-eh-cleanups.cpp | 21 // WIN32: call void @"\01?getA@@YA?AUA@@XZ"(%struct.A* sret %{{.*}}) 23 // WIN32: invoke void @"\01?getA@@YA?AUA@@XZ"(%struct.A* sret %{{.*}}) 31 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}}) 32 // WIN32-NOT: @"\01??1A@@QAE@XZ" 45 // WIN32: call x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ" 48 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %[[arg1]]) 52 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ" 54 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ" 59 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}}) 60 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}}) [all …]
|
D | microsoft-abi-thread-safe-statics.cpp | 9 // CHECK-DAG: @"\01?s@?1??f@@YAAAUS@@XZ@4U2@A" = linkonce_odr thread_local global %struct.S zeroini… 10 // CHECK-DAG: @"\01??__J?1??f@@YAAAUS@@XZ@51" = linkonce_odr thread_local global i32 0 11 // CHECK-DAG: @"\01?s@?1??g@@YAAAUS@@XZ@4U2@A" = linkonce_odr global %struct.S zeroinitializer 12 // CHECK-DAG: @"\01?$TSS0@?1??g@@YAAAUS@@XZ@4HA" = linkonce_odr global i32 0 21 // CHECK-LABEL: define {{.*}} @"\01?f@@YAAAUS@@XZ"() 25 // CHECK: %[[guard:.*]] = load i32, i32* @"\01??__J?1??f@@YAAAUS@@XZ@51" in f() 32 // CHECK-NEXT: store i32 %[[or]], i32* @"\01??__J?1??f@@YAAAUS@@XZ@51" in f() 33 // CHECK-NEXT: invoke {{.*}} @"\01??0S@@QAE@XZ"(%struct.S* @"\01?s@?1??f@@YAAAUS@@XZ@4U2@A") in f() 37 // CHECK-NEXT: call i32 @__tlregdtor(void ()* @"\01??__Fs@?1??f@@YAAAUS@@XZ@YAXXZ") in f() 41 // CHECK-NEXT: ret %struct.S* @"\01?s@?1??f@@YAAAUS@@XZ@4U2@A" in f() [all …]
|
D | microsoft-abi-sret-and-byval.cpp | 77 // WIN32: define i32 @"\01?small_return@@YA?AUSmall@@XZ"() 78 // WIN64: define i32 @"\01?small_return@@YA?AUSmall@@XZ"() 82 // WIN32: define i64 @"\01?medium_return@@YA?AUMedium@@XZ"() 83 // WIN64: define i64 @"\01?medium_return@@YA?AUMedium@@XZ"() 88 // WIN32: define void @"\01?small_non_pod_return@@YA?AUSmallCpp11NotCpp03Pod@@XZ"(%struct.SmallCpp1… 89 // WIN64: define void @"\01?small_non_pod_return@@YA?AUSmallCpp11NotCpp03Pod@@XZ"(%struct.SmallCpp1… 93 // WIN32: define void @"\01?small_with_ctor_return@@YA?AUSmallWithCtor@@XZ"(%struct.SmallWithCtor* … 94 // WIN64: define void @"\01?small_with_ctor_return@@YA?AUSmallWithCtor@@XZ"(%struct.SmallWithCtor* … 98 // WIN32: define void @"\01?small_with_vftable_return@@YA?AUSmallWithVftable@@XZ"(%struct.SmallWith… 99 // WIN64: define void @"\01?small_with_vftable_return@@YA?AUSmallWithVftable@@XZ"(%struct.SmallWith… [all …]
|
D | microsoft-abi-thunks.cpp | 34 // MANGLING-DAG: declare {{.*}} @"\01??1C@@UAE@XZ"({{.*}}) 37 // MANGLING-X64-DAG: declare {{.*}} @"\01??1C@@UEAA@XZ"({{.*}}) 86 // MANGLING-DAG: @"\01?goo@E@@UAEPAUC@@XZ" 87 // MANGLING-DAG: @"\01?goo@E@@QAEPAUB@@XZ" 88 // MANGLING-X64-DAG: @"\01?goo@E@@UEAAPEAUC@@XZ" 89 // MANGLING-X64-DAG: @"\01?goo@E@@QEAAPEAUB@@XZ" 94 // CODEGEN-LABEL: define weak_odr x86_thiscallcc %struct.C* @"\01?goo@E@@QAEPAUB@@XZ"{{.*}} comdat 95 // CODEGEN: call x86_thiscallcc %struct.C* @"\01?goo@E@@UAEPAUC@@XZ" 110 // MANGLING-DAG: @"\01?goo@H@@UAEPAUG@@XZ" 111 // MANGLING-DAG: @"\01?goo@H@@QAEPAUB@@XZ" [all …]
|
D | microsoft-abi-vtables-return-thunks.cpp | 30 // GLOBALS: @"\01?foo@J@test1@@QAEPAUB@2@XZ" 31 // GLOBALS: @"\01?foo@J@test1@@QAEPAUC@2@XZ" 32 // GLOBALS: @"\01?foo@J@test1@@UAEPAUD@2@XZ" 48 // GLOBALS: @"\01?foo@K@test1@@QAEPAUB@2@XZ" 49 // GLOBALS: @"\01?foo@K@test1@@QAEPAUC@2@XZ" 50 // GLOBALS: @"\01?foo@K@test1@@QAEPAUD@2@XZ" 51 // GLOBALS: @"\01?foo@K@test1@@UAEPAUE@2@XZ" 54 // CODEGEN-LABEL: define {{.*}} @"\01?foo@K@test1@@QAEPAUB@2@XZ" 55 // CODEGEN: call {{.*}} @"\01?foo@K@test1@@UAEPAUE@2@XZ" 61 // CODEGEN-LABEL: define {{.*}} @"\01?foo@K@test1@@QAEPAUC@2@XZ" [all …]
|
/external/xz-embedded/linux/Documentation/ |
D | xz.txt | 2 XZ data compression in Linux 7 XZ is a general purpose data compression format with high compression 13 The XZ decompressor in Linux is called XZ Embedded. It supports 15 for integrity checking. The home page of XZ Embedded is at 16 <http://tukaani.org/xz/embedded.html>, where you can find the 20 For userspace, XZ Utils provide a zlib-like compression library 21 and a gzip-like command line tool. XZ Utils can be downloaded from 22 <http://tukaani.org/xz/>. 24 XZ related components in the kernel 26 The xz_dec module provides XZ decompressor with single-call (buffer [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | SingleXZInputStream.java | 10 package org.tukaani.xz; 16 import org.tukaani.xz.common.DecoderUtil; 17 import org.tukaani.xz.common.StreamFlags; 18 import org.tukaani.xz.index.IndexHash; 19 import org.tukaani.xz.check.Check; 22 * Decompresses exactly one XZ Stream in streamed mode (no seeking). 23 * The decompression stops after the first XZ Stream has been decompressed, 25 * after the end of the XZ Stream. This can be useful when XZ data has 29 * standalone .xz files. For that purpose, use <code>XZInputStream</code>. 33 * If you are decompressing complete XZ streams and your application knows [all …]
|
D | SeekableXZInputStream.java | 10 package org.tukaani.xz; 17 import org.tukaani.xz.common.DecoderUtil; 18 import org.tukaani.xz.common.StreamFlags; 19 import org.tukaani.xz.check.Check; 20 import org.tukaani.xz.index.IndexDecoder; 21 import org.tukaani.xz.index.BlockInfo; 24 * Decompresses a .xz file in random access mode. 25 * This supports decompressing concatenated .xz files. 27 * Each .xz file consist of one or more Streams. Each Stream consist of zero 30 * class. A typical .xz file has only one Stream, and parsing its Index will [all …]
|
D | XZOutputStream.java | 10 package org.tukaani.xz; 14 import org.tukaani.xz.common.EncoderUtil; 15 import org.tukaani.xz.common.StreamFlags; 16 import org.tukaani.xz.check.Check; 17 import org.tukaani.xz.index.IndexEncoder; 20 * Compresses into the .xz file format. 27 * FileOutputStream outfile = new FileOutputStream("foo.xz"); 35 * XZ.CHECK_SHA256); 76 * Creates a new XZ compressor using one filter and CRC64 as 94 this(out, filterOptions, XZ.CHECK_CRC64); in XZOutputStream() [all …]
|
D | package-info.java | 2 * XZ data compression support. 6 * This aims to be a complete implementation of XZ data compression 9 * <li>Full support for the .xz file format specification version 1.0.4</li> 12 * <li>Raw streams (no .xz headers) for advanced users, including LZMA2 19 * <a href="http://tukaani.org/xz/java.html">home page of XZ for Java</a>. 23 * Start by reading the documentation of {@link org.tukaani.xz.XZOutputStream} 24 * and {@link org.tukaani.xz.XZInputStream}. 25 * If you use XZ inside another file format or protocol, 26 * see also {@link org.tukaani.xz.SingleXZInputStream}. 30 * XZ for Java has been put into the public domain, thus you can do [all …]
|
D | XZInputStream.java | 10 package org.tukaani.xz; 16 import org.tukaani.xz.common.DecoderUtil; 19 * Decompresses a .xz file in streamed mode (no seeking). 21 * Use this to decompress regular standalone .xz files. This reads from 23 * This supports decompressing concatenated .xz files. 27 * Getting an input stream to decompress a .xz file: 29 * InputStream infile = new FileInputStream("foo.xz"); 46 * InputStream infile = new FileInputStream("foo.xz"); 74 * Creates a new XZ decompressor without a memory usage limit. 76 * This constructor reads and parses the XZ Stream Header (12 bytes) [all …]
|
D | XZ.java | 2 * XZ 10 package org.tukaani.xz; 13 * XZ constants. 15 public class XZ { class 17 * XZ Header Magic Bytes begin a XZ file. 18 * This can be useful to detect XZ compressed data. 24 * XZ Footer Magic Bytes are the last bytes of a XZ Stream. 52 private XZ() {} in XZ() method in XZ
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/common/ |
D | DecoderUtil.java | 10 package org.tukaani.xz.common; 16 import org.tukaani.xz.XZ; 17 import org.tukaani.xz.XZFormatException; 18 import org.tukaani.xz.CorruptedInputException; 19 import org.tukaani.xz.UnsupportedOptionsException; 37 for (int i = 0; i < XZ.HEADER_MAGIC.length; ++i) in decodeStreamHeader() 38 if (buf[i] != XZ.HEADER_MAGIC[i]) in decodeStreamHeader() 41 if (!isCRC32Valid(buf, XZ.HEADER_MAGIC.length, 2, in decodeStreamHeader() 42 XZ.HEADER_MAGIC.length + 2)) in decodeStreamHeader() 43 throw new CorruptedInputException("XZ Stream Header is corrupt"); in decodeStreamHeader() [all …]
|
/external/toybox/tests/ |
D | xzcat.test | 10 tar -cJf file.xz file 13 $xzcatExe file.xz > xzcatOut 14 testing "- decompresses a single file" "xzcat file.xz > Tempfile && echo "yes"; diff Tempfile xzcat… 20 tar -cJf file1.xz file1 21 tar -cJf file2.xz file2 22 tar -cJf file3.xz file3 25 $xzcatExe file1.xz file2.xz file3.xz > xzcatOut 26 testing "- decompresses multiple files" "xzcat file1.xz file2.xz file3.xz > Tempfile && echo "yes" …
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 56f73bf19909015141c99a2ce1ccd605.0001e275.honggfuzz.cov | 162 #��b�t-���@FhX��xZX;��3j��\PA4�8,�VI�)Ĥ7hܷmh*¤q���+��6*��Ӆ^�2R*a�82P �� y�H�xJ\O�… 201 ….E���m���-Է���|�&����1����k�H֟�?�Wa u����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�N… 203 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 205 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 207 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 209 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 211 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 213 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 215 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 217 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 56f73bf19909015141c99a2ce1ccd605.0001e275.honggfuzz.cov | 162 #��b�t-���@FhX��xZX;��3j��\PA4�8,�VI�)Ĥ7hܷmh*¤q���+��6*��Ӆ^�2R*a�82P �� y�H�xJ\O�… 201 ….E���m���-Է���|�&����1����k�H֟�?�Wa u����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�N… 203 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 205 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 207 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 209 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 211 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 213 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 215 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… 217 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��… [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/ |
D | IndexHash.java | 10 package org.tukaani.xz.index; 18 import org.tukaani.xz.common.DecoderUtil; 19 import org.tukaani.xz.XZIOException; 20 import org.tukaani.xz.CorruptedInputException; 23 private org.tukaani.xz.check.Check hash; 29 hash = new org.tukaani.xz.check.SHA256(); in IndexHash() 31 hash = new org.tukaani.xz.check.CRC32(); in IndexHash() 55 throw new CorruptedInputException("XZ Index is corrupt"); in validate() 67 throw new CorruptedInputException("XZ Index is corrupt"); in validate() 73 throw new CorruptedInputException("XZ Index is corrupt"); in validate() [all …]
|
D | IndexDecoder.java | 10 package org.tukaani.xz.index; 15 import org.tukaani.xz.common.DecoderUtil; 16 import org.tukaani.xz.common.StreamFlags; 17 import org.tukaani.xz.SeekableInputStream; 18 import org.tukaani.xz.CorruptedInputException; 19 import org.tukaani.xz.MemoryLimitException; 20 import org.tukaani.xz.UnsupportedOptionsException; 32 // SeekableXZInputStream to find out the largest Block of the .xz file. 35 // Offsets relative to the beginning of the .xz file. These are all zero 44 super(new CorruptedInputException("XZ Index is corrupt")); in IndexDecoder() [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/ |
D | Check.java | 10 package org.tukaani.xz.check; 12 import org.tukaani.xz.XZ; 13 import org.tukaani.xz.UnsupportedOptionsException; 37 case XZ.CHECK_NONE: in getInstance() 40 case XZ.CHECK_CRC32: in getInstance() 43 case XZ.CHECK_CRC64: in getInstance() 46 case XZ.CHECK_SHA256: in getInstance()
|
/external/xz-embedded/linux/lib/xz/ |
D | Kconfig | 2 tristate "XZ decompression support" 6 the .xz file format as the container. For integrity checking, 7 CRC32 is supported. See Documentation/xz.txt for more information. 48 tristate "XZ decompressor tester" 52 This allows passing .xz files to the in-kernel XZ decoder via 56 Unless you are developing the XZ decoder, you don't need this
|