Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dexample.c48 void test_flush OF((Byte *compr, uLong *comprLen));
344 void test_flush(compr, comprLen) in test_flush() function
554 test_flush(compr, &comprLen);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryio.py316 def test_flush(self): member in MemoryTestMixin
Dtest_logging.py466 def test_flush(self): member in MemoryHandlerTest
Dtest_mailbox.py382 def test_flush(self): member in TestMailbox
Dtest_io.py1069 def test_flush(self): member in BufferedWriterTest