HomeSort by relevance Sort by last modified time
    Searched full:__mode (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /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...]
sstream 92 * @param __mode Whether the buffer can read, or write, or both.
98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out)
99 : __streambuf_type(), _M_mode(__mode), _M_string()
105 * @param __mode Whether the buffer can read, or write, or both.
112 ios_base::openmode __mode = ios_base::in | ios_base::out)
114 { _M_stringbuf_init(__mode); }
160 _M_stringbuf_init(ios_base::openmode __mode)
162 _M_mode = __mode;
222 ios_base::openmode __mode = ios_base::in | ios_base::out);
226 ios_base::openmode __mode = ios_base::in | ios_base::out)
    [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...]
sstream 92 * @param __mode Whether the buffer can read, or write, or both.
98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out)
99 : __streambuf_type(), _M_mode(__mode), _M_string()
105 * @param __mode Whether the buffer can read, or write, or both.
112 ios_base::openmode __mode = ios_base::in | ios_base::out)
114 { _M_stringbuf_init(__mode); }
160 _M_stringbuf_init(ios_base::openmode __mode)
162 _M_mode = __mode;
222 ios_base::openmode __mode = ios_base::in | ios_base::out);
226 ios_base::openmode __mode = ios_base::in | ios_base::out)
    [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...]
sstream 92 * @param __mode Whether the buffer can read, or write, or both.
98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out)
99 : __streambuf_type(), _M_mode(__mode), _M_string()
105 * @param __mode Whether the buffer can read, or write, or both.
112 ios_base::openmode __mode = ios_base::in | ios_base::out)
114 { _M_stringbuf_init(__mode); }
160 _M_stringbuf_init(ios_base::openmode __mode)
162 _M_mode = __mode;
222 ios_base::openmode __mode = ios_base::in | ios_base::out);
226 ios_base::openmode __mode = ios_base::in | ios_base::out)
    [all...]
  /prebuilts/ndk/current/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...]
sstream 92 * @param __mode Whether the buffer can read, or write, or both.
98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out)
99 : __streambuf_type(), _M_mode(__mode), _M_string()
105 * @param __mode Whether the buffer can read, or write, or both.
112 ios_base::openmode __mode = ios_base::in | ios_base::out)
114 { _M_stringbuf_init(__mode); }
160 _M_stringbuf_init(ios_base::openmode __mode)
162 _M_mode = __mode;
222 ios_base::openmode __mode = ios_base::in | ios_base::out);
226 ios_base::openmode __mode = ios_base::in | ios_base::out)
    [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/current/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...]
  /ndk/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...]
_sstream.h 68 explicit basic_stringbuf(ios_base::openmode __mode
70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode
91 ios_base::openmode __mode
93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
131 basic_istringstream(ios_base::openmode __mode = ios_base::in);
133 ios_base::openmode __mode = ios_base::in);
174 basic_ostringstream(ios_base::openmode __mode = ios_base::out);
176 ios_base::openmode __mode = ios_base::out);
  /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/current/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 210 basic_filebuf* open(const char* __s, ios_base::openmode __mode);
211 basic_filebuf* open(const string& __s, ios_base::openmode __mode);
471 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode)
478 switch (__mode & ~ios_base::ate)
531 __om_ = __mode;
532 if (__mode & ios_base::ate)
552 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode)
554 return open(__s.c_str(), __mode);
1013 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in);
1014 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in)
    [all...]
  /ndk/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/current/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
sstream.tcc 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode)
152 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0;
153 bool __testout = (ios_base::out & this->_M_mode & __mode) != 0;
155 __testin &= !(__mode & ios_base::out);
156 __testout &= !(__mode & ios_base::in);
197 seekpos(pos_type __sp, ios_base::openmode __mode)
200 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0;
201 const bool __testout = (ios_base::out & this->_M_mode & __mode) != 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();

Completed in 1951 milliseconds

1 2 3 4 5