HomeSort by relevance Sort by last modified time
    Searched full:ios_base (Results 376 - 400 of 1267) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
35 assert(way == std::ios_base::cur);
36 assert(which == std::ios_base::out);
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
defaultfloat.pass.cpp 12 // class ios_base
14 // ios_base& defaultfloat(ios_base& str);
26 std::ios_base& r = std::defaultfloat(ios);
hexfloat.pass.cpp 12 // class ios_base
14 // ios_base& hexfloat(ios_base& str);
26 std::ios_base& r = std::hexfloat(ios);
  /external/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 15 // explicit basic_istringstream(ios_base::openmode which = ios_base::in);
29 std::istringstream ss(std::ios_base::in);
41 std::wistringstream ss(std::ios_base::in);
  /external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
default.pass.cpp 15 // explicit basic_ostringstream(ios_base::openmode which = ios_base::in);
29 std::ostringstream ss(std::ios_base::out);
41 std::wostringstream ss(std::ios_base::out);
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_bool.pass.cpp 14 // iter_type get(iter_type in, iter_type end, ios_base&,
15 // ios_base::iostate& err, bool& v) const;
61 std::ios_base::iostate err = ios.goodbit;
73 std::ios_base::iostate err = ios.goodbit;
85 std::ios_base::iostate err = ios.goodbit;
97 std::ios_base::iostate err = ios.goodbit;
110 std::ios_base::iostate err = ios.goodbit;
122 std::ios_base::iostate err = ios.goodbit;
134 std::ios_base::iostate err = ios.goodbit;
147 std::ios_base::iostate err = ios.goodbit
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
pointer.pass.cpp 15 // explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in);
29 std::ifstream fs("test.dat", std::ios_base::out);
41 std::wifstream fs("test.dat", std::ios_base::out);
string.pass.cpp 15 // explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in);
29 std::ifstream fs(std::string("test.dat"), std::ios_base::out);
41 std::wifstream fs(std::string("test.dat"), std::ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
35 assert(way == std::ios_base::cur);
36 assert(which == std::ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
defaultfloat.pass.cpp 12 // class ios_base
14 // ios_base& defaultfloat(ios_base& str);
26 std::ios_base& r = std::defaultfloat(ios);
hexfloat.pass.cpp 12 // class ios_base
14 // ios_base& hexfloat(ios_base& str);
26 std::ios_base& r = std::hexfloat(ios);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 15 // explicit basic_istringstream(ios_base::openmode which = ios_base::in);
29 std::istringstream ss(std::ios_base::in);
41 std::wistringstream ss(std::ios_base::in);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
default.pass.cpp 15 // explicit basic_ostringstream(ios_base::openmode which = ios_base::in);
29 std::ostringstream ss(std::ios_base::out);
41 std::wostringstream ss(std::ios_base::out);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_bool.pass.cpp 14 // iter_type get(iter_type in, iter_type end, ios_base&,
15 // ios_base::iostate& err, bool& v) const;
61 std::ios_base::iostate err = ios.goodbit;
73 std::ios_base::iostate err = ios.goodbit;
85 std::ios_base::iostate err = ios.goodbit;
97 std::ios_base::iostate err = ios.goodbit;
110 std::ios_base::iostate err = ios.goodbit;
122 std::ios_base::iostate err = ios.goodbit;
134 std::ios_base::iostate err = ios.goodbit;
147 std::ios_base::iostate err = ios.goodbit
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_ios.i 4 %rename(ios_base_in) std::ios_base::in;
  /external/libcxx/test/depr/depr.ios.members/
streamoff.pass.cpp 12 // class ios_base
23 static_assert((std::is_integral<std::ios_base::streamoff>::value), "");
24 static_assert((std::is_signed<std::ios_base::streamoff>::value), "");
  /external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/
default.pass.cpp 15 // explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
  /external/stlport/stlport/stl/
_strstream.h 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
79 ios_base::openmode __mode
80 = ios_base::in | ios_base::out);
81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
82 = ios_base::in | ios_base::out);
124 ostrstream(char*, int, ios_base::openmode = ios_base::out);
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/
streamoff.pass.cpp 12 // class ios_base
23 static_assert((std::is_integral<std::ios_base::streamoff>::value), "");
24 static_assert((std::is_signed<std::ios_base::streamoff>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/
default.pass.cpp 15 // explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
79 ios_base::openmode __mode
80 = ios_base::in | ios_base::out);
81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
82 = ios_base::in | ios_base::out);
124 ostrstream(char*, int, ios_base::openmode = ios_base::out);
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
strstream 97 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
98 ios_base::openmode __mode
99 = ios_base::in | ios_base::out);
100 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
101 = ios_base::in | ios_base::out);
148 ostrstream(char*, int, ios_base::openmode = ios_base::out);
170 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
strstream 96 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
97 ios_base::openmode __mode
98 = ios_base::in | ios_base::out);
99 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
100 = ios_base::in | ios_base::out);
147 ostrstream(char*, int, ios_base::openmode = ios_base::out);
169 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
strstream 96 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
97 ios_base::openmode __mode
98 = ios_base::in | ios_base::out);
99 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
100 = ios_base::in | ios_base::out);
147 ostrstream(char*, int, ios_base::openmode = ios_base::out);
169 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 89 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
90 ios_base::openmode __mode
91 = ios_base::in | ios_base::out);
92 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
93 = ios_base::in | ios_base::out);
140 ostrstream(char*, int, ios_base::openmode = ios_base::out);
162 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out)
    [all...]

Completed in 703 milliseconds

<<11121314151617181920>>