Searched refs:ate (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/ |
D | openmode.pass.cpp | 27 assert(std::ios_base::ate); in main() 36 & std::ios_base::ate in main()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 183 switch (openmode & (~ios_base::ate)) { in _M_open() 245 if (openmode & ios_base::ate) { in _M_open()
|
D | fstream_unistd.cpp | 166 switch ( openmode & (~ios_base::ate & ~ios_base::binary) ) { in _M_open() 200 if ((openmode & (ios_base::ate | ios_base::app)) && (LSEEK(file_no, 0, SEEK_END) == -1)) { in _M_open()
|
D | fstream_win32io.cpp | 228 switch (openmode & (~ios_base::ate & ~ios_base::binary)) { in _M_open() 277 (((openmode & ios_base::ate) != 0) && in _M_open()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 831 ofstream nullStream(nullStreamName, ios_base::ate); in null_stream() 851 ifstream nullStream(nullStreamName, ios_base::ate); in null_stream() 861 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::ate); in null_stream()
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 831 ofstream nullStream(nullStreamName, ios_base::ate); in null_stream() 851 ifstream nullStream(nullStreamName, ios_base::ate); in null_stream() 861 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::ate); in null_stream()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 73 const ios_base::openmode ios_base::ate; member in ios_base
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _sstream.c | 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); in _M_set_ptrs() 83 if ( _M_mode & (ios_base::app | ios_base::ate) ) { in _M_set_ptrs()
|
D | _ios_base.h | 97 _STLP_STATIC_CONSTANT(int, ate = 0x02);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | ios.cpp | 117 const ios_base::openmode ios_base::ate; member in ios_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 59 static constexpr openmode ate; 266 static const openmode ate = 0x02;
|
D | fstream | 475 switch (__mode & ~ios_base::ate) 529 if (__mode & ios_base::ate)
|
D | sstream | 466 if (__mode_ & (ios_base::app | ios_base::ate))
|