Searched refs:fmtflags (Results 1 - 21 of 21) sorted by relevance

/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/Android.mk
19 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/unitbuf
23 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/noskipws
27 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/nounitbuf
31 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpoint
35 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/showbase
39 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/skipws
43 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/uppercase
47 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint
51 test_name := input.output/iostreams.base/std.ios.manip/fmtflags
[all...]
/external/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/Android.mk
19 test_name := input.output/iostreams.base/ios.base/fmtflags.state/unsetf_mask
23 test_name := input.output/iostreams.base/ios.base/fmtflags.state/width
27 test_name := input.output/iostreams.base/ios.base/fmtflags.state/precision
31 test_name := input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags
35 test_name := input.output/iostreams.base/ios.base/fmtflags.state/flags_fmtflags
39 test_name := input.output/iostreams.base/ios.base/fmtflags.state/flags
43 test_name := input.output/iostreams.base/ios.base/fmtflags.state/width_streamsize
47 test_name := input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags_mask
51 test_name := input.output/iostreams.base/ios.base/fmtflags
[all...]
H A Dflags_fmtflags.pass.cpp14 // fmtflags flags(fmtflags fmtfl);
33 test::fmtflags f = t.flags(test::hex | test::right);
H A Dsetf_fmtflags.pass.cpp14 // fmtflags setf(fmtflags fmtfl)
33 test::fmtflags f = t.setf(test::hex | test::right);
H A Dsetf_fmtflags_mask.pass.cpp14 // fmtflags setf(fmtflags fmtfl, fmtflags mask);
33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right);
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A DAndroid.mk19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags
20 test_src := fmtflags.pass.cpp
/external/stlport/src/
H A Dios.cpp44 const ios_base::fmtflags ios_base::left;
45 const ios_base::fmtflags ios_base::right;
46 const ios_base::fmtflags ios_base::internal;
47 const ios_base::fmtflags ios_base::dec;
48 const ios_base::fmtflags ios_base::hex;
49 const ios_base::fmtflags ios_base::oct;
50 const ios_base::fmtflags ios_base::fixed;
51 const ios_base::fmtflags ios_base::scientific;
52 const ios_base::fmtflags ios_base::boolalpha;
53 const ios_base::fmtflags ios_bas
[all...]
H A Dnum_put_float.cpp399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier);
489 ios_base::fmtflags flags,
552 ios_base::fmtflags flags,
615 static size_t __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) {
653 ios_base::fmtflags flags,
710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) {
749 static size_t __write_floatT(__iostring &buf, ios_base::fmtflags flags, int precision,
823 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
834 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
H A Dnum_put.cpp125 __write_integer(char* buf, ios_base::fmtflags flags, long x) {
/external/oprofile/libutil++/
H A Dstream_util.h34 std::ios::fmtflags format;
/external/stlport/stlport/stl/
H A D_iomanip.h50 ios_base::fmtflags _M_flag;
51 ios_base::fmtflags _M_mask;
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
104 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::fmtflags __mask)
107 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::fmtflags __flag)
111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct :
114 ios_base::fmtflags(0);
H A D_ios_base.h57 typedef int fmtflags; typedef in class:ios_base
63 typedef fmtflags fmt_flags;
107 fmtflags flags() const { return _M_fmtflags; }
108 fmtflags flags(fmtflags __flags) {
109 fmtflags __tmp = _M_fmtflags;
114 fmtflags setf(fmtflags __flag) {
115 fmtflags __tmp = _M_fmtflags;
119 fmtflags set
[all...]
H A D_num_put.c44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
150 ios_base::fmtflags __flg, streamsize __wid, _CharT __fill,
161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield;
194 ios_base::fmtflags __flags, wchar_t __fill) {
233 ios_base& __f, ios_base::fmtflags __flags, char __fill) {
276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& /* is_signed */) {
293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& /* is_signed */) {
304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) {
379 ios_base::fmtflags __flag
[all...]
H A D_num_put.h139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double);
147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
164 __write_integer(char* buf, ios_base::fmtflags flags, long x);
H A D_num_get.c57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
H A D_monetary.c446 ios_base::fmtflags __fill_pos = __str.flags() & ios_base::adjustfield;
/external/libcxx/src/
H A Dios.cpp92 const ios_base::fmtflags ios_base::boolalpha;
93 const ios_base::fmtflags ios_base::dec;
94 const ios_base::fmtflags ios_base::fixed;
95 const ios_base::fmtflags ios_base::hex;
96 const ios_base::fmtflags ios_base::internal;
97 const ios_base::fmtflags ios_base::left;
98 const ios_base::fmtflags ios_base::oct;
99 const ios_base::fmtflags ios_base::right;
100 const ios_base::fmtflags ios_base::scientific;
101 const ios_base::fmtflags ios_bas
[all...]
H A Dlocale.cpp4300 ios_base::fmtflags __basefield = iob.flags() & ios_base::basefield;
4344 ios_base::fmtflags __flags)
4369 ios_base::fmtflags __flags)
4376 ios_base::fmtflags floatfield = __flags & ios_base::floatfield;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A Dnumeric_lex.h16 inline std::ios::fmtflags numeric_base_int(const std::string &str)
/external/openfst/src/include/fst/extensions/pdt/
H A Dinfo.h145 ios_base::fmtflags old = cout.setf(ios::left);
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h235 ios_base::fmtflags old = os.setf(ios::left);

Completed in 272 milliseconds