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

1 2 3 45 6 7 8 91011>>

  /system/extras/ANRdaemon/
README 14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file.
16 The compressed trace file can be parsed using systrace:
17 $ systrace.py --from-file=<path to compressed trace file>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDecompressLib.h 43 be determined from the compressed data specified by Source and SourceData,
56 @param Source The source buffer containing the compressed data.
59 that will be generated when the compressed buffer specified
62 is required to decompress the compressed buffer specified
80 Decompresses a compressed source buffer.
86 If the compressed source data specified by Source is sucessfully decompressed
87 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
88 specified by Source is not in a valid compressed data format,
95 @param Source The source buffer containing the compressed data.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCustomizedCompress.h 61 Source - The source buffer containing the compressed data.
91 Source - The source buffer containing the compressed data.
122 DstBuffer - The buffer to store the compressed data
124 the size of the actual compressed data.
  /external/ImageMagick/PerlMagick/t/bzlib/
write.t 18 # Test writing BZip-compressed MIFF
  /external/ImageMagick/PerlMagick/t/zlib/
write.t 18 # 1) Test writing Zip-compressed MIFF
  /external/brotli/java/org/brotli/wrapper/dec/
BrotliDecoderChannelTest.java 69 byte[] compressed;
71 compressed = BundleHelper.readEntry(bundle, entryName);
75 if (compressed == null) {
79 ReadableByteChannel src = Channels.newChannel(new ByteArrayInputStream(compressed));
BrotliInputStreamTest.java 67 byte[] compressed;
69 compressed = BundleHelper.readEntry(bundle, entryName);
73 if (compressed == null) {
77 InputStream src = new ByteArrayInputStream(compressed);
  /external/bsdiff/
patch_writer.cc 93 LOG(ERROR) << "Finalizing compressed streams.";
128 * 8 8 length of compressed ctrl block
129 * 16 8 length of compressed diff block
134 * 32 ?? compressed ctrl block
135 * ?? ?? compressed diff block
136 * ?? ?? compressed extra block
145 // 5 1 compressed type for control stream
146 // 6 1 compressed type for diff stream
147 // 7 1 compressed type for extra stream
  /external/curl/tests/data/
test642 27 --key curl_client_key --pubkey curl_client_key.pub -u %USER: --compressed-ssh sftp://%HOSTIP:%SSHPORT%PWD/log/file642.txt --insecure
  /external/llvm/test/tools/llvm-dwp/X86/
compressfail.test 7 CHECK: error: failure while decompressing compressed section: 'zdebug_{{.*}}.dwo'
  /external/llvm/unittests/Support/
CompressionTest.cpp 27 SmallString<32> Compressed;
29 EXPECT_EQ(zlib::StatusOK, zlib::compress(Input, Compressed, Level));
32 zlib::uncompress(Compressed, Uncompressed, Input.size()));
37 zlib::uncompress(Compressed, Uncompressed, Input.size() - 1));
  /external/python/cpython3/Tools/msi/core/
core.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
core_d.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
core_pdb.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
  /external/python/cpython3/Tools/msi/dev/
dev_d.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
  /external/python/cpython3/Tools/msi/exe/
exe_d.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
exe_pdb.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
  /external/python/cpython3/Tools/msi/lib/
lib_d.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
lib_pdb.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
  /external/python/cpython3/Tools/msi/tcltk/
tcltk_d.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
tcltk_pdb.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
  /external/python/cpython3/Tools/msi/test/
test_d.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
test_pdb.wxs 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
  /external/syslinux/gpxe/src/drivers/bus/
isa_ids.c 15 /* Vendor ID is a compressed ASCII string */
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_DecodeGif.pbtxt 18 convert animated GIF from compressed to uncompressed by:

Completed in 445 milliseconds

1 2 3 45 6 7 8 91011>>