/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 261 // __buf == 0 && __n == 0 means to make this stream unbuffered. 262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal 264 // automatically. __buf must be a pointer to an array of _CharT whose 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { 271 if (__buf == 0 && __n == 0) 273 else if (__buf != 0 && __n > 0) 274 _M_allocate_buffers(__buf, __n); 351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos); 352 _CharT* __ibegin = __buf._M_ptr [all...] |
_fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { 391 return __buf->_M_do_noconv_input();
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 261 // __buf == 0 && __n == 0 means to make this stream unbuffered. 262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal 264 // automatically. __buf must be a pointer to an array of _CharT whose 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { 271 if (__buf == 0 && __n == 0) 273 else if (__buf != 0 && __n > 0) 274 _M_allocate_buffers(__buf, __n); 351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos); 352 _CharT* __ibegin = __buf._M_ptr [all...] |
_fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { 391 return __buf->_M_do_noconv_input();
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 261 // __buf == 0 && __n == 0 means to make this stream unbuffered. 262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal 264 // automatically. __buf must be a pointer to an array of _CharT whose 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { 271 if (__buf == 0 && __n == 0) 273 else if (__buf != 0 && __n > 0) 274 _M_allocate_buffers(__buf, __n); 351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos); 352 _CharT* __ibegin = __buf._M_ptr [all...] |
_fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { 391 return __buf->_M_do_noconv_input();
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 261 // __buf == 0 && __n == 0 means to make this stream unbuffered. 262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal 264 // automatically. __buf must be a pointer to an array of _CharT whose 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { 271 if (__buf == 0 && __n == 0) 273 else if (__buf != 0 && __n > 0) 274 _M_allocate_buffers(__buf, __n); 351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos); 352 _CharT* __ibegin = __buf._M_ptr [all...] |
_fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { 391 return __buf->_M_do_noconv_input();
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.c | 261 // __buf == 0 && __n == 0 means to make this stream unbuffered. 262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal 264 // automatically. __buf must be a pointer to an array of _CharT whose 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { 271 if (__buf == 0 && __n == 0) 273 else if (__buf != 0 && __n > 0) 274 _M_allocate_buffers(__buf, __n); 351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos); 352 _CharT* __ibegin = __buf._M_ptr [all...] |
_fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { 391 return __buf->_M_do_noconv_input();
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
deque | [all...] |
/bionic/libc/kernel/common/linux/ |
sem.h | 60 struct seminfo __user *__buf; member in union:semun
|
/external/stlport/stlport/stl/ |
_fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { 391 return __buf->_M_do_noconv_input();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sem.h | 59 struct seminfo *__buf; <= buffer for IPC_INFO
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sem.h | 49 struct seminfo *__buf; /* buffer for IPC_INFO */ member in union:semun
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
msg.h | 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
|
socket.h | 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags); 144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); 151 extern ssize_t sendto (int __fd, __const void *__buf, size_t __n, 162 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sem.h | 59 struct seminfo *__buf; <= buffer for IPC_INFO
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sem.h | 49 struct seminfo *__buf; /* buffer for IPC_INFO */ member in union:semun
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
msg.h | 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
|
socket.h | 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags); 144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); 151 extern ssize_t sendto (int __fd, __const void *__buf, size_t __n, 162 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sem.h | 59 struct seminfo *__buf; <= buffer for IPC_INFO
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sem.h | 49 struct seminfo *__buf; /* buffer for IPC_INFO */ member in union:semun
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
msg.h | 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
|
socket.h | 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags); 144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags); 151 extern ssize_t sendto (int __fd, __const void *__buf, size_t __n, 162 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
|