Home
last modified time | relevance | path

Searched full:bz2 (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/external/elfutils/tests/
DMakefile.am200 run-next-files.sh run-next-lines.sh testfile-only-debug-line.bz2 \
204 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
205 testfile5.bz2 testfile6.bz2 testfile7.bz2 testfile8.bz2 \
206 testfile9.bz2 testfile10.bz2 testfile11.bz2 testfile12.bz2 \
207 testfile13.bz2 run-strip-test3.sh run-allfcts.sh \
208 testfile_class_func.bz2 testfile_nested_funcs.bz2 \
209 run-line2addr.sh run-elflint-test.sh testfile14.bz2 \
215 run-annobingroup.sh testfile-annobingroup.o.bz2 \
216 testfile-annobingroup-i386.o.bz2 \
217 testfile-annobingroup-x86_64.o.bz2 \
[all …]
DChangeLog36 * testfile-debuginfod-*.rpm.bz2: New data files for test.
56 testfile-riscv64-dis1.o.bz2 and testfile-riscv64-dis1.expect.bz2.
84 * hello_csky.ko.bz2: New testfile.
87 * testfilecsky.bz2: New testfile.
88 * Makefile.am (EXTRA_DIST): Add hello_csky.ko.bz2 and
89 testfilecsky.bz2.
137 (EXTRA_DIST): Likewise and add testfile-rng.debug.bz2 and
138 testfile-urng.debug.bz2.
140 * testfile-rng.debug.bz2: New test file.
141 * testfile-urng.debug.bz2: Likewise.
[all …]
/external/python/cpython2/PC/VC6/
Dbz2.dsp1 # Microsoft Developer Studio Project File - Name="bz2" - Package Owner=<4>
7 CFG=bz2 - Win32 Debug
11 !MESSAGE NMAKE /f "bz2.mak".
16 !MESSAGE NMAKE /f "bz2.mak" CFG="bz2 - Win32 Debug"
20 !MESSAGE "bz2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "bz2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
26 # PROP Scc_ProjName "bz2"
32 !IF "$(CFG)" == "bz2 - Win32 Release"
42 # PROP Intermediate_Dir "x86-temp-release\bz2"
57 …ase:"0x1D170000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./bz2.pyd"
[all …]
/external/python/cpython2/PC/VS7.1/
Dbz2.vcproj5 Name="bz2"
6 RootNamespace="bz2"
7 SccProjectName="bz2"
17 IntermediateDirectory=".\x86-temp-debug\bz2"
74 IntermediateDirectory=".\x86-temp-release\bz2"
97 OutputFile="./bz2.pyd"
102 ProgramDatabaseFile=".\./bz2.pdb"
105 ImportLibrary=".\./bz2.lib"
134 IntermediateDirectory=".\ia64-temp-release\bz2"
162 OutputFile="./bz2.pyd"
[all …]
/external/python/cpython3/Lib/encodings/
Dbz2_codec.py1 """Python 'bz2_codec' Codec - bz2 compression encoding.
11 import bz2 # this codec needs the optional bz2 module !
17 return (bz2.compress(input), len(input))
21 return (bz2.decompress(input), len(input))
33 self.compressobj = bz2.BZ2Compressor()
43 self.compressobj = bz2.BZ2Compressor()
49 self.decompressobj = bz2.BZ2Decompressor()
58 self.decompressobj = bz2.BZ2Decompressor()
70 name="bz2",
/external/python/cpython2/Lib/encodings/
Dbz2_codec.py1 """ Python 'bz2_codec' Codec - bz2 compression encoding
11 import bz2 # this codec needs the optional bz2 module !
26 output = bz2.compress(input)
44 output = bz2.decompress(input)
58 self.compressobj = bz2.BZ2Compressor()
68 self.compressobj = bz2.BZ2Compressor()
74 self.decompressobj = bz2.BZ2Decompressor()
83 self.decompressobj = bz2.BZ2Decompressor()
95 name="bz2",
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
DBZip2UtilsTestCase.java35 assertTrue(BZip2Utils.isCompressedFilename("x.bz2")); in testIsCompressedFilename()
53 assertEquals(".bz2", BZip2Utils.getUncompressedFilename(".bz2")); in testGetUncompressedFilename()
57 assertEquals("x", BZip2Utils.getUncompressedFilename("x.bz2")); in testGetUncompressedFilename()
71 assertEquals(".bz2", BZip2Utils.getCompressedFilename("")); in testGetCompressedFilename()
72 assertEquals(" .bz2", BZip2Utils.getCompressedFilename(" ")); in testGetCompressedFilename()
73 assertEquals("x.bz2", BZip2Utils.getCompressedFilename("x")); in testGetCompressedFilename()
74 assertEquals("X.bz2", BZip2Utils.getCompressedFilename("X")); in testGetCompressedFilename()
75 assertEquals("x.tar.bz2", BZip2Utils.getCompressedFilename("x.tar")); in testGetCompressedFilename()
76 assertEquals("x.tar.bz2", BZip2Utils.getCompressedFilename("x.TAR")); in testGetCompressedFilename()
/external/toybox/www/
Doldnews.html18 <p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p>
24 <a href=downloads/toybox-0.0.9.2.tar.bz2>toybox-0.0.9.2</a>, off by one allocation error in patch.<…
30 <a href=downloads/toybox-0.0.9.1.tar.bz2>toybox 0.0.9.1</a> which is a bugfix
40 <a href=downloads/toybox-0.0.9.tar.bz2>toybox 0.0.9.tar.bz2</a> which is a minor packaging
47 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8.tar.bz2>toybox 0.0.8</a>
64 <a href=downloads/toybox-0.0.7.tar.bz2>toybox 0.0.7</a>
68 <p><b>May 26, 2008</b> - <a href=downloads/toybox-0.0.6.tar.bz2>toybox 0.0.6</a>
79 Time to release <a href=downloads/toybox-0.0.5.tar.bz2>toybox 0.0.5</a>, with
94 <p><b>January 2, 2008</b> - And <a href=downloads/toybox-0.0.4.tar.bz2>toybox-0.0.4.tar.bz2</a> is …
108 <a href=downloads/toybox-0.0.3.tar.bz2>toybox-0.0.3.tar.bz2</a> since it's
[all …]
/external/bzip2/
Dmakefile.msc31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
35 @echo If fc finds an error on sample3.bz2, this could be
40 fc sample1.bz2 sample1.rb2
41 fc sample2.bz2 sample2.rb2
42 fc sample3.bz2 sample3.rb2
Dbzdiff46 FILE=`echo "$1" | sed 's/.bz2$//'`
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
52 *.bz2)
54 *.bz2)
55 F=`echo "$2" | sed 's|.*/||;s|.bz2$||'`
65 *.bz2)
DMakefile61 ./bzip2 -d < sample1.bz2 > sample1.tst
62 ./bzip2 -d < sample2.bz2 > sample2.tst
63 ./bzip2 -ds < sample3.bz2 > sample3.tst
64 cmp sample1.bz2 sample1.rb2
65 cmp sample2.bz2 sample2.rb2
66 cmp sample3.bz2 sample3.rb2
168 $(DISTNAME)/sample1.bz2 \
169 $(DISTNAME)/sample2.bz2 \
170 $(DISTNAME)/sample3.bz2 \
/external/mesa3d/.gitlab-ci/container/
Dx86_build.sh66 wget $XORG_RELEASES/util/$XORGMACROS_VERSION.tar.bz2
67 tar -xvf $XORGMACROS_VERSION.tar.bz2 && rm $XORGMACROS_VERSION.tar.bz2
71 wget $XCB_RELEASES/$XCBPROTO_VERSION.tar.bz2
72 tar -xvf $XCBPROTO_VERSION.tar.bz2 && rm $XCBPROTO_VERSION.tar.bz2
76 wget $XCB_RELEASES/$LIBXCB_VERSION.tar.bz2
77 tar -xvf $LIBXCB_VERSION.tar.bz2 && rm $LIBXCB_VERSION.tar.bz2
/external/protobuf/kokoro/linux/32-bit/
DDockerfile60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
61 RUN mv mirror php-5.5.38.tar.bz2
62 RUN tar -xvf php-5.5.38.tar.bz2
68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
69 RUN mv mirror php-5.6.30.tar.bz2
70 RUN tar -xvf php-5.6.30.tar.bz2
76 RUN wget http://am1.php.net/get/php-7.0.18.tar.bz2/from/this/mirror
77 RUN mv mirror php-7.0.18.tar.bz2
78 RUN tar -xvf php-7.0.18.tar.bz2
84 RUN wget http://am1.php.net/get/php-7.1.4.tar.bz2/from/this/mirror
[all …]
/external/python/cpython2/Lib/test/
Dtest_bz2.py15 bz2 = import_module('bz2') variable
16 from bz2 import BZ2File, BZ2Compressor, BZ2Decompressor
38 ret = bz2.decompress(data)
44 return bz2.decompress(data)
256 # Bug #1194181: bz2.BZ2File opened for write with mode "U"
304 with bz2.BZ2File(self.filename, 'wb') as f:
314 with bz2.BZ2File(self.filename, 'wb') as f:
319 with bz2.BZ2File(self.filename, 'rb') as f:
336 f = bz2.BZ2File(self.filename)
373 bz2c = bz2.BZ2Compressor()
[all …]
/external/toybox/tests/
Dfstype.test9 bzcat "$BDIR"/squashfs.bz2 > temp.img
15 testing "$i" 'bzcat "$BDIR"/$i.bz2 | fstype -' "$i\n" "" ""
18 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | fstype -' 'vfat\n' "" ""
19 testing "reiserfs" 'bzcat "$BDIR"/reiser3.bz2 | fstype -' 'reiserfs\n' "" ""
21 #testing "blkid minix" 'bzcat "$BDIR"/minix.bz2 | blkid -'
Dman.test12 echo one | bzip2 >banana/man1/numbers.1.bz2
196 bzip2 >banana/man1/numbers.1.bz2 <<EOF
206 testing "-k ." "$MAN -k ." "numbers.1.bz2 - test -k\nnumbers.3.gz - No dash.\nnumbers.5 - See numbe…
207 testing "-k -k" "$MAN -k -k" "numbers.1.bz2 - test -k\n" "" ""
209 testing "-k ers.1" "$MAN -k ers.1" "numbers.1.bz2 - test -k\nnumbers.5 - See numbers.1\n" "" ""
212 echo Local development override. | bzip2 >walrus/man1/numbers.1.bz2
214 …:/dir0 -k ." "man -M walrus:banana -k ." "numbers.1.bz2 - Local development override.\nnumbers.1.b…
/external/elfutils/config/
Dupload-release.sh42 cp elfutils-$VERSION.tar.bz2 $VERSION/
44 gpg -b elfutils-$VERSION.tar.bz2
53 && ln -sf $VERSION/elfutils-$VERSION.tar.bz2 elfutils-latest.tar.bz2 \
54 && ln -sf $VERSION/elfutils-$VERSION.tar.bz2.sig elfutils-latest.tar.bz2.sig \
/external/python/cpython3/Doc/library/
Dbz2.rst1 :mod:`bz2` --- Support for :program:`bzip2` compression
4 .. module:: bz2
12 **Source code:** :source:`Lib/bz2.py`
19 The :mod:`bz2` module contains:
262 Below are some examples of typical usage of the :mod:`bz2` module.
266 >>> import bz2
277 >>> c = bz2.compress(data)
281 >>> d = bz2.decompress(c)
287 >>> import bz2
294 >>> comp = bz2.BZ2Compressor()
[all …]
/external/python/cpython3/Doc/tools/templates/
Ddownload.html18 <tr><th>Format</th><th>Packed as .zip</th><th>Packed as .tar.bz2</th></tr>
21 …<td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">Download</a> (ca. 13 MiB)<…
25 … <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">Download</a> (ca. 13 MiB)</td>
29 <td><a href="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2">Download</a> (ca. 6 MiB)</td>
33 <td><a href="{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2">Download</a> (ca. 2 MiB)</td>
50 <p>Unix users should download the .tar.bz2 archives; these are bzipped tar
53 used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2Utils.java38 // tbz form, so .tar.bz2 has to be added explicitly
39 uncompressSuffix.put(".tar.bz2", ".tar");
42 uncompressSuffix.put(".bz2", "");
44 fileNameUtil = new FileNameUtil(uncompressSuffix, ".bz2");
67 * "package.tar". And any filenames with the generic ".bz2" suffix
82 * ".bz2" to the filename based on the standard behaviour of the "bzip2"
/external/tensorflow/third_party/nasm/
Dworkspace.bzl9 …gleapis.com/mirror.tensorflow.org/www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2",
10bz2/sha512/d7a6b4cee8dfd603d8d4c976e5287b5cc542fa0b466ff989b743276a6e28114e64289bf02a7819eca63142a…
11 "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2",
/external/protobuf/kokoro/linux/64-bit/
DDockerfile143 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
144 RUN mv mirror php-5.5.38.tar.bz2
145 RUN tar -xvf php-5.5.38.tar.bz2
151 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
152 RUN mv mirror php-5.6.30.tar.bz2
153 RUN tar -xvf php-5.6.30.tar.bz2
159 RUN wget http://am1.php.net/get/php-7.0.18.tar.bz2/from/this/mirror
160 RUN mv mirror php-7.0.18.tar.bz2
161 RUN tar -xvf php-7.0.18.tar.bz2
167 RUN wget http://am1.php.net/get/php-7.1.4.tar.bz2/from/this/mirror
[all …]
/external/selinux/
D.travis.yml66 …_DIR/refpolicy.tar.bz2" https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20…
67 - tar -C "$TRAVIS_BUILD_DIR" -xvjf "$TRAVIS_BUILD_DIR/refpolicy.tar.bz2"
71 - sudo rm -rf "$TRAVIS_BUILD_DIR/refpolicy.tar.bz2" "$TRAVIS_BUILD_DIR/refpolicy"
82 …ry 10 -o python.tar.bz2 "https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/16.04/x86…
83 sudo tar xjf python.tar.bz2 --directory / &&
84 rm python.tar.bz2 ;
/external/python/cpython2/Doc/tools/templates/
Ddownload.html24 <th>{% trans %}Packed as .tar.bz2{% endtrans %}</th>
33 <a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">
44 <a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">
55 <a href="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2">
68 <a href="{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2">
85 <p>{% trans %}Unix users should download the .tar.bz2 archives; these
89 .tar.bz2 archives provide the best compression and fastest download
/external/oss-fuzz/projects/libreoffice/
DDockerfile53 https://dev-www.libreoffice.org/src/boost_1_66_0.tar.bz2 \
54 https://dev-www.libreoffice.org/src/expat-2.2.5.tar.bz2 \
69 https://dev-www.libreoffice.org/src/liblangtag-0.6.2.tar.bz2 \
78 https://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2 \
82 https://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 \
91 https://dev-www.libreoffice.org/src/mdds-1.3.1.tar.bz2 \
93 https://dev-www.libreoffice.org/src/language-subtag-registry-2018-04-23.tar.bz2 \
95 https://dev-www.libreoffice.org/src/harfbuzz-1.8.4.tar.bz2 \
103 https://dev-www.libreoffice.org/src/freetype-2.8.1.tar.bz2 \
104 https://dev-www.libreoffice.org/src/fontconfig-2.12.6.tar.bz2 \
[all …]

12345678910>>...24