HomeSort by relevance Sort by last modified time
    Searched full:ios_base (Results 401 - 425 of 879) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
default.pass.cpp 15 // explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
move.pass.cpp 28 std::stringbuf buf1("testing", std::ios_base::in);
33 std::stringbuf buf1("testing", std::ios_base::out);
43 std::wstringbuf buf1(L"testing", std::ios_base::in);
48 std::wstringbuf buf1(L"testing", std::ios_base::out);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ios 39 #include <exception> // For ios_base::failure
42 #include <bits/ios_base.h> // For ios_base declarations.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ios 39 #include <exception> // For ios_base::failure
42 #include <bits/ios_base.h> // For ios_base declarations.
  /external/libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/
wchar_pointer.pass.cpp 15 // explicit basic_ofstream(const wchar_t* s, ios_base::openmode mode = ios_base::out);
36 std::ifstream fs(temp.c_str(), std::ios_base::out);
53 std::wifstream fs(temp.c_str(), std::ios_base::out);
  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/
string.pass.cpp 15 // explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in);
28 // std::ifstream(const std::string&, std::ios_base::openmode) is tested in
37 // std::wifstream(const std::string&, std::ios_base::openmode) is tested in
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
pointer.pass.cpp 15 // explicit basic_ofstream(const char* s, ios_base::openmode mode = ios_base::out);
35 std::ifstream fs(temp.c_str(), std::ios_base::out);
52 std::wifstream fs(temp.c_str(), std::ios_base::out);
string.pass.cpp 15 // explicit basic_ofstream(const string& s, ios_base::openmode mode = ios_base::out);
35 std::ifstream fs(temp, std::ios_base::out);
52 std::wifstream fs(temp, std::ios_base::out);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
tellg.pass.cpp 41 std::ios_base::seekdir way,
42 std::ios_base::openmode which)
45 assert(way == std::ios_base::cur);
46 assert(which == std::ios_base::in);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
ios_base.pass.cpp 15 // basic_ostream<charT,traits>& operator<<(ios_base& (*pf)(ios_base&));
57 assert(!(os.flags() & std::ios_base::uppercase));
59 assert( (os.flags() & std::ios_base::uppercase));
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which)
35 assert(which == std::ios_base::out);
63 os.setstate(std::ios_base::eofbit);
66 assert(os.rdstate() == std::ios_base::eofbit);
  /external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/
string.pass.cpp 16 // ios_base::openmode which = ios_base::in);
35 std::istringstream ss(" 123 456", std::ios_base::out);
57 std::wistringstream ss(L" 123 456", std::ios_base::out);
  /external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/
string.pass.cpp 16 // ios_base::openmode which = ios_base::in);
33 std::ostringstream ss(" 123 456", std::ios_base::in);
51 std::wostringstream ss(L" 123 456", std::ios_base::in);
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
member_swap.pass.cpp 30 std::stringbuf buf1("testing", std::ios_base::in);
37 std::stringbuf buf1("testing", std::ios_base::out);
51 std::wstringbuf buf1(L"testing", std::ios_base::in);
58 std::wstringbuf buf1(L"testing", std::ios_base::out);
move.pass.cpp 29 std::stringbuf buf1("testing", std::ios_base::in);
35 std::stringbuf buf1("testing", std::ios_base::out);
47 std::wstringbuf buf1(L"testing", std::ios_base::in);
53 std::wstringbuf buf1(L"testing", std::ios_base::out);
nonmember_swap.pass.cpp 32 std::stringbuf buf1("testing", std::ios_base::in);
39 std::stringbuf buf1("testing", std::ios_base::out);
53 std::wstringbuf buf1(L"testing", std::ios_base::in);
60 std::wstringbuf buf1(L"testing", std::ios_base::out);
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_pointer.pass.cpp 14 // iter_type get(iter_type in, iter_type end, ios_base&,
15 // ios_base::iostate& err, void*& v) const;
39 std::ios_base::iostate err = ios.goodbit;
51 std::ios_base::iostate err = ios.goodbit;
  /external/zlib/src/contrib/iostream3/
TODO 9 - Support for ios_base::ate open mode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
68 sys_open(__c_file* __file, ios_base::openmode);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
basic_file.h 65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
68 sys_open(__c_file* __file, ios_base::openmode);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();

Completed in 3235 milliseconds

<<11121314151617181920>>