/external/zlib/src/contrib/iostream3/ |
zfstream.h | 67 std::ios_base::openmode mode); 77 std::ios_base::openmode mode); 92 open_mode(std::ios_base::openmode mode, 155 // std::ios_base::seekdir way, 156 // std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out); 159 // std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out) [all...] |
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/ |
zfstream.h | 67 std::ios_base::openmode mode); 77 std::ios_base::openmode mode); 92 open_mode(std::ios_base::openmode mode, 155 // std::ios_base::seekdir way, 156 // std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out); 159 // std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
sstream | 59 * For this class, open modes (of type @c ios_base::openmode) have 83 ios_base::openmode _M_mode; 98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 112 ios_base::openmode __mode = ios_base::in | ios_base::out) 160 _M_stringbuf_init(ios_base::openmode __mode) 164 if (_M_mode & (ios_base::ate | ios_base::app) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
sstream | 59 * For this class, open modes (of type @c ios_base::openmode) have 83 ios_base::openmode _M_mode; 98 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out) 112 ios_base::openmode __mode = ios_base::in | ios_base::out) 160 _M_stringbuf_init(ios_base::openmode __mode) 164 if (_M_mode & (ios_base::ate | ios_base::app) [all...] |
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
overflow.pass.cpp | 44 assert(f.open("overflow.dat", std::ios_base::out) != 0); 56 assert(f.open("overflow.dat", std::ios_base::in) != 0); 64 assert(f.open("overflow.dat", std::ios_base::out) != 0); 76 assert(f.open("overflow.dat", std::ios_base::in) != 0); 83 assert(f.open("overflow.dat", std::ios_base::out) != 0); 95 assert(f.open("overflow.dat", std::ios_base::in) != 0); 103 assert(f.open("overflow.dat", std::ios_base::out) != 0); 115 assert(f.open("overflow.dat", std::ios_base::in) != 0); 123 assert(f.open("overflow.dat", std::ios_base::out) != 0); 130 assert(f.open("overflow.dat", std::ios_base::in) != 0) [all...] |
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_long.pass.cpp | 14 // iter_type get(iter_type in, iter_type end, ios_base&, 15 // ios_base::iostate& err, long& v) const; 53 std::ios_base::iostate err = ios.goodbit; 66 std::ios_base::iostate err = ios.goodbit; 78 std::ios_base::iostate err = ios.goodbit; 90 std::ios_base::iostate err = ios.goodbit; 102 std::ios_base::iostate err = ios.goodbit; 114 std::ios_base::iostate err = ios.goodbit; 126 std::ios_base::iostate err = ios.goodbit; 138 std::ios_base::iostate err = ios.goodbit [all...] |
/external/llvm/test/CodeGen/Generic/ |
2009-11-16-BadKillsCrash.ll | 5 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::__ctype_abstract_base<wchar_t>"*, %"struct.std::__ctype_abstract_base<wchar_t>"* } 10 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %"struct.std::ios_base::_Words", [8 x %"struct.std::ios_base::_Words"], i32, %"struct.std::ios_base::_Words"*, %"struct.std::locale" } 11 %"struct.std::ios_base::_Callback_list" = type { %"struct.std::ios_base::_Callback_list"*, void (i32, %"struct.std::ios_base"*, i32)*, i32, i32 } 12 %"struct.std::ios_base::_Words" = type { i8*, i32 [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
2009-11-16-BadKillsCrash.ll | 5 %"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::__ctype_abstract_base<wchar_t>"*, %"struct.std::__ctype_abstract_base<wchar_t>"* } 10 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %"struct.std::ios_base::_Words", [8 x %"struct.std::ios_base::_Words"], i32, %"struct.std::ios_base::_Words"*, %"struct.std::locale" } 11 %"struct.std::ios_base::_Callback_list" = type { %"struct.std::ios_base::_Callback_list"*, void (i32, %"struct.std::ios_base"*, i32)*, i32, i32 } 12 %"struct.std::ios_base::_Words" = type { i8*, i32 [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
overflow.pass.cpp | 44 assert(f.open("overflow.dat", std::ios_base::out) != 0); 56 assert(f.open("overflow.dat", std::ios_base::in) != 0); 64 assert(f.open("overflow.dat", std::ios_base::out) != 0); 76 assert(f.open("overflow.dat", std::ios_base::in) != 0); 83 assert(f.open("overflow.dat", std::ios_base::out) != 0); 95 assert(f.open("overflow.dat", std::ios_base::in) != 0); 103 assert(f.open("overflow.dat", std::ios_base::out) != 0); 115 assert(f.open("overflow.dat", std::ios_base::in) != 0); 123 assert(f.open("overflow.dat", std::ios_base::out) != 0); 130 assert(f.open("overflow.dat", std::ios_base::in) != 0) [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_long.pass.cpp | 14 // iter_type get(iter_type in, iter_type end, ios_base&, 15 // ios_base::iostate& err, long& v) const; 53 std::ios_base::iostate err = ios.goodbit; 66 std::ios_base::iostate err = ios.goodbit; 78 std::ios_base::iostate err = ios.goodbit; 90 std::ios_base::iostate err = ios.goodbit; 102 std::ios_base::iostate err = ios.goodbit; 114 std::ios_base::iostate err = ios.goodbit; 126 std::ios_base::iostate err = ios.goodbit; 138 std::ios_base::iostate err = ios.goodbit [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets_nonio.tcc | 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, 134 ios_base::iostate& __err, string& __units) const 181 // if (__io.flags() & ios_base::showbase), otherwise 184 if (__io.flags() & ios_base::showbase || __sign_size > 1 203 && (__j || __io.flags() & ios_base::showbase)) 327 __err |= ios_base::failbit; 337 __err |= ios_base::failbit; 343 __err |= ios_base::eofbit; 351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io, 352 ios_base::iostate& __err, double& __units) cons [all...] |
sstream.tcc | 59 const bool __testout = this->_M_mode & ios_base::out; 82 const bool __testout = this->_M_mode & ios_base::out; 134 const bool __testin = this->_M_mode & ios_base::in; 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; 154 const bool __testboth = __testin && __testout && __way != ios_base::cur; 155 __testin &= !(__mode & ios_base::out); 156 __testout &= !(__mode & ios_base::in) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
locale_facets_nonio.tcc | 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, 134 ios_base::iostate& __err, string& __units) const 181 // if (__io.flags() & ios_base::showbase), otherwise 184 if (__io.flags() & ios_base::showbase || __sign_size > 1 203 && (__j || __io.flags() & ios_base::showbase)) 327 __err |= ios_base::failbit; 337 __err |= ios_base::failbit; 343 __err |= ios_base::eofbit; 351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io, 352 ios_base::iostate& __err, double& __units) cons [all...] |
sstream.tcc | 59 const bool __testout = this->_M_mode & ios_base::out; 82 const bool __testout = this->_M_mode & ios_base::out; 134 const bool __testin = this->_M_mode & ios_base::in; 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; 154 const bool __testboth = __testin && __testout && __way != ios_base::cur; 155 __testin &= !(__mode & ios_base::out); 156 __testout &= !(__mode & ios_base::in) [all...] |
/external/libcxx/include/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
iomanip | 20 T1 resetiosflags(ios_base::fmtflags mask); 21 T2 setiosflags (ios_base::fmtflags mask); 60 ios_base::fmtflags __mask_; 63 explicit __iom_t1(ios_base::fmtflags __m) : __mask_(__m) {} 88 resetiosflags(ios_base::fmtflags __mask) 97 ios_base::fmtflags __mask_; 100 explicit __iom_t2(ios_base::fmtflags __m) : __mask_(__m) {} 125 setiosflags(ios_base::fmtflags __mask) 145 __is.setf(__x.__base_ == 8 ? ios_base::oct : 146 __x.__base_ == 10 ? ios_base::dec [all...] |