Home
last modified time | relevance | path

Searched refs:test_flush (Results 1 – 12 of 12) sorted by relevance

/external/zlib/src/test/
Dexample.c44 void test_flush OF((Byte *compr, uLong *comprLen));
375 void test_flush(compr, comprLen) in test_flush() function
591 test_flush(compr, &comprLen);
/external/python/cpython2/Modules/zlib/
Dexample.c44 void test_flush OF((Byte *compr, uLong *comprLen));
375 void test_flush(compr, comprLen) in test_flush() function
590 test_flush(compr, &comprLen);
/external/e2fsprogs/lib/ext2fs/
Dtest_io.c114 static errcode_t test_flush(io_channel channel) in test_flush() function
140 test_flush(channel); in test_abort()
540 .flush = test_flush,
/external/zlib/src/contrib/pascal/
Dexample.pas368 procedure test_flush(compr: Pointer; var comprLen : LongInt); procedure
583 test_flush(compr, comprLen);
/external/python/cpython2/Lib/test/
Dtest_memoryio.py317 def test_flush(self): member in MemoryTestMixin
Dtest_logging.py468 def test_flush(self): member in MemoryHandlerTest
Dtest_mailbox.py402 def test_flush(self): member in TestMailbox
Dtest_io.py1267 def test_flush(self): member in BufferedWriterTest
/external/python/cpython3/Lib/test/
Dtest_memoryio.py348 def test_flush(self): member in MemoryTestMixin
Dtest_mailbox.py492 def test_flush(self): member in TestMailbox
Dtest_logging.py1091 def test_flush(self): member in MemoryHandlerTest
Dtest_io.py1702 def test_flush(self): member in BufferedWriterTest