HomeSort by relevance Sort by last modified time
    Searched refs:__buf (Results 251 - 275 of 313) sorted by null

<<111213

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.h 769 streambuf* __buf = __is.rdbuf();
773 typename _Traits::int_type __c1 = __buf->sbumpc();
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
820 wstreambuf* __buf = __is.rdbuf();
824 typename _Traits::int_type __c1 = __buf->sbumpc();
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 307 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
311 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
318 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
libio.h 364 typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
372 typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 307 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
311 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
318 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
libio.h 364 typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
372 typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 307 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
311 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
318 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
libio.h 364 typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
372 typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h     [all...]
  /external/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_sstream.h 89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_sstream.h 89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_sstream.h 89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);

Completed in 666 milliseconds

<<111213