Home
last modified time | relevance | path

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

123

/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/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()
451 bool compressed = drm->version >= 0x01000101; in nvc0_miptree_create() local
/third_party/ffmpeg/libavcodec/
Dpcx.c37 int compressed) in pcx_rle_decode()
77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
Dcri.c180 int compressed = 0; in cri_decode_frame() local
/third_party/libunwind/libunwind/src/
Delfxx.c189 xz_uncompressed_size (uint8_t *compressed, size_t length) in xz_uncompressed_size()
224 uint8_t *compressed = NULL; in elf_w() 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/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/brotli/java/org/brotli/dec/
DDecodeTest.java60 private void checkDecodeResource(String expected, String compressed) throws IOException { in checkDecodeResource()
DSynthTest.java50 private void checkSynth(byte[] compressed, boolean expectSuccess, in checkSynth()
/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/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c137 bool compressed = in copy_buffer_to_image() local
286 bool compressed = in copy_image_to_buffer() local
/third_party/skia/tests/
DPDFDeflateWStreamTest.cpp132 std::unique_ptr<SkStreamAsset> compressed(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local
/third_party/mesa3d/src/intel/isl/
Disl_aux_info.c71 bool compressed; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate() local
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.h60 bool compressed = false; member
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanBarriersPerf.cpp185 bool compressed) in createTexture()

123