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

<<11121314151617181920>>

  /external/tcpdump/
ppp.h 32 #define PPP_VJC 0x002d /* Van Jacobson Compressed TCP/IP */
39 #define PPP_COMP 0x00fd /* Compressed Datagram */
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 73 public void setCompressedLayoutHierarchy(boolean compressed) {
75 if (compressed)
  /frameworks/base/libs/androidfw/include/androidfw/
ZipUtils.h 51 * one always-compressed entry, but we currently want to treat Zip
60 * the file seeked to the start of the compressed data.
  /libcore/ojluni/src/main/java/java/util/zip/
DeflaterInputStream.java 49 /** Input buffer for reading compressed data. */
142 * Reads a single byte of compressed data from the input stream.
143 * This method will block until some input can be read and compressed.
145 * @return a single byte of compressed data, or -1 if the end of the
151 // Read a single byte of compressed data
159 * Reads compressed data into a byte array.
160 * This method will block until some input can be read and compressed.
164 * @param len maximum number of compressed bytes to read into {@code b}
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageProcessorListener.java 41 * Called when compressed image is complete and is ready for further processing
44 * @param payload Byte array that contains the compressed image data
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objdump.exp 159 # Test objdump -s on a file that contains a compressed .debug section
162 unsupported "objdump compressed debug"
163 } elseif { ![binutils_assemble $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o] } then {
164 fail "objdump compressed debug"
167 set compressed_testfile [remote_download host tmpdir/dw2-compressed.o]
169 set compressed_testfile tmpdir/dw2-compressed.o
186 # Test objdump -W on a file that contains some compressed .debug sections
readelf.exp 214 # This tests "readelf -wa", but on a file with a compressed
223 # Compile the compressed-debug-section test file.
224 if { [target_compile $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o object debug] != "" } {
226 untested "readelf -wa (compressed)"
231 set tempfile [remote_download host tmpdir/dw2-compressed.o]
242 fail "readelf -wa (compressed)"
248 pass "readelf -wa (compressed)"
  /toolchain/binutils/binutils-2.27/gold/
compressed_output.cc 1 // compressed_output.cc -- manage compressed debug sections for gold
33 // if it successfully compressed, false if it failed for any reason
35 // true, it allocates memory for the compressed data using new, and
90 /* It is possible the section consists of several compressed
118 // Read the compression header of a compressed debug section and return
137 // Decompress a compressed debug section directly into the output file.
214 // Set the final data size of a compressed section. This is where
322 // Write out a compressed section. If we couldn't compress, we just
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
ProcessedAndRawByteSources.java 27 * In case of compression, the raw data is the compressed data and the processed data is the
69 * ultimately stored in the file and, in the case of compressed files, is the same data in the
  /external/freetype/src/gzip/
zlib.h 59 the consistency of the compressed data, so the library should never
222 compressed output when it wants, for example when the output buffer is full
236 restart from this point if previous compressed data has been damaged or if
365 or more output produced), Z_STREAM_END if the end of the compressed data has
430 the compression ratio but not the correctness of the compressed output even
441 without producing any compressed output. This function must be called
447 to be encountered later in the data to be compressed, with the most commonly
449 dictionary is most useful when the data to be compressed is short and can be
450 predicted with good accuracy; the data can then be compressed better than
504 is compressed with the old level (and may be flushed); the new level wil
    [all...]
  /external/zlib/src/examples/
gzlog.c 18 valid state. The last data to be appended or compressed is saved in an
23 compressed portion, which is preloaded for the compression of the subsequent
36 foo.repairs -- log file for log file recovery operations (not compressed)
40 - compressed data ending initially with empty stored block
62 compressed data, and contains both the crc and length of just the compressed
68 to be compressed is missing due to some external force, a gzip file with
69 just the previous compressed data will be reconstructed. In this case, all
70 of the data that was to be compressed is lost (approximately one megabyte).
123 - Compressed data crc and length. This is the crc and length of the dat
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzlog.c 18 valid state. The last data to be appended or compressed is saved in an
23 compressed portion, which is preloaded for the compression of the subsequent
36 foo.repairs -- log file for log file recovery operations (not compressed)
40 - compressed data ending initially with empty stored block
62 compressed data, and contains both the crc and length of just the compressed
68 to be compressed is missing due to some external force, a gzip file with
69 just the previous compressed data will be reconstructed. In this case, all
70 of the data that was to be compressed is lost (approximately one megabyte).
123 - Compressed data crc and length. This is the crc and length of the dat
    [all...]
  /art/test/071-dexfile-map-clean/
build 17 # Any JAR files used by this test shall have their classes.dex be stored, NOT compressed.
  /bionic/libc/kernel/uapi/linux/
cramfs_fs.h 23 #define CRAMFS_SIGNATURE "Compressed ROMFS"
  /device/generic/goldfish/camera/
Thumbnail.h 26 * dimensions. The resulting thumbnail is JPEG compressed and a pointer and size
  /device/google/cuttlefish_common/guest/hals/camera/
Thumbnail.h 26 * dimensions. The resulting thumbnail is JPEG compressed and a pointer and size
  /device/linaro/bootloader/arm-trusted-firmware/docs/plat/
socionext-uniphier.rst 21 the BL1 validity in a different way; BL1 is GZIP-compressed and appended to
22 the UniPhier BL. The concatenation of the UniPhier BL and the compressed BL1
36 compressed-BL1 appended) into the on-chip SRAM. If the SoC fuses are blown,
59 BL1 must be compressed for the reason above. The UniPhier's platform makefile
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
Bmp.h 48 UINT32 ImageSize; // Compressed image size in bytes
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 39 UINT32 ImageSize; ///< Compressed image size in bytes
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.h 23 @param[in] DstBuffer The buffer to put the compressed image in.
  /external/autotest/client/bin/result_tools/
zip_file_throttler_unittest.py 19 # Set max result size to 0 to force all files being compressed if possible.
117 # Verify files that should not be compressed are not changed.
120 'File %s should not be compressed!' % f)
126 'File %s is not compressed!' % f)
  /external/brotli/c/common/
constants.h 13 /* Specification: 2. Compressed representation overview */
  /external/brotli/python/tests/
decompressor_test.py 14 return test_data.split('.compressed')[0]
  /external/bsdiff/
brotli_decompressor.cc 48 // In some cases, the brotli compressed stream could be empty. As a result,
decompressor_interface.h 22 // compressed stream. This buffer is owned by the caller and should stay

Completed in 681 milliseconds

<<11121314151617181920>>