Home
last modified time | relevance | path

Searched refs:test_compress (Results 1 – 10 of 10) sorted by relevance

/external/lz4/examples/
DblockStreaming_ringBuffer.c48 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
158 test_compress(outFp, inpFp); in main()
DblockStreaming_doubleBuffer.c39 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
164 test_compress(outFp, inpFp); in main()
DHCStreaming_ringBuffer.c54 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
191 test_compress(outFp, inpFp); in main()
DblockStreaming_lineByLine.c37 static void test_compress( in test_compress() function
178 test_compress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES); in main()
DdictionaryRandomAccess.c56 void test_compress(FILE* outFp, FILE* inpFp, void *dict, int dictSize) in test_compress() function
241 test_compress(outFp, inpFp, dict, dictSize); in main()
/external/python/cpython2/Modules/zlib/
Dexample.c80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() function
578 test_compress(compr, comprLen, uncompr, uncomprLen);
/external/python/cpython2/Lib/test/
Dtest_itertools.py330 def test_compress(self): member in TestBasicOps
1028 def test_compress(self): member in TestExamples
1157 def test_compress(self): member in TestGC
1319 def test_compress(self): member in TestVariousIteratorArgs
/external/python/apitools/apitools/base/py/
Dgzip_test.py430 def test_compress(self): member in TestGzip
/external/python/cpython3/Lib/test/
Dtest_itertools.py491 def test_compress(self): member in TestBasicOps
1603 def test_compress(self): member in TestExamples
1736 def test_compress(self): member in TestGC
1909 def test_compress(self): member in TestVariousIteratorArgs
Dtest_gzip.py503 def test_compress(self): member in TestGzip