Home
last modified time | relevance | path

Searched refs:test_decompress (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/zstd/tests/
H A Dtest-variants.sh77 test_decompress() { function
83 test_decompress $@
106 test_decompress "$ZSTD_DECOMPRESS"
/aosp_15_r20/external/zstd/contrib/diagnose_corruption/
H A Dcheck_flipped_bits.c276 static int test_decompress(stuff_t* stuff) { in test_decompress() function
342 if (test_decompress(stuff)) { in perturb_bits()
365 if (test_decompress(stuff)) { in perturb_bytes()
386 if (test_decompress(&stuff)) { in main()
/aosp_15_r20/external/lz4/examples/
H A DblockStreaming_ringBuffer.c82 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function
168 test_decompress(outFp, inpFp); in main()
H A DblockStreaming_doubleBuffer.c74 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function
177 test_decompress(outFp, inpFp); in main()
H A DblockStreaming_lineByLine.c86 static void test_decompress( in test_decompress() function
189 test_decompress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES); in main()
H A DstreamingHC_ringBuffer.c92 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function
204 test_decompress(outFp, inpFp); in main()
H A DdictionaryRandomAccess.c105 void test_decompress(FILE* outFp, FILE* inpFp, void *dict, int dictSize, int offset, int length) in test_decompress() function
254 test_decompress(outFp, inpFp, dict, DICTIONARY_BYTES, offset, length); in main()
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dgzip_test.py438 def test_decompress(self): member in TestGzip
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_gzip.py564 def test_decompress(self): member in TestGzip