Searched refs:eof (Results 26 - 50 of 476) sorted by relevance

1234567891011>>

/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dget_pointer_size.pass.cpp58 assert(!is.eof());
63 assert(!is.eof());
70 assert(!is.eof());
76 assert( is.eof());
82 assert( is.eof());
101 assert( is.eof());
112 assert(!is.eof());
117 assert(!is.eof());
124 assert(!is.eof());
130 assert( is.eof());
[all...]
H A Dread.pass.cpp50 assert(!is.eof());
55 assert(!is.eof());
60 assert( is.eof());
69 assert(!is.eof());
74 assert(!is.eof());
79 assert( is.eof());
H A Dpeek.pass.cpp47 assert(!is.eof());
52 assert(!is.eof());
60 assert(!is.eof());
65 assert(!is.eof());
H A Dgetline_pointer_size.pass.cpp58 assert(!is.eof());
63 assert(!is.eof());
68 assert( is.eof());
74 assert( is.eof());
93 assert( is.eof());
104 assert(!is.eof());
109 assert(!is.eof());
114 assert( is.eof());
120 assert( is.eof());
139 assert( is.eof());
[all...]
H A Dgetline_pointer_size_chart.pass.cpp58 assert(!is.eof());
63 assert(!is.eof());
68 assert( is.eof());
74 assert( is.eof());
93 assert( is.eof());
104 assert(!is.eof());
109 assert(!is.eof());
114 assert( is.eof());
120 assert( is.eof());
139 assert( is.eof());
[all...]
H A Dreadsome.pass.cpp51 assert(!is.eof());
56 assert(!is.eof());
61 assert(!is.eof());
72 assert(!is.eof());
77 assert(!is.eof());
82 assert(!is.eof());
H A Dget_streambuf.pass.cpp41 overflow(typename base::int_type ch = base::traits_type::eof())
43 if (ch != base::traits_type::eof())
69 assert(is.eof());
84 assert(is.eof());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs50 public object eof; field in class:Antlr.Runtime.Tree.TreeIterator
68 eof = adaptor.Create(TokenTypes.EndOfFile, "EOF");
95 nodes.Enqueue(eof);
105 Current = eof;
126 nodes.Enqueue(eof); // add to queue, might have UP nodes in there
141 return Current != eof;
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Dunderflow.pass.cpp45 assert(sb.snextc() == std::char_traits<char>::eof());
46 assert(sb.underflow() == std::char_traits<char>::eof());
47 assert(sb.underflow() == std::char_traits<char>::eof());
63 assert(sb.snextc() == std::char_traits<wchar_t>::eof());
64 assert(sb.underflow() == std::char_traits<wchar_t>::eof());
65 assert(sb.underflow() == std::char_traits<wchar_t>::eof());
/external/python/cpython3/PC/bdist_wininst/
H A Dbuild.bat11 if errorlevel 1 goto :eof
14 if errorlevel 1 goto :eof
20 if errorlevel 1 goto :eof
/external/apache-http/src/org/apache/http/impl/io/
H A DChunkedInputStream.java93 private boolean eof = false; field in class:ChunkedInputStream
126 if (this.eof) {
131 if (this.eof) {
156 if (eof) {
161 if (eof) {
195 eof = true;
266 if (!eof) {
270 eof = true;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRStreamEnumerator.h38 id eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRStreamEnumerator.h38 id eof; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRStreamEnumerator.h38 id eof; variable
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dsigned_char.pass.cpp49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
H A Dunsigned_char.pass.cpp49 assert( is.eof());
58 assert(!is.eof());
62 assert(!is.eof());
66 assert(!is.eof());
H A Dsigned_char_pointer.pass.cpp49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
H A Dunsigned_char_pointer.pass.cpp49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
H A Dwchar_t_pointer.pass.cpp49 assert(!is.eof());
59 assert(!is.eof());
69 assert( is.eof());
80 assert(!is.eof());
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/
H A Dws.pass.cpp64 assert(is.eof());
66 assert(is.eof());
74 assert(is.eof());
76 assert(is.eof());
/external/skqp/tools/bookmaker/
H A DfiddleParser.cpp40 while (!this->eof()) {
64 } while (!this->eof() && this->next() && brackets > 0);
111 } while (!this->eof() && this->next());
178 } while (!bmh.eof() && !fiddle.eof());
181 } else if (!bmh.eof() || !fiddle.eof()) {
183 bmh.reportError("%s mismatched stdout eof\n");
/external/google-breakpad/src/processor/
H A Dbinarystream.cc45 if (eof())
53 if (!eof())
66 if (!eof())
74 if (!eof())
82 if (!eof())
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dpointer.pass.cpp62 assert( is.eof());
71 assert(!is.eof());
80 assert(!is.eof());
89 assert( is.eof());
98 assert( is.eof());
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dexpect_scp19 eof {
/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Dbio_stream.h72 void setEof(bool eof) { argument
73 mEof = eof;

Completed in 1450 milliseconds

1234567891011>>