/third_party/node/test/parallel/ |
D | test-zlib-convenience-methods.js | 79 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
|
D | test-zlib-premature-end.js | 13 const compressed = compress(input); constant
|
D | test-zlib-truncated.js | 26 zlib[methods.comp](inputString, function(err, compressed) { argument
|
D | test-crypto-ecdh-convert-key.js | 59 let compressed = ECDH.convertKey(cafebabePubPtComp, variable
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
D | utils_unittest.cc | 21 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/ |
D | image_impl.cc | 50 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/ |
D | vk_format_utils.h | 127 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()
|
D | VertexArrayVk.cpp | 54 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/ |
D | DecodeTest.cs | 73 …private void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictiona… in CheckDecodeResourceWithDictionary() 83 private void CheckDecodeResource(string expected, string compressed) in CheckDecodeResource()
|
D | SynthTest.cs | 35 private void CheckSynth(byte[] compressed, bool expectSuccess, string expectedOutput) in CheckSynth()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 43 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/ |
D | pcx.c | 36 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/ |
D | deflate_fuzzer.cc | 41 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/ |
D | EOTWriter.java | 36 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/ |
D | EOTWriter.java | 36 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/ |
D | ResponseParameters.php | 39 protected $compressed = null; variable in Grpc\\Testing\\ResponseParameters
|
/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | ResponseParameters.php | 39 protected $compressed = null; variable in Grpc\\Testing\\ResponseParameters
|
/third_party/libunwind/src/ |
D | elfxx.c | 261 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/ |
D | DecodeTest.java | 60 private void checkDecodeResource(String expected, String compressed) throws IOException { in checkDecodeResource()
|
/third_party/python/Lib/ |
D | zipapp.py | 77 filter=None, compressed=False): argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_miptree.c | 68 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/ |
D | crash_server.py | 188 def _unchunk_request(self, compressed): argument
|
/third_party/flutter/skia/tests/ |
D | PDFDeflateWStreamTest.cpp | 132 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
|
/third_party/skia/tests/ |
D | PDFDeflateWStreamTest.cpp | 132 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 183 bool compressed = in copy_buffer_to_image() local 310 bool compressed = in copy_image_to_buffer() local
|