HomeSort by relevance Sort by last modified time
    Searched refs:openmode (Results 51 - 75 of 88) sorted by null

1 23 4

  /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;
  /external/libcxx/src/
ios.cpp 120 const ios_base::openmode ios_base::app;
121 const ios_base::openmode ios_base::ate;
122 const ios_base::openmode ios_base::binary;
123 const ios_base::openmode ios_base::in;
124 const ios_base::openmode ios_base::out;
125 const ios_base::openmode ios_base::trunc;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 116 const ios_base::openmode ios_base::app;
117 const ios_base::openmode ios_base::ate;
118 const ios_base::openmode ios_base::binary;
119 const ios_base::openmode ios_base::in;
120 const ios_base::openmode ios_base::out;
121 const ios_base::openmode ios_base::trunc;
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 77 ios_base::openmode /* mode */) {
114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) {
strstream.cpp 193 ios_base::seekdir dir, ios_base::openmode mode) {
256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) {
330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode)
363 strstream::strstream(char* s, int n, ios_base::openmode mode)
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp 44 std::ios_base::openmode which)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp 44 std::ios_base::openmode which)
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 62 openmode int
247 func (fs *fsys) open(name string, openmode int, mode uint32) (fileImpl, error) {
258 if openmode&O_CREATE == 0 {
270 if openmode&(O_CREATE|O_EXCL) == O_CREATE|O_EXCL {
273 if openmode&O_TRUNC != 0 {
290 switch openmode & O_ACCMODE {
299 if openmode&O_ACCMODE != O_RDONLY {
317 openmode: openmode,
320 if openmode&O_APPEND != 0
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
fs_nacl.go 62 openmode int
247 func (fs *fsys) open(name string, openmode int, mode uint32) (fileImpl, error) {
258 if openmode&O_CREATE == 0 {
270 if openmode&(O_CREATE|O_EXCL) == O_CREATE|O_EXCL {
273 if openmode&O_TRUNC != 0 {
290 switch openmode & O_ACCMODE {
299 if openmode&O_ACCMODE != O_RDONLY {
317 openmode: openmode,
320 if openmode&O_APPEND != 0
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 61 typedef int openmode; typedef in class:ios_base
94 // Openmode flags.
215 openmode _M_openmode;
257 typedef openmode open_mode;
_streambuf.c 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
194 ios_base::openmode)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 61 typedef int openmode; typedef in class:ios_base
94 // Openmode flags.
215 openmode _M_openmode;
257 typedef openmode open_mode;
_streambuf.c 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
194 ios_base::openmode)
  /external/fio/engines/
windowsaio.c 156 DWORD openmode = OPEN_ALWAYS; local
192 openmode = OPEN_ALWAYS;
194 openmode = OPEN_EXISTING;
197 NULL, openmode, flags, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 165 std::ios_base::openmode = std::ios_base::in | std::ios_base::out)
187 std::ios_base::openmode __mode =
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 165 std::ios_base::openmode = std::ios_base::in | std::ios_base::out)
187 std::ios_base::openmode __mode =
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 165 std::ios_base::openmode = std::ios_base::in | std::ios_base::out)
187 std::ios_base::openmode __mode =
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 165 std::ios_base::openmode = std::ios_base::in | std::ios_base::out)
187 std::ios_base::openmode __mode =
  /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/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 211 openmode = win32.PIPE_ACCESS_DUPLEX
215 openmode = win32.PIPE_ACCESS_INBOUND
220 address, openmode,
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 211 openmode = win32.PIPE_ACCESS_DUPLEX
215 openmode = win32.PIPE_ACCESS_INBOUND
220 address, openmode,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 211 openmode = win32.PIPE_ACCESS_DUPLEX
215 openmode = win32.PIPE_ACCESS_INBOUND
220 address, openmode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 211 openmode = win32.PIPE_ACCESS_DUPLEX
215 openmode = win32.PIPE_ACCESS_INBOUND
220 address, openmode,

Completed in 1111 milliseconds

1 23 4