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

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
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);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 78 static ios_base::openmode flag_to_openmode(int mode)
80 ios_base::openmode ret = ios_base::__default_mode;
84 ret = ios_base::in;
87 ret = ios_base::out;
90 ret = ios_base::in | ios_base::out;
95 ret |= ios_base::app;
155 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode,
166 switch ( openmode & (~ios_base::ate & ~ios_base::binary) )
    [all...]
  /external/libcxx/test/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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...]
  /external/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
53 if (__dir == ios_base::left) {
57 else if (__dir == ios_base::internal && __first != __last &&
75 ios_base& __f, wchar_t __fill,
97 ios_base& __f, char __fill,
115 __do_put_float(_OutputIter __s, ios_base& __f,
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
istream.tcc 51 ios_base::iostate __err = ios_base::goodbit;
56 if (!__noskip && bool(__in.flags() & ios_base::skipws))
72 __err |= ios_base::eofbit;
76 if (__in.good() && __err == ios_base::goodbit)
80 __err |= ios_base::failbit;
94 ios_base::iostate __err = ios_base::goodbit;
102 this->_M_setstate(ios_base::badbit);
106 { this->_M_setstate(ios_base::badbit);
    [all...]
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
istream.tcc 51 ios_base::iostate __err = ios_base::goodbit;
56 if (!__noskip && bool(__in.flags() & ios_base::skipws))
72 __err |= ios_base::eofbit;
76 if (__in.good() && __err == ios_base::goodbit)
80 __err |= ios_base::failbit;
94 ios_base::iostate __err = ios_base::goodbit;
102 this->_M_setstate(ios_base::badbit);
106 { this->_M_setstate(ios_base::badbit);
    [all...]
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
istream.tcc 51 ios_base::iostate __err = ios_base::goodbit;
56 if (!__noskip && bool(__in.flags() & ios_base::skipws))
72 __err |= ios_base::eofbit;
76 if (__in.good() && __err == ios_base::goodbit)
80 __err |= ios_base::failbit;
94 ios_base::iostate __err = ios_base::goodbit;
102 this->_M_setstate(ios_base::badbit);
106 { this->_M_setstate(ios_base::badbit);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
istream.tcc 51 ios_base::iostate __err = ios_base::goodbit;
56 if (!__noskip && bool(__in.flags() & ios_base::skipws))
72 __err |= ios_base::eofbit;
76 if (__in.good() && __err == ios_base::goodbit)
80 __err |= ios_base::failbit;
94 ios_base::iostate __err = ios_base::goodbit;
102 this->_M_setstate(ios_base::badbit);
106 { this->_M_setstate(ios_base::badbit);
    [all...]
ios_base.h 27 /** @file bits/ios_base.h
191 // 27.4.2 Class ios_base
198 * people will only see @c ios_base when they need to specify the full
201 class ios_base class
209 * 27.4.2.1.1 Class ios_base::failure
231 // 27.4.2.1.2 Type ios_base::fmtflags
320 // 27.4.2.1.3 Type ios_base::iostate
349 // 27.4.2.1.4 Type ios_base::openmode
385 // 27.4.2.1.5 Type ios_base::seekdir
431 * @param ios_base Reference to the ios_base object
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
istream.tcc 51 ios_base::iostate __err = ios_base::goodbit;
56 if (!__noskip && bool(__in.flags() & ios_base::skipws))
72 __err |= ios_base::eofbit;
76 if (__in.good() && __err == ios_base::goodbit)
80 __err |= ios_base::failbit;
94 ios_base::iostate __err = ios_base::goodbit;
102 this->_M_setstate(ios_base::badbit);
106 { this->_M_setstate(ios_base::badbit);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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...]

Completed in 352 milliseconds

1 2 34 5 6 7 8 91011>>