Home
last modified time | relevance | path

Searched refs:bz2 (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/elfutils/tests/
DMakefile.am188 run-next-files.sh run-next-lines.sh testfile-only-debug-line.bz2 \
192 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
193 testfile5.bz2 testfile6.bz2 testfile7.bz2 testfile8.bz2 \
194 testfile9.bz2 testfile10.bz2 testfile11.bz2 testfile12.bz2 \
195 testfile13.bz2 run-strip-test3.sh run-allfcts.sh \
196 testfile_class_func.bz2 testfile_nested_funcs.bz2 \
197 run-line2addr.sh run-elflint-test.sh testfile14.bz2 \
203 run-annobingroup.sh testfile-annobingroup.o.bz2 \
204 testfile-annobingroup-i386.o.bz2 \
205 testfile-annobingroup-x86_64.o.bz2 \
[all …]
DChangeLog47 * testfile_gnu_props.32le.o.bz2: New testfile.
48 * testfile_gnu_props.64le.o.bz2: Likewise.
49 * testfile_gnu_props.32be.o.bz2: Likewise.
50 * testfile_gnu_props.64be.o.bz2: Likewise.
67 * testfile-version.bz2: New test file.
69 (EXTRA_DIST): Add run-strip-version.sh and testfile-version.bz2.
87 * testfile-bpf-reloc.expect.bz2: Update with new expected jump
98 * testfile-debug-rel-ppc64-g.o.bz2: New test file.
99 * testfile-debug-rel-ppc64-z.o.bz2: Likewise.
100 * testfile-debug-rel-ppc64.o.bz2: Likewise.
[all …]
Drun-readelf-compressed.sh28 tempfiles hello_i386.ko.bz2 readelf.out.1 readelf.out.2
32 testrun ${abs_top_builddir}/src/readelf -a hello_i386.ko.bz2 > readelf.out.2
/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/Lib/encodings/
Dbz2_codec.py11 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/python/cpython3/Lib/encodings/
Dbz2_codec.py11 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/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)
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/
Dmakefile.msc31 .\\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
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 \
Dbzdiff52 *.bz2)
54 *.bz2)
65 *.bz2)
/external/elfutils/config/
Dupload-release.sh52 && ln -sf $VERSION/elfutils-$VERSION.tar.bz2 elfutils-latest.tar.bz2 \
53 && ln -sf $VERSION/elfutils-$VERSION.tar.bz2.sig elfutils-latest.tar.bz2.sig \
/external/libjpeg-turbo/release/
Dmaketarball.in31 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
Dmakecygwinpkg.in53 rm -f $PKGNAME-$VERSION-$BUILD.tar.bz2
62 tar cfj ../$PKGNAME-$VERSION-$BUILD.tar.bz2 *
64 mv $TMPDIR/*.tar.bz2 .
/external/autotest/client/deps/webgl_perf/files/
Dupdate-tarball7 wget http://hg.mozilla.org/users/bjacob_mozilla.com/webgl-perf-tests/archive/tip.tar.bz2
8 mv tip.tar.bz2 webgl-performance.tar.bz2
/external/python/cpython2/Doc/
DMakefile133 (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/
DMakefile155 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
157 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
163 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
165 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
/external/clang/www/analyzer/
Dlatest_checker.html.incl1 <b><a href="downloads/checker-278.tar.bz2">checker-278.tar.bz2</a></b> (built February 5, 2016)
/external/python/cpython3/Lib/test/
Dtest_bz2.py20 bz2 = support.import_module('bz2') variable
21 from bz2 import BZ2File, BZ2Compressor, BZ2Decompressor
32 return bz2.decompress(data)
76 BIG_DATA = bz2.compress(BIG_TEXT, compresslevel=1)
260 expected = bz2.compress(self.TEXT, compresslevel=5)
555 bomb = bz2.compress(b'\0' * int(2e6), compresslevel=9)
655 data = bz2.decompress(compressed)
710 compressed = bz2.compress(data)
832 data = bz2.compress(self.TEXT)
836 text = bz2.compress(b'')
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_auditwheel.sh30 wget https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2
31 tar xfa patchelf-0.9.tar.bz2
/external/boringssl/src/util/bot/
DUPDATING75 Finally, update sde-linux64.tar.bz2 and sde-win32.tar.bz2 by downloading the
80 upload_to_google_storage.py -b chrome-boringssl-sde sde-linux64.tar.bz2 sde-win32.tar.bz2
82 The current revision is sde-external-8.16.0-2018-01-30-*.tar.bz2.
/external/freetype/docs/
Drelease61 to generate the .tar.gz, .tar.bz2, and .zip files.
64 freetype-doc-<version>.tar.bz2, ftdoc<version>.zip). This is
90 freetype-$VERSION.tar.bz2 \
93 ft2demos-$VERSION.tar.bz2 \
96 freetype-doc-$VERSION.tar.bz2 \
174 `freetype-XXX.tar.bz2' files as the default files to download for
/external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
DREADME6 This will create llvm-[REV_L].tar.bz2 and llvm-gcc-4.2-[REV_G].tar.bz2,
20 …ge1787/public/arm-none-linux-gnueabi/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
/external/llvm/utils/crosstool/ARM/
DREADME6 This will create llvm-[REV_L].tar.bz2 and llvm-gcc-4.2-[REV_G].tar.bz2,
20 …ge1787/public/arm-none-linux-gnueabi/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
/external/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/ARM/
DREADME6 This will create llvm-[REV_L].tar.bz2 and llvm-gcc-4.2-[REV_G].tar.bz2,
20 …ge1787/public/arm-none-linux-gnueabi/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
/external/e2fsprogs/lib/blkid/
Dtest_probe.in5 for i in $SRCDIR/tests/*.img.bz2
7 TESTS="$TESTS `basename $i .img.bz2`"
17 IMAGE_BZ2=$SRCDIR/tests/$i.img.bz2

1234567891011