Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_streams.py272 self.assertFalse(stream.at_eof())
275 self.assertFalse(stream.at_eof())
278 self.assertFalse(stream.at_eof())
283 self.assertTrue(stream.at_eof())
990 self.assertTrue(rd.at_eof())
/third_party/rust/crates/nom/doc/archive/
Dupgrading_to_nom_4.md160 fn at_eof(&self) -> bool;
187 `CompleteStr(&str)` input types, for which the `at_eof()` method always returns true.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h510 bool at_eof() const { return Data >= End; } in at_eof() function
/third_party/python/Lib/asyncio/
Dstreams.py452 def at_eof(self): member in StreamReader
/third_party/openssl/apps/
Ds_client.c828 int at_eof = 0; in s_client_main() local
2777 if (read_tty && !at_eof) in s_client_main()
3021 at_eof = 1; in s_client_main()
/third_party/python/Doc/library/
Dasyncio-stream.rst236 .. method:: at_eof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp465 while (!at_eof()) { in readImpl()
/third_party/python/Misc/
DHISTORY2464 StreamReader.at_eof(); properly handle duplicate coroutines/futures