/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
streambuf_iterator.h | 179 const int_type __eof = traits_type::eof(); local 180 int_type __ret = __eof; 183 if (!traits_type::eq_int_type(_M_c, __eof)) 186 __eof)) 197 const int_type __eof = traits_type::eof(); local 198 return traits_type::eq_int_type(_M_get(), __eof);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
streambuf_iterator.h | 179 const int_type __eof = traits_type::eof(); local 180 int_type __ret = __eof; 183 if (!traits_type::eq_int_type(_M_c, __eof)) 186 __eof)) 197 const int_type __eof = traits_type::eof(); local 198 return traits_type::eq_int_type(_M_get(), __eof);
|
/external/mesa3d/bin/ |
perf-annotate-jit | 61 self.__eof = False 68 self.__eof = True 85 return self.__eof
|