/external/libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.cons/ |
wchar_pointer.pass.cpp | 15 // explicit basic_fstream(const wchar_t* s, ios_base::openmode mode = ios_base::in | ios_base::out); 26 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 27 | std::ios_base::trunc); 36 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 37 | std::ios_base::trunc);
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/ |
pointer.pass.cpp | 15 // explicit basic_fstream(const char* s, ios_base::openmode mode = ios_base::in | ios_base::out); 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 26 | std::ios_base::trunc); 35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 36 | std::ios_base::trunc);
|
string.pass.cpp | 15 // explicit basic_fstream(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out); 26 std::ios_base::in | std::ios_base::out 27 | std::ios_base::trunc); 37 std::ios_base::in | std::ios_base::out 38 | std::ios_base::trunc);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream.cons/ |
pointer.pass.cpp | 15 // explicit basic_fstream(const char* s, ios_base::openmode mode = ios_base::in | ios_base::out); 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 26 | std::ios_base::trunc); 35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out 36 | std::ios_base::trunc);
|
string.pass.cpp | 15 // explicit basic_fstream(const string& s, ios_base::openmode mode = ios_base::in|ios_base::out); 26 std::ios_base::in | std::ios_base::out 27 | std::ios_base::trunc); 37 std::ios_base::in | std::ios_base::out 38 | std::ios_base::trunc);
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.cons/ |
dtor.pass.cpp | 12 // class ios_base 14 // ~ios_base() 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 37 if (ev == std::ios_base::erase_event) 48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) 50 if (ev == std::ios_base::erase_event) 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.cons/ |
dtor.pass.cpp | 12 // class ios_base 14 // ~ios_base() 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) 37 if (ev == std::ios_base::erase_event) 48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) 50 if (ev == std::ios_base::erase_event) 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
istream.tcc | 49 ios_base::iostate __err = ios_base::goodbit; 54 if (!__noskip && bool(__in.flags() & ios_base::skipws)) 70 __err |= ios_base::eofbit; 74 if (__in.good() && __err == ios_base::goodbit) 78 __err |= ios_base::failbit; 92 ios_base::iostate __err = ios_base::goodbit; 100 this->_M_setstate(ios_base::badbit); 104 { this->_M_setstate(ios_base::badbit); [all...] |
ios_base.h | 25 /** @file bits/ios_base.h 189 // 27.4.2 Class ios_base 196 * people will only see @c ios_base when they need to specify the full 199 class ios_base class 207 * 27.4.2.1.1 Class ios_base::failure 229 // 27.4.2.1.2 Type ios_base::fmtflags 318 // 27.4.2.1.3 Type ios_base::iostate 347 // 27.4.2.1.4 Type ios_base::openmode 383 // 27.4.2.1.5 Type ios_base::seekdir 429 * @param __b Reference to the ios_base object [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
istream.tcc | 49 ios_base::iostate __err = ios_base::goodbit; 54 if (!__noskip && bool(__in.flags() & ios_base::skipws)) 70 __err |= ios_base::eofbit; 74 if (__in.good() && __err == ios_base::goodbit) 78 __err |= ios_base::failbit; 92 ios_base::iostate __err = ios_base::goodbit; 100 this->_M_setstate(ios_base::badbit); 104 { this->_M_setstate(ios_base::badbit); [all...] |
ios_base.h | 25 /** @file bits/ios_base.h 189 // 27.4.2 Class ios_base 196 * people will only see @c ios_base when they need to specify the full 199 class ios_base class 207 * 27.4.2.1.1 Class ios_base::failure 229 // 27.4.2.1.2 Type ios_base::fmtflags 318 // 27.4.2.1.3 Type ios_base::iostate 347 // 27.4.2.1.4 Type ios_base::openmode 383 // 27.4.2.1.5 Type ios_base::seekdir 429 * @param __b Reference to the ios_base object [all...] |
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_weekday.pass.cpp | 15 // get_weekday(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 47 assert(err == std::ios_base::eofbit); 51 err = std::ios_base::goodbit; 56 assert(err == std::ios_base::goodbit); 60 err = std::ios_base::goodbit; 65 assert(err == (std::ios_base::failbit | std::ios_base::eofbit)) [all...] |
get_weekday_wide.pass.cpp | 15 // get_weekday(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 47 assert(err == std::ios_base::eofbit); 51 err = std::ios_base::goodbit; 56 assert(err == std::ios_base::goodbit); 60 err = std::ios_base::goodbit; 65 assert(err == (std::ios_base::failbit | std::ios_base::eofbit)) [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_weekday.pass.cpp | 15 // get_weekday(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 47 assert(err == std::ios_base::eofbit); 51 err = std::ios_base::goodbit; 56 assert(err == std::ios_base::goodbit); 60 err = std::ios_base::goodbit; 65 assert(err == (std::ios_base::failbit | std::ios_base::eofbit)) [all...] |
get_weekday_wide.pass.cpp | 15 // get_weekday(iter_type s, iter_type end, ios_base& str, 16 // ios_base::iostate& err, tm* t) const; 38 std::ios_base::iostate err; 42 err = std::ios_base::goodbit; 47 assert(err == std::ios_base::eofbit); 51 err = std::ios_base::goodbit; 56 assert(err == std::ios_base::goodbit); 60 err = std::ios_base::goodbit; 65 assert(err == (std::ios_base::failbit | std::ios_base::eofbit)) [all...] |
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
seekpos.pass.cpp | 15 // ios_base::openmode which = ios_base::in | ios_base::out); 25 assert(sb.pubseekpos(3, std::ios_base::out) == -1); 26 assert(sb.pubseekpos(3, std::ios_base::in | std::ios_base::out) == -1); 27 assert(sb.pubseekpos(3, std::ios_base::in) == 3); 33 assert(sb.pubseekpos(3, std::ios_base::in) == 3); 34 assert(sb.pubseekpos(3, std::ios_base::out | std::ios_base::in) == 3) [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
seekpos.pass.cpp | 15 // ios_base::openmode which = ios_base::in | ios_base::out); 25 assert(sb.pubseekpos(3, std::ios_base::out) == -1); 26 assert(sb.pubseekpos(3, std::ios_base::in | std::ios_base::out) == -1); 27 assert(sb.pubseekpos(3, std::ios_base::in) == 3); 33 assert(sb.pubseekpos(3, std::ios_base::in) == 3); 34 assert(sb.pubseekpos(3, std::ios_base::out | std::ios_base::in) == 3) [all...] |
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.members.static/ |
sync_with_stdio.pass.cpp | 19 assert( std::ios_base::sync_with_stdio(false)); 20 assert(!std::ios_base::sync_with_stdio(false)); 21 assert(!std::ios_base::sync_with_stdio(true)); 22 assert( std::ios_base::sync_with_stdio(true)); 23 assert( std::ios_base::sync_with_stdio()); 24 assert( std::ios_base::sync_with_stdio(false)); 25 assert(!std::ios_base::sync_with_stdio()); 26 assert( std::ios_base::sync_with_stdio());
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_iostate/ |
iostate.pass.cpp | 12 // class ios_base 24 assert(std::ios_base::badbit); 25 assert(std::ios_base::eofbit); 26 assert(std::ios_base::failbit); 30 ( std::ios_base::badbit 31 & std::ios_base::eofbit 32 & std::ios_base::failbit) == 0 35 assert(std::ios_base::goodbit == 0);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.members.static/ |
sync_with_stdio.pass.cpp | 19 assert( std::ios_base::sync_with_stdio(false)); 20 assert(!std::ios_base::sync_with_stdio(false)); 21 assert(!std::ios_base::sync_with_stdio(true)); 22 assert( std::ios_base::sync_with_stdio(true)); 23 assert( std::ios_base::sync_with_stdio()); 24 assert( std::ios_base::sync_with_stdio(false)); 25 assert(!std::ios_base::sync_with_stdio()); 26 assert( std::ios_base::sync_with_stdio());
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.types/ios_iostate/ |
iostate.pass.cpp | 12 // class ios_base 24 assert(std::ios_base::badbit); 25 assert(std::ios_base::eofbit); 26 assert(std::ios_base::failbit); 30 ( std::ios_base::badbit 31 & std::ios_base::eofbit 32 & std::ios_base::failbit) == 0 35 assert(std::ios_base::goodbit == 0);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
fstream | 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 78 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
fstream | 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 78 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
fstream | 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 78 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
fstream | 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 52 ios_base::openmode which = ios_base::in | ios_base::out); 54 ios_base::openmode which = ios_base::in | ios_base::out); 78 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in) [all...] |