/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 233 * @param __mode The open mode flags. 238 * given in @a __mode. 270 open(const char* __s, ios_base::openmode __mode); 276 * @param __mode The open mode flags. 280 open(const std::string& __s, ios_base::openmode __mode) 281 { return open(__s.c_str(), __mode); } 353 ios_base::openmode __mode = ios_base::in | ios_base::out); 357 ios_base::openmode __mode = ios_base::in | ios_base::out); 459 * @param __mode Open file in specified mode (see std::ios_base). 461 * @c ios_base::in is automatically included in @a __mode [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 233 * @param __mode The open mode flags. 238 * given in @a __mode. 270 open(const char* __s, ios_base::openmode __mode); 276 * @param __mode The open mode flags. 280 open(const std::string& __s, ios_base::openmode __mode) 281 { return open(__s.c_str(), __mode); } 353 ios_base::openmode __mode = ios_base::in | ios_base::out); 357 ios_base::openmode __mode = ios_base::in | ios_base::out); 459 * @param __mode Open file in specified mode (see std::ios_base). 461 * @c ios_base::in is automatically included in @a __mode [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
fstream | 233 * @param __mode The open mode flags. 238 * given in @a __mode. 270 open(const char* __s, ios_base::openmode __mode); 276 * @param __mode The open mode flags. 280 open(const std::string& __s, ios_base::openmode __mode) 281 { return open(__s.c_str(), __mode); } 353 ios_base::openmode __mode = ios_base::in | ios_base::out); 357 ios_base::openmode __mode = ios_base::in | ios_base::out); 459 * @param __mode Open file in specified mode (see std::ios_base). 461 * @c ios_base::in is automatically included in @a __mode [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 233 * @param __mode The open mode flags. 238 * given in @a __mode. 272 open(const char* __s, ios_base::openmode __mode); 278 * @param __mode The open mode flags. 282 open(const std::string& __s, ios_base::openmode __mode) 283 { return open(__s.c_str(), __mode); } 355 ios_base::openmode __mode = ios_base::in | ios_base::out); 359 ios_base::openmode __mode = ios_base::in | ios_base::out); 462 * @param __mode Open file in specified mode (see std::ios_base). 464 * @c ios_base::in is automatically included in @a __mode [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 233 * @param __mode The open mode flags. 238 * given in @a __mode. 272 open(const char* __s, ios_base::openmode __mode); 278 * @param __mode The open mode flags. 282 open(const std::string& __s, ios_base::openmode __mode) 283 { return open(__s.c_str(), __mode); } 355 ios_base::openmode __mode = ios_base::in | ios_base::out); 359 ios_base::openmode __mode = ios_base::in | ios_base::out); 462 * @param __mode Open file in specified mode (see std::ios_base). 464 * @c ios_base::in is automatically included in @a __mode [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 233 * @param __mode The open mode flags. 238 * given in @a __mode. 272 open(const char* __s, ios_base::openmode __mode); 278 * @param __mode The open mode flags. 282 open(const std::string& __s, ios_base::openmode __mode) 283 { return open(__s.c_str(), __mode); } 355 ios_base::openmode __mode = ios_base::in | ios_base::out); 359 ios_base::openmode __mode = ios_base::in | ios_base::out); 462 * @param __mode Open file in specified mode (see std::ios_base). 464 * @c ios_base::in is automatically included in @a __mode [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_filebuf.h | 69 * @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) 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, 147 this->_M_file.sys_open(__f, __mode); 150 this->_M_mode = __mode; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_filebuf.h | 69 * @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) 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, 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/ |
stdio_filebuf.h | 69 * @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) 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, 147 this->_M_file.sys_open(__f, __mode); 150 this->_M_mode = __mode; [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_filebuf.h | 69 * @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) 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, 147 this->_M_file.sys_open(__f, __mode); 150 this->_M_mode = __mode; [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_filebuf.h | 69 * @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) 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, 147 this->_M_file.sys_open(__f, __mode); 150 this->_M_mode = __mode; [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_filebuf.h | 69 * @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) 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, 147 this->_M_file.sys_open(__f, __mode); 150 this->_M_mode = __mode; [all...] |
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_sstream.i | 47 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out); 51 ios_base::openmode __mode = ios_base::in | ios_base::out); 82 basic_istringstream(ios_base::openmode __mode = ios_base::in); 86 ios_base::openmode __mode = ios_base::in); 121 basic_ostringstream(ios_base::openmode __mode = ios_base::out); 125 ios_base::openmode __mode = ios_base::out);
|
std_streambuf.i | 40 ios_base::openmode __mode = std::ios_base::in | std::ios_base::out); 44 ios_base::openmode __mode = std::ios_base::in | std::ios_base::out);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 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) { 359 __mode &= _M_mode [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 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) { 359 __mode &= _M_mode [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.c | 45 ::basic_stringbuf(ios_base::openmode __mode) 46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str() 51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) 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) { 359 __mode &= _M_mode [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
stat.h | 284 extern int chmod (__const char *__file, __mode_t __mode) 291 extern int lchmod (__const char *__file, __mode_t __mode) 297 extern int fchmod (int __fd, __mode_t __mode) __THROW; 303 extern int fchmodat (int __fd, __const char *__file, __mode_t __mode, 321 extern int mkdir (__const char *__path, __mode_t __mode) 328 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode) 336 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev) 343 extern int mknodat (int __fd, __const char *__path, __mode_t __mode, 350 extern int mkfifo (__const char *__path, __mode_t __mode) 357 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
stat.h | 286 extern int chmod (__const char *__file, __mode_t __mode) 293 extern int lchmod (__const char *__file, __mode_t __mode) 299 extern int fchmod (int __fd, __mode_t __mode) __THROW; 305 extern int fchmodat (int __fd, __const char *__file, __mode_t __mode, 323 extern int mkdir (__const char *__path, __mode_t __mode) 330 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode) 338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev) 345 extern int mknodat (int __fd, __const char *__path, __mode_t __mode, 352 extern int mkfifo (__const char *__path, __mode_t __mode) 359 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
stat.h | 286 extern int chmod (__const char *__file, __mode_t __mode) 293 extern int lchmod (__const char *__file, __mode_t __mode) 299 extern int fchmod (int __fd, __mode_t __mode) __THROW; 305 extern int fchmodat (int __fd, __const char *__file, __mode_t __mode, 323 extern int mkdir (__const char *__path, __mode_t __mode) 330 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode) 338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev) 345 extern int mknodat (int __fd, __const char *__path, __mode_t __mode, 352 extern int mkfifo (__const char *__path, __mode_t __mode) 359 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode) [all...] |
/external/libcxx/include/ |
fstream | 212 basic_filebuf* open(const char* __s, ios_base::openmode __mode); 214 basic_filebuf* open(const string& __s, ios_base::openmode __mode); 474 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode) 481 switch (__mode & ~ios_base::ate) 534 __om_ = __mode; 535 if (__mode & ios_base::ate) 555 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode) 557 return open(__s.c_str(), __mode); 1016 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in); 1018 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
fstream | 212 basic_filebuf* open(const char* __s, ios_base::openmode __mode); 214 basic_filebuf* open(const string& __s, ios_base::openmode __mode); 474 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode) 481 switch (__mode & ~ios_base::ate) 534 __om_ = __mode; 535 if (__mode & ios_base::ate) 555 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode) 557 return open(__s.c_str(), __mode); 1016 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in); 1018 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
fstream | 212 basic_filebuf* open(const char* __s, ios_base::openmode __mode); 214 basic_filebuf* open(const string& __s, ios_base::openmode __mode); 474 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode) 481 switch (__mode & ~ios_base::ate) 534 __om_ = __mode; 535 if (__mode & ios_base::ate) 555 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode) 557 return open(__s.c_str(), __mode); 1016 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in); 1018 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in) [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/ |
fstream | 209 basic_filebuf* open(const char* __s, ios_base::openmode __mode); 210 basic_filebuf* open(const string& __s, ios_base::openmode __mode); 468 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode) 475 switch (__mode & ~ios_base::ate) 528 __om_ = __mode; 529 if (__mode & ios_base::ate) 549 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode) 551 return open(__s.c_str(), __mode); 1008 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in); 1009 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/ |
fstream | 209 basic_filebuf* open(const char* __s, ios_base::openmode __mode); 210 basic_filebuf* open(const string& __s, ios_base::openmode __mode); 468 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode) 475 switch (__mode & ~ios_base::ate) 528 __om_ = __mode; 529 if (__mode & ios_base::ate) 549 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode) 551 return open(__s.c_str(), __mode); 1008 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in); 1009 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in) [all...] |