Searched
full:compressed (Results
451 -
475 of
3586) sorted by null
<<11121314151617181920>>
/external/freetype/src/lzw/ |
ftzopen.h | 5 /* FreeType support for .Z compressed files. */ 8 /* be used to parse compressed PCF fonts, as found with many X11 server */
|
/external/kmod/testsuite/ |
test-depmod.c | 29 #define MODULES_ORDER_ROOTFS TESTSUITE_ROOTFS "test-depmod/modules-order-compressed" 45 .description = "check if depmod let aliases in right order when using compressed modules",
|
/external/libgsm/man/ |
gsm.3 | 78 play() { /* read compressed data from standard input, write to soundfd */ 90 record() { /* read from soundfd, write compressed to standard output */
|
/external/libmicrohttpd/src/microspdy/ |
compression.h | 59 * @param src stream of the data to be compressed 63 * @param dest the resulting compressed stream. Should be NULL. Must be
|
/external/libopus/include/ |
opus_custom.h | 195 * @param [out] compressed <tt>char *</tt>: The compressed data is written here. This may not alias pcm and must be at least maxCompressedBytes long. 198 * @return Number of bytes written to "compressed". 207 unsigned char *compressed, 216 * @param [out] compressed <tt>char *</tt>: The compressed data is written here. This may not alias pcm and must be at least maxCompressedBytes long. 219 * @return Number of bytes written to "compressed". 228 unsigned char *compressed,
|
/external/ltp/testcases/commands/file/ |
file01.sh | 95 13) file_test in.tar.gz "gzip compressed data, .*";; 96 14) file_test in.tar.bz2 "bzip2 compressed data, .*";;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_chipset.h | 36 /* The size of a compressed tile. Each compressed tile takes 2 bits
|
/external/piex/src/ |
piex_types.h | 34 // uncompressed images, but are optional for compressed images. An image is 54 // 'preview_length' which are used to obtain the JPEG compressed preview image.
|
/external/python/cpython3/Doc/includes/ |
email-dir.py | 55 # gzip'd or compressed files. 58 # No guess could be made, or the file is encoded (compressed), so
|
/external/python/cpython3/Modules/clinic/ |
_bz2module.c.h | 11 "Returns a chunk of compressed data if possible, or b\'\' otherwise.\n" 48 "Returns the compressed data left in internal buffers.\n"
|
/external/python/cpython3/Tools/msi/launcher/ |
launcher_reg.wxs | 35 <Extension Id="pyz" ContentType="application/x-zip-compressed"> 42 <Extension Id="pyzw" ContentType="application/x-zip-compressed">
|
/external/skqp/third_party/etc1/ |
etc1.h | 50 // pOut is an ETC1 compressed version of the data. 56 // pIn is an ETC1 compressed version of the data.
|
/external/squashfs-tools/kernel/fs/squashfs/ |
export.c | 2 * Squashfs - a compressed read only filesystem for Linux 28 * filehandles to an inode location on disk. This table is stored compressed
|
/external/squashfs-tools/squashfs-tools/ |
mksquashfs.h | 142 /* offset of data in compressed metadata blocks (allowing room for 143 * compressed size */
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
inspect_checkpoint.py | 52 if "corrupted compressed block contents" in str(e): 53 print("It's likely that your checkpoint file has been compressed "
|
/external/vboot_reference/firmware/lib/include/ |
bmpblk_font.h | 55 * The image to use follows immediately, NOT compressed. It's 58 * whole font blob to the bmpblk, it will be compressed as a single
|
/external/zlib/src/contrib/ada/ |
buffer_demo.adb | 18 -- compressed text into a buffer of the same size as the original text. 59 ("Compressed size : "
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 59 stores the compressed data to another stream. 73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100 74 If raw data size = 100 and compressed data size = 25, the CompressionRate 100 Compressed data comes from a separate source stream. TDecompressionStream 112 compressed data is exhausted and the next block is read from the input stream. 129 In: InBuf = ptr to compressed data 138 In: InBuf = ptr to compressed data 147 In: InBuf = ptr to compressed data
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiAutomatorBridge.java | 77 public void setCompressedLayoutHierarchy(boolean compressed) { 79 if (compressed)
|
/frameworks/base/tools/aapt2/io/ |
File.h | 41 // system, it may simply mmap the contents. If this file represents a compressed file in a 55 // Returns whether the file was compressed before it was stored in memory.
|
/frameworks/native/opengl/include/ETC1/ |
etc1.h | 42 // pOut is an ETC1 compressed version of the data. 48 // pIn is an ETC1 compressed version of the data.
|
/libcore/ojluni/src/main/java/java/util/zip/ |
Inflater.java | 232 * Returns true if the end of the compressed data stream has been 234 * @return true if the end of the compressed data stream has been 254 * @exception DataFormatException if the compressed data format is invalid 286 * @exception DataFormatException if the compressed data format is invalid 306 * Returns the total number of compressed bytes input so far. 312 * @return the total number of compressed bytes input so far 319 * Returns the total number of compressed bytes input so far. 321 * @return the total (non-negative) number of compressed bytes input so far
|
package.html | 62 ZLIB Compressed Data Format Specification version 3.3</a> 68 DEFLATE Compressed Data Format Specification version 1.3</a>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
ftp.h | 83 #define MODE_C 3 /* compressed */ 85 char *modenames[] = {"0", "Stream", "Block", "Compressed" };
|
/system/update_engine/payload_consumer/ |
xz_extent_writer.cc | 29 // to set a limit on this dictionary size, rejecting compressed streams that 31 // will allow compressed streams up to -9, the maximum compression setting.
|
Completed in 953 milliseconds
<<11121314151617181920>>