Searched refs:test_decompress (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/zstd/tests/ |
H A D | test-variants.sh | 77 test_decompress() { function 83 test_decompress $@ 106 test_decompress "$ZSTD_DECOMPRESS"
|
/aosp_15_r20/external/zstd/contrib/diagnose_corruption/ |
H A D | check_flipped_bits.c | 276 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 D | blockStreaming_ringBuffer.c | 82 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function 168 test_decompress(outFp, inpFp); in main()
|
H A D | blockStreaming_doubleBuffer.c | 74 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function 177 test_decompress(outFp, inpFp); in main()
|
H A D | blockStreaming_lineByLine.c | 86 static void test_decompress( in test_decompress() function 189 test_decompress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES); in main()
|
H A D | streamingHC_ringBuffer.c | 92 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function 204 test_decompress(outFp, inpFp); in main()
|
H A D | dictionaryRandomAccess.c | 105 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/ |
D | gzip_test.py | 438 def test_decompress(self): member in TestGzip
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_gzip.py | 564 def test_decompress(self): member in TestGzip
|