HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 126 - 150 of 3586) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/libs/androidfw/include/androidfw/
StreamingZipInflater.h 33 // Flavor that pages in the compressed data from a fd
36 // Flavor that gets the compressed data from an in-memory buffer
56 off64_t mInFileStart; // where the compressed data lives in the file
75 size_t mInTotalSize; // total size of compressed data for this blob
  /hardware/libhardware/modules/camera/3_4/arc/
jpeg_compressor.h 33 // the compressed image. Returns false if errors occur during compression.
37 // Returns the compressed JPEG buffer pointer. This method must be called only
41 // Returns the compressed JPEG buffer size. This method must be called only
68 // The buffer that holds the compressed result.
  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 37 * Initialized with a target ImageView. When provided with a compressed image
86 protected Bitmap setCompressedImage(byte[] compressed) {
92 && Arrays.equals(mCompressed, compressed)) {
100 Drawable newDrawable = decodedBitmapDrawable(compressed);
106 mCompressed = compressed;
162 private BitmapDrawable decodedBitmapDrawable(byte[] compressed) {
163 if (compressed == null) {
167 Bitmap bitmap = BitmapFactory.decodeByteArray(compressed, 0, compressed.length);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
42 /// @brief Return true if section is compressed, including gnu-styled case.
45 /// @brief Return true if section is a ELF compressed one.
48 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
42 /// @brief Return true if section is compressed, including gnu-styled case.
45 /// @brief Return true if section is a ELF compressed one.
48 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Decompressor.h 20 /// @brief Decompressor helps to handle decompression of compressed sections.
45 /// @brief Return true if section is compressed, including gnu-styled case.
48 /// @brief Return true if section is a ELF compressed one.
51 /// @brief Return true if section name matches gnu style compressed one.
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objdump.s 2 .*dw2-compressed.o: file format .*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1b.s 6 .include "compressed-plt-1.s"
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 39 * Demonstrate how to use ETC1 format compressed textures.
41 * textures (compressed offline using the etc1tool), or
48 * Choose between creating a compressed texture on the fly or
49 * loading a compressed texture from a resource.
53 * When creating a compressed texture on the fly, choose
86 * Demonstrate how to load a compressed texture from an APK resource.
109 * Demonstrate how to create a compressed texture on the fly.
118 // Test the ETC1Util APIs for reading and writing compressed textures to I/O streams.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
zlibdemo.py 25 print ' Original:', len(s), 'Compressed:', len(comptext),
44 print ' Original:', len(s), 'Compressed:', len(comptext),
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
LzmaDecompress.h 20 /// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using LZMA.
27 /// EFI_SECTION_GUID_DEFINED, whose contents have been compressed using LZMA with X86 code Converter.
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
Compressor.java 27 * Compresses data, writing the compressed data into compressedOut.
30 * @param compressedOut the compressed data
Uncompressor.java 23 * data that was previously compressed by the corresponding {@link Compressor} implementation, and
31 * @param compressedIn the compressed data
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECPoint.java 30 boolean compressed)
33 this.encoding = new DEROctetString(p.getEncoded(compressed));

Completed in 491 milliseconds

1 2 3 4 56 7 8 91011>>