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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
27 | std::ios_base::trunc);
38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
39 | std::ios_base::trunc);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out
27 | std::ios_base::trunc);
37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out
38 | std::ios_base::trunc);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
47 ios_base::openmode which = ios_base::in | ios_base::out);
49 ios_base::openmode which = ios_base::in | ios_base::out);
87 ostrstream(char* s, int n, ios_base::openmode mode = ios_base::out);
112 strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out)
    [all...]
streambuf 39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
40 ios_base::openmode which = ios_base::in | ios_base::out);
42 ios_base::openmode which = ios_base::in | ios_base::out);
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
88 ios_base::openmode which = ios_base::in | ios_base::out)
    [all...]
  /external/libcxx/include/
streambuf 39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
40 ios_base::openmode which = ios_base::in | ios_base::out);
42 ios_base::openmode which = ios_base::in | ios_base::out);
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
88 ios_base::openmode which = ios_base::in | ios_base::out)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
40 ios_base::openmode which = ios_base::in | ios_base::out);
42 ios_base::openmode which = ios_base::in | ios_base::out);
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
88 ios_base::openmode which = ios_base::in | ios_base::out)
    [all...]
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 42 void f1(std::ios_base::event ev, std::ios_base& stream, int index)
47 void f2(std::ios_base::event ev, std::ios_base& stream, int index)
52 void g1(std::ios_base::event ev, std::ios_base& stream, int index)
54 if (ev == std::ios_base::imbue_event)
61 void g2(std::ios_base::event ev, std::ios_base& stream, int index)
63 if (ev == std::ios_base::imbue_event
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_float.pass.cpp 14 // iter_type get(iter_type in, iter_type end, ios_base&,
15 // ios_base::iostate& err, float& v) const;
44 std::ios_base::iostate err = ios.goodbit;
55 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
    [all...]
  /external/stlport/stlport/stl/
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
77 case ios_base::oct:
80 case ios_base::dec:
83 case ios_base::hex:
250 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
251 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
290 __err = __STATIC_CAST(ios_base::iostate, __result ? ios_base::goodbit : ios_base::failbit)
    [all...]
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
192 __err |= ios_base::failbit;
216 __err |= ios_base::failbit;
305 ios_base& __str, ios_base::iostate& __err,
317 __err = ios_base::goodbit;
319 __err = ios_base::failbit;
321 __err |= ios_base::eofbit;
329 ios_base& __str, ios_base::iostate& __err
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 42 void f1(std::ios_base::event ev, std::ios_base& stream, int index)
47 void f2(std::ios_base::event ev, std::ios_base& stream, int index)
52 void g1(std::ios_base::event ev, std::ios_base& stream, int index)
54 if (ev == std::ios_base::imbue_event)
61 void g2(std::ios_base::event ev, std::ios_base& stream, int index)
63 if (ev == std::ios_base::imbue_event
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_float.pass.cpp 14 // iter_type get(iter_type in, iter_type end, ios_base&,
15 // ios_base::iostate& err, float& v) const;
44 std::ios_base::iostate err = ios.goodbit;
55 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
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
192 __err |= ios_base::failbit;
216 __err |= ios_base::failbit;
305 ios_base& __str, ios_base::iostate& __err,
317 __err = ios_base::goodbit;
319 __err = ios_base::failbit;
321 __err |= ios_base::eofbit;
329 ios_base& __str, ios_base::iostate& __err
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
193 __err |= ios_base::failbit;
217 __err |= ios_base::failbit;
306 ios_base& __str, ios_base::iostate& __err,
318 __err = ios_base::goodbit;
320 __err = ios_base::failbit;
322 __err |= ios_base::eofbit;
330 ios_base& __str, ios_base::iostate& __err
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
193 __err |= ios_base::failbit;
217 __err |= ios_base::failbit;
306 ios_base& __str, ios_base::iostate& __err,
318 __err = ios_base::goodbit;
320 __err = ios_base::failbit;
322 __err |= ios_base::eofbit;
330 ios_base& __str, ios_base::iostate& __err
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
193 __err |= ios_base::failbit;
217 __err |= ios_base::failbit;
306 ios_base& __str, ios_base::iostate& __err,
318 __err = ios_base::goodbit;
320 __err = ios_base::failbit;
322 __err |= ios_base::eofbit;
330 ios_base& __str, ios_base::iostate& __err
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
193 __err |= ios_base::failbit;
217 __err |= ios_base::failbit;
306 ios_base& __str, ios_base::iostate& __err,
318 __err = ios_base::goodbit;
320 __err = ios_base::failbit;
322 __err |= ios_base::eofbit;
330 ios_base& __str, ios_base::iostate& __err
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
192 __err |= ios_base::failbit;
216 __err |= ios_base::failbit;
305 ios_base& __str, ios_base::iostate& __err,
317 __err = ios_base::goodbit;
319 __err = ios_base::failbit;
321 __err |= ios_base::eofbit;
329 ios_base& __str, ios_base::iostate& __err
    [all...]
  /external/clang/test/Parser/
cxx-member-crash.cpp 13 template<typename _CharT, typename _InIter> _InIter num_get<_CharT, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, ios_base::iostate& __err, string& __xtrc) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
iomanip 42 #include <bits/ios_base.h>
55 struct _Resetiosflags { ios_base::fmtflags _M_mask; };
65 resetiosflags(ios_base::fmtflags __mask)
72 __is.setf(ios_base::fmtflags(0), __f._M_mask);
80 __os.setf(ios_base::fmtflags(0), __f._M_mask);
85 struct _Setiosflags { ios_base::fmtflags _M_mask; };
95 setiosflags(ios_base::fmtflags __mask)
122 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base
133 __is.setf(__f._M_base == 8 ? ios_base::oct :
134 __f._M_base == 10 ? ios_base::dec :
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
iomanip 42 #include <bits/ios_base.h>
55 struct _Resetiosflags { ios_base::fmtflags _M_mask; };
65 resetiosflags(ios_base::fmtflags __mask)
72 __is.setf(ios_base::fmtflags(0), __f._M_mask);
80 __os.setf(ios_base::fmtflags(0), __f._M_mask);
85 struct _Setiosflags { ios_base::fmtflags _M_mask; };
95 setiosflags(ios_base::fmtflags __mask)
122 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base
133 __is.setf(__f._M_base == 8 ? ios_base::oct :
134 __f._M_base == 10 ? ios_base::dec :
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
iomanip 42 #include <bits/ios_base.h>
55 struct _Resetiosflags { ios_base::fmtflags _M_mask; };
65 resetiosflags(ios_base::fmtflags __mask)
72 __is.setf(ios_base::fmtflags(0), __f._M_mask);
80 __os.setf(ios_base::fmtflags(0), __f._M_mask);
85 struct _Setiosflags { ios_base::fmtflags _M_mask; };
95 setiosflags(ios_base::fmtflags __mask)
122 * @c ios_base::basefield flags to @c oct, @c dec, or @c hex when @a base
133 __is.setf(__f._M_base == 8 ? ios_base::oct :
134 __f._M_base == 10 ? ios_base::dec :
    [all...]
  /external/chromium_org/ios/
ios_web.gyp 20 'ios_base.gyp:ios_consumer_base',
  /external/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);

Completed in 279 milliseconds

<<11121314151617181920>>