/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 88 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 …]
|
D | iostream_test.cpp | 51 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()
|
D | codecvt_test.cpp | 308 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()
|
D | sstream_test.cpp | 118 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()
|
D | full_streambuf.h | 33 return traits_type::eof(); in overflow()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 88 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 …]
|
D | iostream_test.cpp | 51 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()
|
D | codecvt_test.cpp | 308 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()
|
D | sstream_test.cpp | 118 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()
|
D | full_streambuf.h | 33 return traits_type::eof(); in overflow()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.cpp | 168 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()
|
D | stdio_streambuf.h | 82 virtual int_type pbackfail(int_type c = traits_type::eof()); 92 int_type overflow(int_type c = traits_type::eof());
|
D | strstream.cpp | 117 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()
|
D | fstream.cpp | 44 return traits_type::eof(); in _M_doit()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.c | 56 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.c | 85 __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.c | 21 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.c | 99 : _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.h | 74 virtual int_type overflow(int_type __c = _Traits::eof()); 75 virtual int_type pbackfail(int_type __c = _Traits::eof());
|
D | _istream.c | 171 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.h | 179 virtual int_type pbackfail(int_type = traits_type::eof()); 194 virtual int_type overflow(int_type = traits_type::eof());
|
D | char_traits.h | 182 { 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.h | 203 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.h | 63 traits_type::eof());
|
D | _sstream.h | 83 int_type pbackfail() {return pbackfail(_Traits::eof());} in pbackfail() 84 int_type overflow() {return overflow(_Traits::eof());} in overflow()
|