Searched defs:__mode (Results 1 - 25 of 41) sorted by relevance

12

/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dstdio_filebuf.h73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
126 this->_M_file.sys_open(__fd, __mode);
129 this->_M_mode = __mode;
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
143 this->_M_file.sys_open(__f, __mode);
146 this->_M_mode = __mode;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dstdio_filebuf.h73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
126 this->_M_file.sys_open(__fd, __mode);
129 this->_M_mode = __mode;
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
143 this->_M_file.sys_open(__f, __mode);
146 this->_M_mode = __mode;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dstdio_filebuf.h73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
126 this->_M_file.sys_open(__fd, __mode);
129 this->_M_mode = __mode;
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
143 this->_M_file.sys_open(__f, __mode);
146 this->_M_mode = __mode;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Dstdio_filebuf.h73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
126 this->_M_file.sys_open(__fd, __mode);
129 this->_M_mode = __mode;
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
143 this->_M_file.sys_open(__f, __mode);
146 this->_M_mode = __mode;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dstdio_filebuf.h70 * @param __mode Same meaning as in a standard filebuf.
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
83 * @param __mode Same meaning as in a standard filebuf.
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
134 this->_M_mode = __mode;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
148 this->_M_file.sys_open(__f, __mode);
151 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dstdio_filebuf.h70 * @param __mode Same meaning as in a standard filebuf.
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
83 * @param __mode Same meaning as in a standard filebuf.
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
134 this->_M_mode = __mode;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
148 this->_M_file.sys_open(__f, __mode);
151 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dstdio_filebuf.h70 * @param __mode Same meaning as in a standard filebuf.
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
83 * @param __mode Same meaning as in a standard filebuf.
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
134 this->_M_mode = __mode;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
148 this->_M_file.sys_open(__f, __mode);
151 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dstdio_filebuf.h70 * @param __mode Same meaning as in a standard filebuf.
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
83 * @param __mode Same meaning as in a standard filebuf.
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
134 this->_M_mode = __mode;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
148 this->_M_file.sys_open(__f, __mode);
151 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dstdio_filebuf.h70 * @param __mode Same meaning as in a standard filebuf.
78 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
83 * @param __mode Same meaning as in a standard filebuf.
91 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
129 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
131 this->_M_file.sys_open(__fd, __mode);
134 this->_M_mode = __mode;
145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
148 this->_M_file.sys_open(__f, __mode);
151 this->_M_mode = __mode;
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_sstream.c45 ::basic_stringbuf(ios_base::openmode __mode) argument
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) argument
52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s)
302 ios_base::openmode __mode) {
303 __mode &= _M_mode;
305 bool __imode = (__mode & ios_base::in) != 0;
306 bool __omode = (__mode & ios_base::out) != 0;
358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { argument
359 __mode
300 seekoff(off_type __off, ios_base::seekdir __dir, ios_base::openmode __mode) argument
394 basic_istringstream(ios_base::openmode __mode) argument
402 basic_istringstream(const _String& __str,ios_base::openmode __mode) argument
417 basic_ostringstream(ios_base::openmode __mode) argument
425 basic_ostringstream(const _String& __str, ios_base::openmode __mode) argument
440 basic_stringstream(ios_base::openmode __mode) argument
447 basic_stringstream(const _String& __str, ios_base::openmode __mode) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_sstream.c45 ::basic_stringbuf(ios_base::openmode __mode) argument
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) argument
52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s)
302 ios_base::openmode __mode) {
303 __mode &= _M_mode;
305 bool __imode = (__mode & ios_base::in) != 0;
306 bool __omode = (__mode & ios_base::out) != 0;
358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { argument
359 __mode
300 seekoff(off_type __off, ios_base::seekdir __dir, ios_base::openmode __mode) argument
394 basic_istringstream(ios_base::openmode __mode) argument
402 basic_istringstream(const _String& __str,ios_base::openmode __mode) argument
417 basic_ostringstream(ios_base::openmode __mode) argument
425 basic_ostringstream(const _String& __str, ios_base::openmode __mode) argument
440 basic_stringstream(ios_base::openmode __mode) argument
447 basic_stringstream(const _String& __str, ios_base::openmode __mode) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_sstream.c45 ::basic_stringbuf(ios_base::openmode __mode) argument
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) argument
52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s)
302 ios_base::openmode __mode) {
303 __mode &= _M_mode;
305 bool __imode = (__mode & ios_base::in) != 0;
306 bool __omode = (__mode & ios_base::out) != 0;
358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { argument
359 __mode
300 seekoff(off_type __off, ios_base::seekdir __dir, ios_base::openmode __mode) argument
394 basic_istringstream(ios_base::openmode __mode) argument
402 basic_istringstream(const _String& __str,ios_base::openmode __mode) argument
417 basic_ostringstream(ios_base::openmode __mode) argument
425 basic_ostringstream(const _String& __str, ios_base::openmode __mode) argument
440 basic_stringstream(ios_base::openmode __mode) argument
447 basic_stringstream(const _String& __str, ios_base::openmode __mode) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_sstream.c45 ::basic_stringbuf(ios_base::openmode __mode) argument
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) argument
52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s)
302 ios_base::openmode __mode) {
303 __mode &= _M_mode;
305 bool __imode = (__mode & ios_base::in) != 0;
306 bool __omode = (__mode & ios_base::out) != 0;
358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { argument
359 __mode
300 seekoff(off_type __off, ios_base::seekdir __dir, ios_base::openmode __mode) argument
394 basic_istringstream(ios_base::openmode __mode) argument
402 basic_istringstream(const _String& __str,ios_base::openmode __mode) argument
417 basic_ostringstream(ios_base::openmode __mode) argument
425 basic_ostringstream(const _String& __str, ios_base::openmode __mode) argument
440 basic_stringstream(ios_base::openmode __mode) argument
447 basic_stringstream(const _String& __str, ios_base::openmode __mode) argument
[all...]

Completed in 1836 milliseconds

12