HomeSort by relevance Sort by last modified time
    Searched defs:openmode (Results 1 - 10 of 10) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
102 ios_base::openmode _M_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);
217 typedef ios_base::openmode openmode typedef in class:basic_stringstream
    [all...]
_ios_base.h 61 typedef int openmode; typedef in class:ios_base
94 // Openmode flags.
215 openmode _M_openmode;
257 typedef openmode open_mode;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_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
102 ios_base::openmode _M_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);
217 typedef ios_base::openmode openmode typedef in class:basic_stringstream
    [all...]
_ios_base.h 61 typedef int openmode; typedef in class:ios_base
94 // Openmode flags.
215 openmode _M_openmode;
257 typedef openmode open_mode;
  /external/fio/engines/
windowsaio.c 156 DWORD openmode = OPEN_ALWAYS; local
192 openmode = OPEN_ALWAYS;
194 openmode = OPEN_EXISTING;
197 NULL, openmode, flags, NULL);
  /external/opencv3/3rdparty/libjasper/
jas_stream.c 854 int openmode = 0; local
858 openmode |= JAS_STREAM_READ;
861 openmode |= JAS_STREAM_WRITE | JAS_STREAM_CREATE;
864 openmode |= JAS_STREAM_BINARY;
867 openmode |= JAS_STREAM_APPEND;
870 openmode |= JAS_STREAM_READ | JAS_STREAM_WRITE;
877 return openmode;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 347 // 27.4.2.1.4 Type ios_base::openmode
353 * Thing to happen. Defined objects of type openmode are:
361 typedef _Ios_Openmode openmode; typedef in class:ios_base
364 static const openmode app = _S_app;
367 static const openmode ate = _S_ate;
372 static const openmode binary = _S_bin;
375 static const openmode in = _S_in;
378 static const openmode out = _S_out;
381 static const openmode trunc = _S_trunc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 347 // 27.4.2.1.4 Type ios_base::openmode
353 * Thing to happen. Defined objects of type openmode are:
361 typedef _Ios_Openmode openmode; typedef in class:ios_base
364 static const openmode app = _S_app;
367 static const openmode ate = _S_ate;
372 static const openmode binary = _S_bin;
375 static const openmode in = _S_in;
378 static const openmode out = _S_out;
381 static const openmode trunc = _S_trunc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 347 // 27.4.2.1.4 Type ios_base::openmode
353 * Thing to happen. Defined objects of type openmode are:
361 typedef _Ios_Openmode openmode; typedef in class:ios_base
364 static const openmode app = _S_app;
367 static const openmode ate = _S_ate;
372 static const openmode binary = _S_bin;
375 static const openmode in = _S_in;
378 static const openmode out = _S_out;
381 static const openmode trunc = _S_trunc;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 347 // 27.4.2.1.4 Type ios_base::openmode
353 * Thing to happen. Defined objects of type openmode are:
361 typedef _Ios_Openmode openmode; typedef in class:ios_base
364 static const openmode app = _S_app;
367 static const openmode ate = _S_ate;
372 static const openmode binary = _S_bin;
375 static const openmode in = _S_in;
378 static const openmode out = _S_out;
381 static const openmode trunc = _S_trunc;

Completed in 671 milliseconds