HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 426 - 450 of 2537) sorted by null

<<11121314151617181920>>

  /build/tools/zipalign/
ZipEntry.h 57 * Returns "true" if the data is compressed.
70 * Return the compressed length. For uncompressed data, this returns
76 * Return the absolute file offset of the start of the compressed or
  /external/elfutils/libdwfl/
gzip.c 161 /* If this is not a compressed image, return DWFL_E_BADELF.
163 Otherwise return an error for bad compressed data or I/O failure.
219 /* Not a compressed file. */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
INSTALL.ANY 82 src/gzip/ftgzip.c -- support for compressed fonts (.gz)
83 src/lzw/ftlzw.c -- support for compressed fonts (.Z)
84 src/bzip2/ftbzip2.c -- support for compressed fonts (.bz2)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-lzw.html 123 <p>Open a new stream to parse LZW-compressed font files. This is mainly used to support the compressed &lsquo;*.pcf.Z&rsquo; fonts that come with XFree86.</p>
142 <p>In certain builds of the library, LZW compression recognition is automatically handled when calling <a href="ft2-base_interface.html#FT_New_Face">FT_New_Face</a> or <a href="ft2-base_interface.html#FT_Open_Face">FT_Open_Face</a>. This means that if no font driver is capable of handling the raw compressed file, the library will try to open a LZW stream from it and re-open the face with it.</p>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
modules.cfg 115 # Support for streams compressed with gzip (files with suffix .gz).
120 # Support for streams compressed with LZW (files with suffix .Z).
125 # Support for streams compressed with bzip2 (files with suffix .bz2).
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/lzw/
ftlzw.c 5 /* FreeType support for .Z compressed files. */
8 /* be used to parse compressed PCF fonts, as found with many X11 server */
367 * Did I mention that you should never use .Z compressed font
  /external/libvpx/libvpx/vp8/common/
onyx.h 136 * compressed at the highest possible quality. This option takes
144 * compressed output. ( speed setting controls how fast )
147 * compressed output using the highest possible quality, and
  /external/libxml2/
DOCBparser.c 225 * Automatic support for ZLIB/Compress compressed document is provided
253 * compressed document is provided by default if found at compile-time.
283 * ZLIB/Compress compressed document is provided by default if found
  /external/libxml2/include/libxml/
xmlIO.h 134 int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ member in struct:_xmlParserInputBuffer
  /external/squashfs-tools/kernel/fs/squashfs/
namei.c 2 * Squashfs - a compressed read only filesystem for Linux
27 * Like inodes, directories are packed into compressed metadata blocks, stored
35 * compressed metadata block, and therefore, can share the start block.
  /frameworks/base/core/java/com/android/internal/util/
MimeIconUtils.java 93 // Compressed
110 add("application/x-7z-compressed", icon);
112 add("application/x-rar-compressed", icon);
  /frameworks/base/tools/aapt/
ZipEntry.h 56 * Returns "true" if the data is compressed.
69 * Return the compressed length. For uncompressed data, this returns
80 * Return the absolute file offset of the start of the compressed or
ZipFile.h 70 * library to try to store it compressed.
94 * Add a file that is already compressed with gzip.
146 * Returns "false" if an error was encountered in the compressed data.
  /libcore/ojluni/src/main/java/java/util/zip/
GZIPInputStream.java 35 * This class implements a stream filter for reading compressed data in
100 * compressed input stream is reached
106 * @exception ZipException if the compressed input data is corrupt.
GZIPOutputStream.java 32 * This class implements a stream filter for writing compressed data in
136 * Writes array of bytes to the compressed output stream. This method
151 * Finishes writing compressed data to the output stream without closing
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReviewingPicture.java 56 /** The compressed picture byte array. */
128 // If the compressed data is not available, need to wait until it arrives.
134 // If the compressed data is available, just saving the picture and finish.
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 198 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled);
199 if (compressed != null) {
200 mEntry.setPhoto(compressed);
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 82 // Create a thrice-compressed dictionary file.
107 // Test for an actually compressed dictionary and its contents
149 // Test that a compressed random data file actually fails
  /art/runtime/mirror/
object_reference.h 94 // Standard compressed reference used in the runtime. Used for StackReference and GC roots.
  /bionic/libc/dns/resolv/
res_comp.c 97 * Expand compressed domain name 'src' to full domain name.
101 * Return size of compressed name or -1 if there was an error.
116 * Return the size of the compressed name or -1.
129 * Skip over a compressed domain name. Return the size or -1.
  /bionic/libc/kernel/uapi/linux/
cramfs_fs.h 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureSurfaceView.java 59 CompressedTextureLoader.Texture compressed) {
63 mRenderer = new CompressedTextureRender(context, base, compressed);
150 CompressedTextureLoader.Texture compressed) {
152 mCompressedTexture = compressed;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TimeUtil.java 72 * Return the current timestamp in a compressed format, used to uniquely identify results.
  /developers/samples/android/ui/graphics/PdfRendererBasic/
template-params.xml 73 This sample loads the PDF from assets. Contents of assets are compressed by
  /development/ndk/platforms/android-21/include/linux/
cramfs_fs.h 24 #define CRAMFS_SIGNATURE "Compressed ROMFS"

Completed in 2282 milliseconds

<<11121314151617181920>>