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

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java 8 * to turn this on call setPointFormat() with "COMPRESSED".
14 * in point compression will not be used. If the String "COMPRESSED" is passed point
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1a.s 1 # Define a function with all "compressed" (dc and ic) references.
6 .include "compressed-plt-1.s"
compressed-plt-1-dyn.s 16 .include "compressed-plt-1.s"
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompressLibInternal.h 26 Given a Lzma compressed source buffer, this function retrieves the size of
28 to decompress the compressed source buffer.
41 @param Source The source buffer containing the compressed data.
44 that will be generated when the compressed buffer specified
47 is required to decompress the compressed buffer specified
65 Decompresses a Lzma compressed source buffer.
68 If the compressed source data specified by Source is successfully decompressed
69 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
70 specified by Source is not in a valid compressed data format,
73 @param Source The source buffer containing the compressed data.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompressLibInternal.h 26 Given a Lzma compressed source buffer, this function retrieves the size of
28 to decompress the compressed source buffer.
41 @param Source The source buffer containing the compressed data.
44 that will be generated when the compressed buffer specified
47 is required to decompress the compressed buffer specified
65 Decompresses a Lzma compressed source buffer.
68 If the compressed source data specified by Source is successfully decompressed
69 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
70 specified by Source is not in a valid compressed data format,
73 @param Source The source buffer containing the compressed data.
    [all...]
  /external/curl/docs/cmdline-opts/
compressed-ssh.d 1 Long: compressed-ssh
  /external/curl/tests/data/
test221 6 compressed
22 # I removed the first three bytes of the gzip compressed contents
47 HTTP GET gzip compressed content with broken gzip header
50 http://%HOSTIP:%HTTPPORT/221 --compressed
  /external/python/cpython3/Tools/msi/bundle/packagegroups/
dev.wxs 7 Compressed="$(var.CompressMSI)"
16 Compressed="$(var.CompressMSI_D)"
26 Compressed="$(var.CompressMSI)"
35 Compressed="$(var.CompressMSI_D)"
core.wxs 7 Compressed="$(var.CompressMSI)"
16 Compressed="$(var.CompressPDB)"
25 Compressed="$(var.CompressMSI_D)"
35 Compressed="$(var.CompressMSI)"
44 Compressed="$(var.CompressPDB)"
53 Compressed="$(var.CompressMSI_D)"
exe.wxs 8 Compressed="$(var.CompressMSI)"
18 Compressed="$(var.CompressPDB)"
27 Compressed="$(var.CompressMSI_D)"
37 Compressed="$(var.CompressMSI)"
47 Compressed="$(var.CompressPDB)"
56 Compressed="$(var.CompressMSI_D)"
tcltk.wxs 7 Compressed="$(var.CompressMSI)"
17 Compressed="$(var.CompressPDB)"
27 Compressed="$(var.CompressMSI_D)"
38 Compressed="$(var.CompressMSI)"
48 Compressed="$(var.CompressPDB)"
58 Compressed="$(var.CompressMSI_D)"
  /system/libufdt/tests/testdata/
suffix_compress-base.dts 4 /* these name could be suffix compressed in dtb after compiled */
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
dw2-3.rt 4 +\[0+800\]: COMPRESSED
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
compressed1a.d 9 .*COMPRESSED.*
compressed1b.d 9 .*COMPRESSED.*
compressed1c.d 9 .*COMPRESSED.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
compressed1.d 1 #name: undefined symbol with compressed debug sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
compressed1.d 1 #name: undefined symbol with compressed debug sections
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
LzmaDecompress.h 21 @param Source The source buffer containing the compressed data.
39 Decompresses a Lzma compressed source buffer.
42 If the compressed source data specified by Source is successfully decompressed
43 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
44 specified by Source is not in a valid compressed data format,
47 @param Source The source buffer containing the compressed data.
58 (not in a valid compressed format).
  /toolchain/binutils/binutils-2.27/gold/
compressed_output.h 1 // compressed_output.h -- compressed output sections for gold -*- C++ -*-
26 // compressed sections.
40 // Read the compression header of a compressed debug section and return
46 // Decompress a compressed debug section directly into the output file.
52 // This is used for a section whose data should be compressed. It is
71 // Write out the compressed contents.
78 // The compressed data.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiDecompressLib.h 5 were compressed using the UEFI compression scheme. The UEFI Decompress
24 Given a compressed source buffer, this function retrieves the size of
26 to decompress the compressed source buffer.
31 be determined from the compressed data specified by Source and SourceData,
44 @param Source The source buffer containing the compressed data.
47 that will be generated when the compressed buffer specified
50 is required to decompress the compressed buffer specified
59 the compressed data specified by Source
72 Decompresses a compressed source buffer.
79 If the compressed source data specified by Source is successfully decompressed
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureCtsActivity.java 44 CompressedTextureLoader.Texture compressed = null; local
52 compressed = CompressedTextureLoader.createFromUncompressedETC1(bitmap);
54 compressed = CompressedTextureLoader.loadTextureDXT(mResources, R.raw.ddstex);
56 compressed = CompressedTextureLoader.loadTextureATC(mResources, 0); //cts for now
58 compressed = CompressedTextureLoader.loadTexturePVRTC(mResources, R.raw.pvrtex);
61 mCompressedTextureView = new CompressedTextureSurfaceView(this, bitmap, compressed);
  /device/generic/goldfish/camera/
JpegCompressor.h 46 * The compressed image will be saved in mStream member of this class. Use
47 * getCompressedSize method to obtain buffer size of the compressed image,
48 * and getCompressedImage to copy out the compressed image.
64 /* Get size of the compressed JPEG buffer.
68 * Size of the compressed JPEG buffer.
72 /* Copies out compressed JPEG buffer.
  /device/google/cuttlefish_common/guest/hals/camera/
JpegCompressor.h 45 * The compressed image will be saved in mStream member of this class. Use
46 * getCompressedSize method to obtain buffer size of the compressed image,
47 * and getCompressedImage to copy out the compressed image.
59 /* Get size of the compressed JPEG buffer.
63 * Size of the compressed JPEG buffer.
67 /* Copies out compressed JPEG buffer.
  /external/freetype/include/freetype/
ftbzip2.h 5 /* Bzip2-compressed stream support. */
43 /* Using bzip2-compressed font files. */
57 * Open a new stream to parse bzip2-compressed font files. This is
58 * mainly used to support the compressed `*.pcf.bz2' fonts that come
84 * compressed file, the library will try to open a bzip2 compressed stream

Completed in 866 milliseconds

12 3 4 5 6 7 8 91011>>