Home
last modified time | relevance | path

Searched defs:test_compress (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_itertools.py495 def test_compress(self): member in TestBasicOps
1705 def test_compress(self): member in TestExamples
1838 def test_compress(self): member in TestGC
2015 def test_compress(self): member in TestVariousIteratorArgs
Dtest_gzip.py536 def test_compress(self): member in TestGzip
/aosp_15_r20/external/zstd/tests/
H A Dtest-variants.sh73 test_compress() { function
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/pascal/
Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt; procedure
/aosp_15_r20/external/lz4/examples/
H A DblockStreaming_doubleBuffer.c39 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
H A DblockStreaming_ringBuffer.c48 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
H A DblockStreaming_lineByLine.c37 static void test_compress( in test_compress() function
H A DstreamingHC_ringBuffer.c57 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
H A DdictionaryRandomAccess.c56 void test_compress(FILE* outFp, FILE* inpFp, void *dict, int dictSize) in test_compress() function
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dexample.c111 void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() function
H A Dexample_original.c105 void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) in test_compress() function
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dexample.c88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() function
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dgzip_test.py430 def test_compress(self): member in TestGzip
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/
Dexample.c88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() function
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/
Dexample.c69 void test_compress(unsigned char *compr, z_size_t comprLen, unsigned char *uncompr, z_size_t uncomp… in test_compress() function
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py135 def test_compress(self): member in TestNonarrayArgs
H A Dtest_multiarray.py1455 def test_compress(self): member in TestMethods