HomeSort by relevance Sort by last modified time
    Searched full:sputc (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf.tcc 126 __c = __sbout->sputc(_Traits::to_char_type(__c));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf.tcc 126 __c = __sbout->sputc(_Traits::to_char_type(__c));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf.tcc 125 __c = __sbout->sputc(_Traits::to_char_type(__c));
  /external/oprofile/include/
sstream 115 sputc(c);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 400 sputc(char_type __c)
711 * by @c sputc(). Stops when either @a n characters have been
712 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
streambuf 404 sputc(char_type __c)
715 * by @c sputc(). Stops when either @a n characters have been
716 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
streambuf 404 sputc(char_type __c)
715 * by @c sputc(). Stops when either @a n characters have been
716 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 400 sputc(char_type __c)
711 * by @c sputc(). Stops when either @a n characters have been
712 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 400 sputc(char_type __c)
711 * by @c sputc(). Stops when either @a n characters have been
712 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
streambuf 400 sputc(char_type __c)
711 * by @c sputc(). Stops when either @a n characters have been
712 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
streambuf 400 sputc(char_type __c)
711 * by @c sputc(). Stops when either @a n characters have been
712 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 404 sputc(char_type __c)
715 * by @c sputc(). Stops when either @a n characters have been
716 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 404 sputc(char_type __c)
715 * by @c sputc(). Stops when either @a n characters have been
716 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
streambuf 422 sputc(char_type __c)
733 * by @c sputc(). Stops when either @a n characters have been
734 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
streambuf 422 sputc(char_type __c)
733 * by @c sputc(). Stops when either @a n characters have been
734 * copied, or when @c sputc() would return @c traits::eof().
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
streambuf 424 sputc(char_type __c)
735 * by @c sputc(). Stops when either @a n characters have been
736 * copied, or when @c sputc() would return @c traits::eof().
  /external/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 49 // have to use append() for every sputc. Conceptually, the buffer
_streambuf.h 198 int_type sputc(char_type __c) { function in class:basic_streambuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream.tcc 163 const int_type __put = this->rdbuf()->sputc(__c);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ostream.tcc 165 const int_type __put = this->rdbuf()->sputc(__c);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream.tcc 165 const int_type __put = this->rdbuf()->sputc(__c);

Completed in 811 milliseconds

1 2 34 5 6 7