Home
last modified time | relevance | path

Searched refs:at_eof (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/common/
DxyzModem.c50 bool crc_mode, at_eof, tx_ack; member
429 xyz.at_eof = false; in xyzModem_stream_open()
495 while (!xyz.at_eof && (size > 0)) in xyzModem_stream_read()
573 xyz.at_eof = true; in xyzModem_stream_read()
588 if (!xyz.at_eof) in xyzModem_stream_read()
641 xyz.at_eof = true; in xyzModem_stream_terminate()
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h372 bool at_eof() const { return Data >= End; } in at_eof() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_streams.py269 self.assertFalse(stream.at_eof())
272 self.assertFalse(stream.at_eof())
275 self.assertFalse(stream.at_eof())
280 self.assertTrue(stream.at_eof())
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h393 bool at_eof() const { return Data >= End; } in at_eof() function
/external/python/cpython3/Lib/asyncio/
Dstreams.py423 def at_eof(self): member in StreamReader
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp366 while (!at_eof()) { in read()
/external/python/cpython3/Doc/library/
Dasyncio-stream.rst212 .. method:: at_eof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProfReader.cpp427 while (!at_eof()) { in read()
/external/python/cpython3/Misc/
DHISTORY2464 StreamReader.at_eof(); properly handle duplicate coroutines/futures