/external/elfutils/tests/ |
run-elfgetzdata.sh | 24 1: .text, NOT compressed 25 2: .zdebug_aranges, GNU compressed, size: 60 26 3: .zdebug_info, GNU compressed, size: aa 27 4: .debug_abbrev, NOT compressed 28 5: .zdebug_line, GNU compressed, size: 8d 29 6: .shstrtab, NOT compressed 30 7: .symtab, NOT compressed 31 8: .strtab, NOT compressed 35 1: .text, NOT compressed 36 2: .zdebug_aranges, GNU compressed, size: 6 [all...] |
run-elfgetchdr.sh | 90 section 1: NOT Compressed 91 section 2: GNU Compressed size: 60 92 section 3: GNU Compressed size: aa 93 section 4: NOT Compressed 94 section 5: GNU Compressed size: 8d 95 section 6: NOT Compressed 96 section 7: NOT Compressed 97 section 8: NOT Compressed 102 section 1: NOT Compressed 103 section 2: ELF Compressed ch_type: 1, ch_size: 60, ch_addralign: 1 [all...] |
run-dwelfgnucompressed.sh | 82 section 2: GNU Compressed size: 60 83 section 3: GNU Compressed size: aa 84 section 5: GNU Compressed size: 8d 89 section 3: GNU Compressed size: 60 90 section 4: GNU Compressed size: 7e 91 section 6: GNU Compressed size: 8d 96 section 2: GNU Compressed size: 40 97 section 3: GNU Compressed size: 9a 98 section 5: GNU Compressed size: 85 103 section 3: GNU Compressed size: 4 [all...] |
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
control | 2 PURPOSE = "Measure performance of compressed swap." 5 - compressed swap is not configured. 13 Run some basic performance benchmarks on compressed swap.
|
/external/piex/ |
README | 2 JPEG compressed preview image contained in a RAW file
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
compressed-plt-1e.s | 6 .include "compressed-plt-1.s"
|
compressed-plt-1a.s | 1 # Define a function with all "compressed" (dc and ic) references. 6 .include "compressed-plt-1.s"
|
compressed-plt-1-dyn.s | 16 .include "compressed-plt-1.s"
|
/external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/ |
platform_DebugDaemonDumpDebugLogs.py | 17 def runDump(self, compressed): 18 filename = 'compressed_dump.tgz' if compressed else 'uncompressed_dump.tar' 22 self.iface.DumpDebugLogs(compressed, fh) 28 mode = 'r:gz' if compressed else 'r:' 32 "compressed" if compressed else "uncompressed")
|
/external/ImageMagick/PerlMagick/t/bzlib/ |
read.t | 18 # Test reading BZip compressed MIFF 24 # 2) Test reading BZip stream-compressed MIFF (.bz2 extension) 26 print("Reading BZip stream-compressed MIFF (.bz2 extension) ...\n");
|
/external/ImageMagick/PerlMagick/t/zlib/ |
read.t | 18 # 1) Test reading Zip compressed MIFF 24 # 3) Test reading Zip stream-compressed MIFF (.gz extension) 26 print("Reading Zip stream-compressed MIFF (.gz extension) ...\n");
|
/external/autotest/client/site_tests/platform_CompressedSwap/ |
control | 2 PURPOSE = "Verify compressed swap is configured and basically works." 5 - compressed swap is not configured. 14 Verify compressed swap is configured and basically works.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/ |
ECPointEncoder.java | 8 * to turn this on call setPointFormat() with "COMPRESSED". 14 * in point compression will not be used. If the String "COMPRESSED" is passed point
|
/external/curl/tests/data/ |
test221 | 6 compressed 22 # I removed the first three bytes of the gzip compressed contents 47 HTTP GET gzip compressed content with broken gzip header 50 http://%HOSTIP:%HTTPPORT/221 --compressed
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
compressed1.d | 1 #name: undefined symbol with compressed debug sections
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
compressed1.d | 1 #name: undefined symbol with compressed debug sections
|
/toolchain/binutils/binutils-2.25/gold/ |
compressed_output.h | 1 // compressed_output.h -- compressed output sections for gold -*- C++ -*- 26 // compressed sections. 40 // Read the compression header of a compressed debug section and return 46 // Decompress a compressed debug section directly into the output file. 52 // This is used for a section whose data should be compressed. It is 71 // Write out the compressed contents. 78 // The compressed data.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
compress.exp | 1 # Expect script for ELF compressed debug section tests. 44 unsupported "linker compressed debug sections" 48 {"Build libfoo.so with compressed debug sections" 51 {"Build libbar.so with compressed debug sections" 57 {"Run normal with libfoo.so with compressed debug sections"
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
CompressedTextureCtsActivity.java | 49 CompressedTextureLoader.Texture compressed = null; local 57 compressed = CompressedTextureLoader.createFromUncompressedETC1(bitmap); 59 compressed = CompressedTextureLoader.loadTextureDXT(mResources, R.raw.ddstex); 61 compressed = CompressedTextureLoader.loadTextureATC(mResources, 0); //cts for now 63 compressed = CompressedTextureLoader.loadTexturePVRTC(mResources, R.raw.pvrtex); 66 mCompressedTextureView = new CompressedTextureSurfaceView(this, bitmap, compressed);
|
/device/generic/goldfish/camera/ |
JpegCompressor.h | 46 * The compressed image will be saved in mStream member of this class. Use 47 * getCompressedSize method to obtain buffer size of the compressed image, 48 * and getCompressedImage to copy out the compressed image. 62 /* Get size of the compressed JPEG buffer. 66 * Size of the compressed JPEG buffer. 70 /* Copies out compressed JPEG buffer.
|
/external/freetype/include/ |
ftbzip2.h | 5 /* Bzip2-compressed stream support. */ 43 /* Using bzip2-compressed font files. */ 57 * Open a new stream to parse bzip2-compressed font files. This is 58 * mainly used to support the compressed `*.pcf.bz2' fonts that come 84 * compressed file, the library will try to open a bzip2 compressed stream
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftbzip2.h | 5 /* Bzip2-compressed stream support. */ 43 /* Using bzip2-compressed font files. */ 57 * Open a new stream to parse bzip2-compressed font files. This is 58 * mainly used to support the compressed `*.pcf.bz2' fonts that come 84 * compressed file, the library will try to open a bzip2 compressed stream
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftbzip2.h | 5 /* Bzip2-compressed stream support. */ 43 /* Using bzip2-compressed font files. */ 57 * Open a new stream to parse bzip2-compressed font files. This is 58 * mainly used to support the compressed `*.pcf.bz2' fonts that come 84 * compressed file, the library will try to open a bzip2 compressed stream
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftbzip2.h | 5 /* Bzip2-compressed stream support. */ 43 /* Using bzip2-compressed font files. */ 57 * Open a new stream to parse bzip2-compressed font files. This is 58 * mainly used to support the compressed `*.pcf.bz2' fonts that come 84 * compressed file, the library will try to open a bzip2 compressed stream
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
compress.exp | 17 # Test compressed .debug section. 24 set compressedfile tmpdir/dw2-1-compressed.o 26 set compressedfile2 tmpdir/dw2-2-compressed.o 28 set compressedcopyfile tmpdir/dw2-copy-compressed 31 unsupported "compressed debug sections" 36 unsupported "compressed debug sections" 41 unsupported "compressed debug sections" 48 fail "compressed debug sections" 74 set testname "objcopy decompress compressed debug sections" 121 set got [remote_exec host "$OBJDUMP -s -j .zdebug_line ${compressedcopyfile}.a" "" "/dev/null" "tmpdir/libdw2-compressed.out" [all...] |