Home
last modified time | relevance | path

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

1234

/third_party/node/test/parallel/
Dtest-zlib-convenience-methods.js79 const compressed = result.buffer; constant
91 const compressed = zlib[`${method[0]}Sync`](expect, opts); constant
100 const compressed = zlib[`${method[0]}Sync`](expect); constant
109 const compressed = zlib[`${method[0]}Sync`](expect, optsInfo); constant
Dtest-zlib-premature-end.js13 const compressed = compress(input); constant
Dtest-zlib-truncated.js26 zlib[methods.comp](inputString, function(err, compressed) { argument
Dtest-crypto-ecdh-convert-key.js59 let compressed = ECDH.convertKey(cafebabePubPtComp, variable
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc21 std::vector<unsigned char> compressed( in TestPayloads() local
75 std::vector<unsigned char> compressed( in TEST() local
189 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
258 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
387 uint8_t compressed[sizeof(checkMatchCrashData) * 2]; in TEST() local
507 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in TEST() local
/third_party/cef/libcef/browser/
Dimage_impl.cc50 std::vector<unsigned char>* compressed) { in PNGMethod()
65 std::vector<unsigned char>* compressed) { in JPEGMethod()
234 std::vector<unsigned char> compressed; in GetAsPNG() local
253 std::vector<unsigned char> compressed; in GetAsJPEG() local
368 std::vector<unsigned char>* compressed, in WriteCompressedFormat()
394 std::vector<unsigned char>* compressed, in WritePNG()
402 std::vector<unsigned char>* compressed, in WriteJPEG()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h127 const angle::Format &getActualBufferFormat(bool compressed) const in getActualBufferFormat()
133 VkFormat getActualBufferVkFormat(bool compressed) const in getActualBufferVkFormat()
139 VertexCopyFunction getVertexLoadFunction(bool compressed) const in getVertexLoadFunction()
144 bool getVertexLoadRequiresConversion(bool compressed) const in getVertexLoadRequiresConversion()
DVertexArrayVk.cpp54 bool compressed, in WarnOnVertexFormatConversion()
375 bool compressed) in convertVertexBufferGPU()
425 bool compressed) in convertVertexBufferCPU()
597 bool compressed = false; in syncDirtyAttrib() local
791 bool compressed = false; in updateStreamedAttribs() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DDecodeTest.cs73 …private void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictiona… in CheckDecodeResourceWithDictionary()
83 private void CheckDecodeResource(string expected, string compressed) in CheckDecodeResource()
DSynthTest.cs35 private void CheckSynth(byte[] compressed, bool expectSuccess, string expectedOutput) in CheckSynth()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
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()
448 bool compressed = drm->version >= 0x01000101; in nvc0_miptree_create() local
/third_party/ffmpeg/libavcodec/
Dpcx.c36 int compressed) in pcx_rle_decode()
77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc41 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DEOTWriter.java36 private final boolean compressed; field in EOTWriter
53 public EOTWriter(boolean compressed) { in EOTWriter()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DEOTWriter.java36 private final boolean compressed; field in EOTWriter
53 public EOTWriter(boolean compressed) { in EOTWriter()
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DResponseParameters.php39 protected $compressed = null; variable in Grpc\\Testing\\ResponseParameters
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DResponseParameters.php39 protected $compressed = null; variable in Grpc\\Testing\\ResponseParameters
/third_party/libunwind/src/
Delfxx.c261 xz_uncompressed_size (uint8_t *compressed, size_t length) in xz_uncompressed_size()
296 uint8_t *compressed = NULL; in elf_w() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecodeTest.java60 private void checkDecodeResource(String expected, String compressed) throws IOException { in checkDecodeResource()
/third_party/python/Lib/
Dzipapp.py77 filter=None, compressed=False): argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nv50_mt_choose_storage_type()
337 bool compressed = drm->version >= 0x01000101; in nv50_miptree_create() local
/third_party/cef/tools/
Dcrash_server.py188 def _unchunk_request(self, compressed): argument
/third_party/flutter/skia/tests/
DPDFDeflateWStreamTest.cpp132 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
/third_party/skia/tests/
DPDFDeflateWStreamTest.cpp132 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c183 bool compressed = in copy_buffer_to_image() local
310 bool compressed = in copy_image_to_buffer() local

1234