HomeSort by relevance Sort by last modified time
    Searched full:__eof (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /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/bits/
istream.tcc 56 const __int_type __eof = traits_type::eof();
61 while (!traits_type::eq_int_type(__c, __eof)
69 if (traits_type::eq_int_type(__c, __eof))
188 const int_type __eof = traits_type::eof();
189 int_type __c = __eof;
199 if (!traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof();
274 && !traits_type::eq_int_type(__c, __eof)
281 if (traits_type::eq_int_type(__c, __eof))
316 const int_type __eof = traits_type::eof()
    [all...]
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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc 56 const __int_type __eof = traits_type::eof();
61 while (!traits_type::eq_int_type(__c, __eof)
69 if (traits_type::eq_int_type(__c, __eof))
188 const int_type __eof = traits_type::eof();
189 int_type __c = __eof;
199 if (!traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof();
274 && !traits_type::eq_int_type(__c, __eof)
281 if (traits_type::eq_int_type(__c, __eof))
316 const int_type __eof = traits_type::eof()
    [all...]
  /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/bits/
istream.tcc 56 const __int_type __eof = traits_type::eof();
61 while (!traits_type::eq_int_type(__c, __eof)
69 if (traits_type::eq_int_type(__c, __eof))
188 const int_type __eof = traits_type::eof();
189 int_type __c = __eof;
199 if (!traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof();
274 && !traits_type::eq_int_type(__c, __eof)
281 if (traits_type::eq_int_type(__c, __eof))
316 const int_type __eof = traits_type::eof()
    [all...]
  /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/bits/
istream.tcc 56 const __int_type __eof = traits_type::eof();
61 while (!traits_type::eq_int_type(__c, __eof)
69 if (traits_type::eq_int_type(__c, __eof))
188 const int_type __eof = traits_type::eof();
189 int_type __c = __eof;
199 if (!traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof();
274 && !traits_type::eq_int_type(__c, __eof)
281 if (traits_type::eq_int_type(__c, __eof))
316 const int_type __eof = traits_type::eof()
    [all...]
  /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/bits/
istream.tcc 56 const __int_type __eof = traits_type::eof();
61 while (!traits_type::eq_int_type(__c, __eof)
69 if (traits_type::eq_int_type(__c, __eof))
188 const int_type __eof = traits_type::eof();
189 int_type __c = __eof;
199 if (!traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof();
274 && !traits_type::eq_int_type(__c, __eof)
281 if (traits_type::eq_int_type(__c, __eof))
316 const int_type __eof = traits_type::eof()
    [all...]
  /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/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/bits/
istream.tcc 58 const __int_type __eof = traits_type::eof();
63 while (!traits_type::eq_int_type(__c, __eof)
71 if (traits_type::eq_int_type(__c, __eof))
240 const int_type __eof = traits_type::eof();
241 int_type __c = __eof;
251 if (!traits_type::eq_int_type(__c, __eof))
321 const int_type __eof = traits_type::eof();
326 && !traits_type::eq_int_type(__c, __eof)
333 if (traits_type::eq_int_type(__c, __eof))
368 const int_type __eof = traits_type::eof()
    [all...]
  /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/bits/
istream.tcc 58 const __int_type __eof = traits_type::eof();
63 while (!traits_type::eq_int_type(__c, __eof)
71 if (traits_type::eq_int_type(__c, __eof))
240 const int_type __eof = traits_type::eof();
241 int_type __c = __eof;
251 if (!traits_type::eq_int_type(__c, __eof))
321 const int_type __eof = traits_type::eof();
326 && !traits_type::eq_int_type(__c, __eof)
333 if (traits_type::eq_int_type(__c, __eof))
368 const int_type __eof = traits_type::eof()
    [all...]
  /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/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/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/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/bits/
istream.tcc 58 const __int_type __eof = traits_type::eof();
63 while (!traits_type::eq_int_type(__c, __eof)
71 if (traits_type::eq_int_type(__c, __eof))
240 const int_type __eof = traits_type::eof();
241 int_type __c = __eof;
251 if (!traits_type::eq_int_type(__c, __eof))
321 const int_type __eof = traits_type::eof();
326 && !traits_type::eq_int_type(__c, __eof)
333 if (traits_type::eq_int_type(__c, __eof))
368 const int_type __eof = traits_type::eof()
    [all...]
  /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/bits/
istream.tcc 58 const __int_type __eof = traits_type::eof();
63 while (!traits_type::eq_int_type(__c, __eof)
71 if (traits_type::eq_int_type(__c, __eof))
240 const int_type __eof = traits_type::eof();
241 int_type __c = __eof;
251 if (!traits_type::eq_int_type(__c, __eof))
321 const int_type __eof = traits_type::eof();
326 && !traits_type::eq_int_type(__c, __eof)
333 if (traits_type::eq_int_type(__c, __eof))
368 const int_type __eof = traits_type::eof()
    [all...]
  /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))

Completed in 727 milliseconds

1 2 3 4 5