Home
last modified time | relevance | path

Searched defs:compressed (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryXzTest.cpp54 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local
66 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.one-block"); in TEST_F() local
78 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.odd-sizes"); in TEST_F() local
89 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz.non-power"); in TEST_F() local
100 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local
113 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local
126 auto compressed = ReadFile("boot_arm.oat.gnu_debugdata.xz"); in TEST_F() local
/aosp_15_r20/external/zlib/contrib/tests/
H A Dutils_unittest.cc31 std::vector<unsigned char> compressed( in TestPayloads() local
108 std::vector<unsigned char> compressed( in TEST() local
222 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
291 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
420 uint8_t compressed[sizeof(checkMatchCrashData) * 2]; in TEST() local
540 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in TEST() local
1020 std::vector<uint8_t> compressed( in TEST() local
1057 std::vector<uint8_t> compressed( in TEST() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcert_compressor_test.cc23 const std::string compressed = in TEST_F() local
36 const std::string compressed = in TEST_F() local
52 const std::string compressed = CertCompressor::CompressChain( in TEST_F() local
71 const std::string compressed = in TEST_F() local
H A Dquic_compressed_certs_cache_test.cc35 std::string compressed = "compressed cert"; in TEST_F() local
52 std::string compressed = "compressed cert"; in TEST_F() local
74 std::string compressed = "compressed cert"; in TEST_F() local
H A Dquic_crypto_server_config_test.cc77 std::string compressed = QuicCryptoServerConfigPeer::CompressChain( in TEST_F() local
99 std::string compressed = QuicCryptoServerConfigPeer::CompressChain( in TEST_F() local
127 std::string compressed = QuicCryptoServerConfigPeer::CompressChain( in TEST_F() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.h126 const angle::Format &getActualBufferFormat(bool compressed) const in getActualBufferFormat()
132 VkFormat getActualBufferVkFormat(const Renderer *renderer, bool compressed) const in getActualBufferVkFormat()
138 VertexCopyFunction getVertexLoadFunction(bool compressed) const in getVertexLoadFunction()
143 bool getVertexLoadRequiresConversion(bool compressed) const in getVertexLoadRequiresConversion()
/aosp_15_r20/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h72 auto compressed = Compress(uncompressed); in PngMutator() local
94 auto compressed = Compress(ch.v); in Serialize() local
210 V compressed; variable
233 V Uncompress(const V &compressed) { in Uncompress()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c43 bool compressed) in tu102_choose_tiled_storage_type()
91 bool compressed) in nvc0_choose_tiled_storage_type()
188 bool compressed) in nvc0_mt_choose_storage_type()
451 bool compressed = drm->version >= 0x01000101; in nvc0_miptree_create() local
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/
Dcompress.rs672 let mut compressed = { in compress_into_vec_with_dict() localVariable
673 let mut compressed: Vec<u8> = vec![0u8; max_compressed_size]; in compress_into_vec_with_dict() localVariable
688 let mut compressed = { in compress_into_vec_with_dict() localVariable
867 let compressed = compress_with_dict(input, dict); in test_dict() localVariable
897 let compressed = compress_with_dict(input, dict); in test_dict_match_crossing() localVariable
964 let compressed = compress_prepend_size_with_dict(input, &dict); in test_dict_size() localVariable
/aosp_15_r20/external/cronet/net/server/
H A Dweb_socket_encoder.cc49 bool* compressed) { in DecodeFrameHybi17()
152 bool compressed, in EncodeFrameHybi17()
300 bool compressed; in DecodeFrame() local
336 std::string compressed; in EncodeTextFrame() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcompression_utils_test.cc33 CompressedElement compressed; in TEST() local
45 CompressedElement compressed; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dcompression_ops.cc35 CompressedElement compressed; in Compute() local
62 const CompressedElement* compressed = variant.get<CompressedElement>(); in Compute() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp413 struct compressed struct
417 typedef typename generate_base<T1, 1>::type base1;
418 typedef typename generate_base<T2, 2>::type base2;
420 typedef T1 first_type;
421 typedef T2 second_type;
423 first_type& first() { return static_cast<base1*>(this)->get(); } in first()
425 first_type const& first() const in first()
430 second_type& second() { return static_cast<base2*>(this)->get(); } in second()
432 second_type const& second() const in second()
438 compressed(First const& x1, Second const& x2) : base1(x1), base2(x2) in compressed() function
[all …]
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DDecodeTest.cs73 …private void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictiona… in CheckDecodeResourceWithDictionary()
83 private void CheckDecodeResource(string expected, string compressed) in CheckDecodeResource()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_lower.cpp699 brw_reg *reg, bool compressed) in brw_fs_lower_vgrf_to_fixed_grf()
730 const bool compressed = inst->dst.component_size(inst->exec_size) > REG_SIZE; in brw_fs_lower_vgrf_to_fixed_grf() local
776 const bool compressed = in brw_fs_lower_vgrfs_to_fixed_grfs() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/
DImageViewDrawableSetter.java86 protected Bitmap setCompressedImage(byte[] compressed) { in setCompressedImage()
162 private BitmapDrawable decodedBitmapDrawable(byte[] compressed) { in decodedBitmapDrawable()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dxz_extent_writer_unittest.cc89 void WriteAll(const brillo::Blob& compressed) { in WriteAll()
139 brillo::Blob compressed(std::begin(kCompressed30KiBofA), in TEST_F() local
/aosp_15_r20/external/zstd/tests/fuzz/
H A Ddictionary_loader.c28 static size_t compress(void* compressed, size_t compressedCapacity, in compress()
49 void const* compressed, size_t compressedSize, in decompress()
H A Dsimple_round_trip.c30 static size_t getDecompressionMargin(void const* compressed, size_t cSize, size_t srcSize, int hasS… in getDecompressionMargin()
53 void *compressed, size_t compressedCapacity, in roundTripTest()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dgzip_utils_unittest.cc88 string compressed = TrivialGzipCompress(input); in TEST() local
96 string compressed = TrivialGzipCompress(input); in TEST() local
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflate_stream.cc222 auto compressed = std::make_unique<WebSocketFrame>(opcode); in AppendCompressedFrame() local
273 auto compressed = std::make_unique<WebSocketFrame>(opcode); in AppendPossiblyCompressedMessage() local
/aosp_15_r20/external/puffin/src/
H A Dpuffin_unittest.cc117 void TestPuffDeflate(const Buffer& compressed, in TestPuffDeflate()
131 void FailPuffDeflate(const Buffer& compressed, Buffer* out_puff) { in FailPuffDeflate()
178 const Buffer compressed, in CheckSample()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface.c809 bool compressed, ADDR_COMPUTE_SURFACE_INFO_INPUT *AddrSurfInfoIn, in gfx6_compute_level()
1198 bool compressed; in gfx6_compute_surface() local
1930 bool compressed, ADDR2_COMPUTE_SURFACE_INFO_INPUT *in) in gfx9_compute_miptree()
2375 bool compressed; in gfx9_compute_surface() local
3056 bool compressed, ADDR3_COMPUTE_SURFACE_INFO_INPUT *in) in gfx12_compute_miptree()
3183 bool compressed = surf->blk_w == 4 && surf->blk_h == 4; in gfx12_compute_surface() local
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DCompressedTextureSurfaceView.java42 CompressedTextureLoader.Texture compressed) { in CompressedTextureSurfaceView()
124 CompressedTextureLoader.Texture compressed) { in CompressedTextureRender()
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dioctl.rs368 let mut compressed: c_ushort = 0x0000; in ioct_get_and_set_compression() localVariable
452 let mut compressed: c_ushort = COMPRESSION_FORMAT_LZNT1; in ioctl_with_val() localVariable

12345678910>>...27