Home
last modified time | relevance | path

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

/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