Searched refs:bz2 (Results 1 – 25 of 381) sorted by relevance
12345678910>>...16
/external/elfutils/tests/ |
D | Makefile.am | 200 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 …]
|
D | ChangeLog | 36 * 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/ |
D | bz2.dsp | 1 # 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/cpython3/Lib/encodings/ |
D | bz2_codec.py | 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()
|
/external/python/cpython2/Lib/encodings/ |
D | bz2_codec.py | 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()
|
/external/mesa3d/.gitlab-ci/container/ |
D | x86_build.sh | 66 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/python/cpython2/Lib/test/ |
D | test_bz2.py | 15 bz2 = import_module('bz2') variable 16 from bz2 import BZ2File, BZ2Compressor, BZ2Decompressor 38 ret = bz2.decompress(data) 44 return bz2.decompress(data) 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() 425 compressed = bz2.compress("a" * _4G) [all …]
|
/external/bzip2/ |
D | makefile.msc | 31 .\\bzip2 -d < sample1.bz2 > sample1.tst 32 .\\bzip2 -d < sample2.bz2 > sample2.tst 33 .\\bzip2 -ds < sample3.bz2 > sample3.tst 40 fc sample1.bz2 sample1.rb2 41 fc sample2.bz2 sample2.rb2 42 fc sample3.bz2 sample3.rb2
|
D | Makefile | 61 ./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 \
|
D | bzdiff | 52 *.bz2) 54 *.bz2) 65 *.bz2)
|
/external/elfutils/config/ |
D | upload-release.sh | 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/tensorflow/third_party/nasm/ |
D | workspace.bzl | 9 …gleapis.com/mirror.tensorflow.org/www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2", 10 …bz2/sha512/d7a6b4cee8dfd603d8d4c976e5287b5cc542fa0b466ff989b743276a6e28114e64289bf02a7819eca63142a… 11 "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2",
|
/external/protobuf/kokoro/linux/32-bit/ |
D | Dockerfile | 60 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/libjpeg-turbo/release/ |
D | maketarball.in | 31 rm -f $PKGNAME-$VERSION-$OS-$ARCH.tar.bz2 41 …owner=root --group=root -C $TMPDIR/install .$PREFIX | bzip2 -c >$PKGNAME-$VERSION-$OS-$ARCH.tar.bz2 45 …ar cf - --uid=0 --gid=0 -C $TMPDIR/install .$PREFIX | bzip2 -c >$PKGNAME-$VERSION-$OS-$ARCH.tar.bz2 47 tar cf - -C $TMPDIR/install .$PREFIX | bzip2 -c >$PKGNAME-$VERSION-$OS-$ARCH.tar.bz2
|
D | makecygwinpkg.in | 53 rm -f $PKGNAME-$VERSION-$BUILD.tar.bz2 62 tar cfj ../$PKGNAME-$VERSION-$BUILD.tar.bz2 * 64 mv $TMPDIR/*.tar.bz2 .
|
/external/python/cpython2/Doc/ |
D | Makefile | 133 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 135 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2 141 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 143 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
|
/external/python/cpython3/Doc/library/ |
D | bz2.rst | 1 :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/protobuf/kokoro/linux/64-bit/ |
D | Dockerfile | 143 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/oss-fuzz/projects/libreoffice/ |
D | Dockerfile | 53 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 …]
|
/external/clang/www/analyzer/ |
D | latest_checker.html.incl | 1 <b><a href="downloads/checker-278.tar.bz2">checker-278.tar.bz2</a></b> (built February 5, 2016)
|
/external/mesa3d/docs/relnotes/ |
D | 7.4.4.rst | 20 b66528d314c574dccbe0ed963cac5e93 MesaLib-7.4.4.tar.bz2 23 628142ec9a54cd28cc027e6ce26cff47 MesaDemos-7.4.4.tar.bz2 26 e14bbb52517e8121b31f1387515365ab MesaGLUT-7.4.4.tar.bz2
|
D | 6.4.2.rst | 12 7674d2c603b5834259e4e5a820cefd5b MesaLib-6.4.2.tar.bz2 15 9cae1ab874af533ce356bd7dfe2e0bb0 MesaDemos-6.4.2.tar.bz2 18 b157ba8ad1ea63260cf5339132e7aac6 MesaGLUT-6.4.2.tar.bz2
|
D | 7.8.1.rst | 24 25ec15f8e41fde6d206118cc786dbac4 MesaLib-7.8.1.tar.bz2 27 9ef47f911869657c6bf2f43ebce86b61 MesaDemos-7.8.1.tar.bz2 30 6bae516a44c6d26ff3152c960ab648e7 MesaGLUT-7.8.1.tar.bz2
|
D | 7.7.1.rst | 19 46664d99e03f1e3ac078a7fea02af115 MesaLib-7.7.1.tar.bz2 22 aeb39645d80d656e0adebaa09e5bcd03 MesaDemos-7.7.1.tar.bz2 25 1e16c85282f843791a21f7bc7b6a1ca8 MesaGLUT-7.7.1.tar.bz2
|
/external/python/cpython3/Doc/ |
D | Makefile | 175 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 177 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2 183 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 185 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
|
12345678910>>...16