Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 39) sorted by relevance

12

/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp88 CPPUNIT_ASSERT(str.eof()); in check_get_float()
99 CPPUNIT_ASSERT(str.eof()); in check_get_float()
110 CPPUNIT_ASSERT(str.eof()); in check_get_float()
121 CPPUNIT_ASSERT(str.eof()); in check_get_float()
132 CPPUNIT_ASSERT(str.eof()); in check_get_float()
143 CPPUNIT_ASSERT(str.eof()); in check_get_float()
167 CPPUNIT_ASSERT(str.eof()); in check_get_float()
190 CPPUNIT_ASSERT(str.eof()); in check_get_float()
213 CPPUNIT_ASSERT(str.eof()); in check_get_float()
258 CPPUNIT_ASSERT( str.eof() ); in check_get_float()
[all …]
Diostream_test.cpp51 CPPUNIT_ASSERT( istr.eof() ); in manipulators()
56 CPPUNIT_ASSERT( istr.eof() ); in manipulators()
70 CPPUNIT_ASSERT( !istr.eof() ); in manipulators()
75 CPPUNIT_ASSERT( istr.eof() ); in manipulators()
Dcodecvt_test.cpp308 CPPUNIT_ASSERT( !istr.eof() ); in variable_encoding()
320 if (char_traits<char>::eq_int_type(c, char_traits<char>::eof())) { in variable_encoding()
330 while (!istr.eof()); in variable_encoding()
332 CPPUNIT_ASSERT( istr.eof() ); in variable_encoding()
343 CPPUNIT_ASSERT( !istr.eof() ); in variable_encoding()
356 if (c == char_traits<char>::eof()) { in variable_encoding()
376 while (!istr.eof()); in variable_encoding()
378 CPPUNIT_ASSERT( istr.eof() ); in variable_encoding()
Dsstream_test.cpp118 CPPUNIT_ASSERT( s.eof() ); in input()
126 CPPUNIT_ASSERT( s.eof() ); in input()
170 CPPUNIT_ASSERT( s.eof() ); in io()
183 CPPUNIT_ASSERT( s.eof() ); in err()
197 CPPUNIT_ASSERT( s.eof() ); in err_long()
Dfull_streambuf.h33 return traits_type::eof(); in overflow()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp88 CPPUNIT_ASSERT(str.eof()); in check_get_float()
99 CPPUNIT_ASSERT(str.eof()); in check_get_float()
110 CPPUNIT_ASSERT(str.eof()); in check_get_float()
121 CPPUNIT_ASSERT(str.eof()); in check_get_float()
132 CPPUNIT_ASSERT(str.eof()); in check_get_float()
143 CPPUNIT_ASSERT(str.eof()); in check_get_float()
167 CPPUNIT_ASSERT(str.eof()); in check_get_float()
190 CPPUNIT_ASSERT(str.eof()); in check_get_float()
213 CPPUNIT_ASSERT(str.eof()); in check_get_float()
258 CPPUNIT_ASSERT( str.eof() ); in check_get_float()
[all …]
Diostream_test.cpp51 CPPUNIT_ASSERT( istr.eof() ); in manipulators()
56 CPPUNIT_ASSERT( istr.eof() ); in manipulators()
70 CPPUNIT_ASSERT( !istr.eof() ); in manipulators()
75 CPPUNIT_ASSERT( istr.eof() ); in manipulators()
Dcodecvt_test.cpp308 CPPUNIT_ASSERT( !istr.eof() ); in variable_encoding()
320 if (char_traits<char>::eq_int_type(c, char_traits<char>::eof())) { in variable_encoding()
330 while (!istr.eof()); in variable_encoding()
332 CPPUNIT_ASSERT( istr.eof() ); in variable_encoding()
343 CPPUNIT_ASSERT( !istr.eof() ); in variable_encoding()
356 if (c == char_traits<char>::eof()) { in variable_encoding()
376 while (!istr.eof()); in variable_encoding()
378 CPPUNIT_ASSERT( istr.eof() ); in variable_encoding()
Dsstream_test.cpp118 CPPUNIT_ASSERT( s.eof() ); in input()
126 CPPUNIT_ASSERT( s.eof() ); in input()
170 CPPUNIT_ASSERT( s.eof() ); in io()
183 CPPUNIT_ASSERT( s.eof() ); in err()
197 CPPUNIT_ASSERT( s.eof() ); in err_long()
Dfull_streambuf.h33 return traits_type::eof(); in overflow()
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp168 return traits_type::eof(); in underflow()
177 return c != EOF ? c : traits_type::eof(); in uflow()
181 if (c != traits_type::eof()) { in pbackfail()
183 return result != EOF ? result : traits_type::eof(); in pbackfail()
191 return traits_type::eof(); in pbackfail()
205 if (c == traits_type::eof()) { in overflow()
214 return traits_type::eof(); in overflow()
229 return result != EOF ? result : traits_type::eof(); in overflow()
Dstdio_streambuf.h82 virtual int_type pbackfail(int_type c = traits_type::eof());
92 int_type overflow(int_type c = traits_type::eof());
Dstrstream.cpp117 if (c == traits_type::eof()) in overflow()
153 return traits_type::eof(); in overflow()
158 if (c == traits_type::eof()) { in pbackfail()
173 return traits_type::eof(); in pbackfail()
183 return _Traits::eof(); in underflow()
Dfstream.cpp44 return traits_type::eof(); in _M_doit()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c56 const int_type __eof = _Traits::eof(); in xsgetn()
87 const int_type __eof = _Traits::eof(); in xsputn()
115 const int_type __eof = _Traits::eof(); in _M_xsputnc()
139 int_type __eof = _Traits::eof(); in _M_snextc_aux()
151 return _Traits::eof(); in pbackfail()
157 return _Traits::eof(); in overflow()
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ? in uflow()
164 _Traits::eof() : in uflow()
171 { return _Traits::eof(); } in underflow()
D_fstream.c85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()), in close()
86 traits_type::eof()); in close()
158 const int_type __eof = traits_type::eof(); in pbackfail()
212 return traits_type::eof(); in overflow()
219 if (!traits_type::eq_int_type(__c, traits_type::eof())) in overflow()
404 return traits_type::eq_int_type(this->overflow(traits_type::eof()), in sync()
405 traits_type::eof()) ? -1 : 0; in sync()
490 return traits_type::eof(); in _M_input_error()
519 return traits_type::eof(); in _M_underflow_aux()
527 return traits_type::eof(); in _M_underflow_aux()
[all …]
D_string_io.c21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) in __stlp_string_fill()
104 if (_Traits::eq_int_type(__c1, _Traits::eof())) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
146 if (_Traits::eq_int_type(__c1, _Traits::eof())) { in getline()
D_sstream.c99 : _Traits::eof(); in underflow()
112 return _Traits::eof(); in uflow()
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) { in pbackfail()
130 return _Traits::eof(); in pbackfail()
138 return _Traits::eof(); in pbackfail()
144 if (!_Traits::eq_int_type(__c, _Traits::eof())) { in overflow()
163 return _Traits::eof(); // Overflow always fails if it's read-only in overflow()
D_strstream.h74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
D_istream.c171 const typename _Traits::int_type __eof = _Traits::eof(); in __pushback()
317 typename _Traits::int_type __tmp = _Traits::eof(); in peek()
340 typename _Traits::int_type __tmp = _Traits::eof(); in get()
369 typename _Traits::int_type __tmp = _Traits::eof(); in get()
427 typename _Traits::int_type __tmp = _Traits::eof(); in putback()
787 if (__sentry && !this->eof()) { in read()
804 if (this->eof()) in read()
819 if (__sentry && !this->eof() && __nmax >= 0) { in readsome()
845 if (this->eof()) in readsome()
D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
194 virtual int_type overflow(int_type = traits_type::eof());
Dchar_traits.h182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); } in not_eof()
193 static int_type _STLP_CALL eof() in eof() function
D_fstream.h203 virtual int_type pbackfail(int_type = traits_type::eof());
204 virtual int_type overflow(int_type = traits_type::eof());
383 { return _Traits::eof(); } in _M_doit()
410 return traits_type::eof(); in _M_doit()
D_ostreambuf_iterator.h63 traits_type::eof());
D_sstream.h83 int_type pbackfail() {return pbackfail(_Traits::eof());} in pbackfail()
84 int_type overflow() {return overflow(_Traits::eof());} in overflow()

12