Home
last modified time | relevance | path

Searched defs:decompressed (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-zlib-convenience-methods.js92 const decompressed = zlib[`${method[1]}Sync`](compressed, opts); constant
101 const decompressed = zlib[`${method[1]}Sync`](compressed); constant
113 const decompressed = zlib[`${method[1]}Sync`](compressed.buffer, constant
Dtest-zlib-truncated.js58 zlib[methods.decomp](truncated, syncFlushOpt, function(err, decompressed) { argument
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc23 std::vector<unsigned char> decompressed(input.size()); in TestPayloads() local
77 std::vector<unsigned char> decompressed(input.size()); in TEST() local
201 std::vector<uint8_t> decompressed(src.size(), '\0'); in TEST() local
270 std::vector<uint8_t> decompressed(src.size(), '\0'); in TEST() local
407 uint8_t decompressed[sizeof(checkMatchCrashData)]; in TEST() local
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc61 std::vector<uint8_t> decompressed(src.size() + 1); in LLVMFuzzerTestOneInput() local
/third_party/skia/tests/
DPDFDeflateWStreamTest.cpp133 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get())); in DEF_TEST() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DExhaustiveTest.java109 char[] decompressed = new char[decompressedSize]; in myMultipassTest() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java106 char[] decompressed = new char[decompressedSize]; in myMultipassTest() local