/external/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
stdio_sync_filebuf.h | 110 const int_type __eof = traits_type::eof(); local 113 if (traits_type::eq_int_type(__c, __eof)) // unget 115 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 118 __ret = __eof; 124 _M_unget_buf = __eof; 236 const int_type __eof = traits_type::eof(); local 240 if (traits_type::eq_int_type(__c, __eof)) 259 const int_type __eof = traits_type::eof(); local 262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); local 123 if (traits_type::eq_int_type(__c, __eof)) // unget 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 128 __ret = __eof; 134 _M_unget_buf = __eof; 246 const int_type __eof = traits_type::eof(); local 250 if (traits_type::eq_int_type(__c, __eof)) 269 const int_type __eof = traits_type::eof(); local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); local 123 if (traits_type::eq_int_type(__c, __eof)) // unget 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 128 __ret = __eof; 134 _M_unget_buf = __eof; 246 const int_type __eof = traits_type::eof(); local 250 if (traits_type::eq_int_type(__c, __eof)) 269 const int_type __eof = traits_type::eof(); local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 110 const int_type __eof = traits_type::eof(); local 113 if (traits_type::eq_int_type(__c, __eof)) // unget 115 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 118 __ret = __eof; 124 _M_unget_buf = __eof; 236 const int_type __eof = traits_type::eof(); local 240 if (traits_type::eq_int_type(__c, __eof)) 259 const int_type __eof = traits_type::eof(); local 262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 110 const int_type __eof = traits_type::eof(); local 113 if (traits_type::eq_int_type(__c, __eof)) // unget 115 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 118 __ret = __eof; 124 _M_unget_buf = __eof; 236 const int_type __eof = traits_type::eof(); local 240 if (traits_type::eq_int_type(__c, __eof)) 259 const int_type __eof = traits_type::eof(); local 262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 110 const int_type __eof = traits_type::eof(); local 113 if (traits_type::eq_int_type(__c, __eof)) // unget 115 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 118 __ret = __eof; 124 _M_unget_buf = __eof; 236 const int_type __eof = traits_type::eof(); local 240 if (traits_type::eq_int_type(__c, __eof)) 259 const int_type __eof = traits_type::eof(); local 262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
stdio_sync_filebuf.h | 110 const int_type __eof = traits_type::eof(); local 113 if (traits_type::eq_int_type(__c, __eof)) // unget 115 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 118 __ret = __eof; 124 _M_unget_buf = __eof; 236 const int_type __eof = traits_type::eof(); local 240 if (traits_type::eq_int_type(__c, __eof)) 259 const int_type __eof = traits_type::eof(); local 262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); local 123 if (traits_type::eq_int_type(__c, __eof)) // unget 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 128 __ret = __eof; 134 _M_unget_buf = __eof; 246 const int_type __eof = traits_type::eof(); local 250 if (traits_type::eq_int_type(__c, __eof)) 269 const int_type __eof = traits_type::eof(); local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); local 123 if (traits_type::eq_int_type(__c, __eof)) // unget 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 128 __ret = __eof; 134 _M_unget_buf = __eof; 246 const int_type __eof = traits_type::eof(); local 250 if (traits_type::eq_int_type(__c, __eof)) 269 const int_type __eof = traits_type::eof(); local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_streambuf.c | 56 const int_type __eof = _Traits::eof(); local 69 if (!_Traits::eq_int_type(__c, __eof)) { 87 const int_type __eof = _Traits::eof(); local 100 __eof)) { 115 const int_type __eof = _Traits::eof(); local 127 __eof)) 139 int_type __eof = _Traits::eof(); local 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); local 123 if (traits_type::eq_int_type(__c, __eof)) // unget 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 128 __ret = __eof; 134 _M_unget_buf = __eof; 246 const int_type __eof = traits_type::eof(); local 250 if (traits_type::eq_int_type(__c, __eof)) 269 const int_type __eof = traits_type::eof(); local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_sync_filebuf.h | 120 const int_type __eof = traits_type::eof(); local 123 if (traits_type::eq_int_type(__c, __eof)) // unget 125 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 128 __ret = __eof; 134 _M_unget_buf = __eof; 246 const int_type __eof = traits_type::eof(); local 250 if (traits_type::eq_int_type(__c, __eof)) 269 const int_type __eof = traits_type::eof(); local 272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
stdio_sync_filebuf.h | 119 const int_type __eof = traits_type::eof(); local 122 if (traits_type::eq_int_type(__c, __eof)) // unget 124 if (!traits_type::eq_int_type(_M_unget_buf, __eof)) 127 __ret = __eof; 133 _M_unget_buf = __eof; 245 const int_type __eof = traits_type::eof(); local 249 if (traits_type::eq_int_type(__c, __eof)) 268 const int_type __eof = traits_type::eof(); local 271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
streambuf_iterator.h | 162 const int_type __eof = traits_type::eof(); local 163 int_type __ret = __eof; 166 if (!traits_type::eq_int_type(_M_c, __eof)) 169 __eof)) 180 const int_type __eof = traits_type::eof(); local 181 return traits_type::eq_int_type(_M_get(), __eof);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
streambuf_iterator.h | 169 const int_type __eof = traits_type::eof(); local 170 int_type __ret = __eof; 173 if (!traits_type::eq_int_type(_M_c, __eof)) 176 __eof)) 187 const int_type __eof = traits_type::eof(); local 188 return traits_type::eq_int_type(_M_get(), __eof);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
streambuf_iterator.h | 169 const int_type __eof = traits_type::eof(); local 170 int_type __ret = __eof; 173 if (!traits_type::eq_int_type(_M_c, __eof)) 176 __eof)) 187 const int_type __eof = traits_type::eof(); local 188 return traits_type::eq_int_type(_M_get(), __eof);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
streambuf_iterator.h | 162 const int_type __eof = traits_type::eof(); local 163 int_type __ret = __eof; 166 if (!traits_type::eq_int_type(_M_c, __eof)) 169 __eof)) 180 const int_type __eof = traits_type::eof(); local 181 return traits_type::eq_int_type(_M_get(), __eof);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
streambuf_iterator.h | 162 const int_type __eof = traits_type::eof(); local 163 int_type __ret = __eof; 166 if (!traits_type::eq_int_type(_M_c, __eof)) 169 __eof)) 180 const int_type __eof = traits_type::eof(); local 181 return traits_type::eq_int_type(_M_get(), __eof);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
streambuf_iterator.h | 162 const int_type __eof = traits_type::eof(); local 163 int_type __ret = __eof; 166 if (!traits_type::eq_int_type(_M_c, __eof)) 169 __eof)) 180 const int_type __eof = traits_type::eof(); local 181 return traits_type::eq_int_type(_M_get(), __eof);
|