HomeSort by relevance Sort by last modified time
    Searched full:fmtflags (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 42 // 27.4.2.1.2 Type ios_base::fmtflags
43 typedef int fmtflags;
44 // 27.4.2.1.2 Type fmtflags
45 static const fmtflags boolalpha ;
46 static const fmtflags dec ;
47 static const fmtflags fixed ;
48 static const fmtflags hex ;
49 static const fmtflags internal ;
50 static const fmtflags left ;
51 static const fmtflags oct
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 14 // static const fmtflags boolalpha;
15 // static const fmtflags dec;
16 // static const fmtflags fixed;
17 // static const fmtflags hex;
18 // static const fmtflags internal;
19 // static const fmtflags left;
20 // static const fmtflags oct;
21 // static const fmtflags right;
22 // static const fmtflags scientific;
23 // static const fmtflags showbase
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 14 // static const fmtflags boolalpha;
15 // static const fmtflags dec;
16 // static const fmtflags fixed;
17 // static const fmtflags hex;
18 // static const fmtflags internal;
19 // static const fmtflags left;
20 // static const fmtflags oct;
21 // static const fmtflags right;
22 // static const fmtflags scientific;
23 // static const fmtflags showbase
    [all...]
  /external/libcxx/include/
ios 31 typedef T1 fmtflags;
32 static constexpr fmtflags boolalpha;
33 static constexpr fmtflags dec;
34 static constexpr fmtflags fixed;
35 static constexpr fmtflags hex;
36 static constexpr fmtflags internal;
37 static constexpr fmtflags left;
38 static constexpr fmtflags oct;
39 static constexpr fmtflags right;
40 static constexpr fmtflags scientific
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 31 typedef T1 fmtflags;
32 static constexpr fmtflags boolalpha;
33 static constexpr fmtflags dec;
34 static constexpr fmtflags fixed;
35 static constexpr fmtflags hex;
36 static constexpr fmtflags internal;
37 static constexpr fmtflags left;
38 static constexpr fmtflags oct;
39 static constexpr fmtflags right;
40 static constexpr fmtflags scientific
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 31 typedef T1 fmtflags;
32 static constexpr fmtflags boolalpha;
33 static constexpr fmtflags dec;
34 static constexpr fmtflags fixed;
35 static constexpr fmtflags hex;
36 static constexpr fmtflags internal;
37 static constexpr fmtflags left;
38 static constexpr fmtflags oct;
39 static constexpr fmtflags right;
40 static constexpr fmtflags scientific
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags_mask.pass.cpp 14 // fmtflags setf(fmtflags fmtfl, fmtflags mask);
33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right);
flags_fmtflags.pass.cpp 14 // fmtflags flags(fmtflags fmtfl);
33 test::fmtflags f = t.flags(test::hex | test::right);
setf_fmtflags.pass.cpp 14 // fmtflags setf(fmtflags fmtfl)
33 test::fmtflags f = t.setf(test::hex | test::right);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags_mask.pass.cpp 14 // fmtflags setf(fmtflags fmtfl, fmtflags mask);
33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right);
flags_fmtflags.pass.cpp 14 // fmtflags flags(fmtflags fmtfl);
33 test::fmtflags f = t.flags(test::hex | test::right);
setf_fmtflags.pass.cpp 14 // fmtflags setf(fmtflags fmtfl)
33 test::fmtflags f = t.setf(test::hex | test::right);
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 46 const ios_base::fmtflags ios_base::left;
47 const ios_base::fmtflags ios_base::right;
48 const ios_base::fmtflags ios_base::internal;
49 const ios_base::fmtflags ios_base::dec;
50 const ios_base::fmtflags ios_base::hex;
51 const ios_base::fmtflags ios_base::oct;
52 const ios_base::fmtflags ios_base::fixed;
53 const ios_base::fmtflags ios_base::scientific;
54 const ios_base::fmtflags ios_base::boolalpha;
55 const ios_base::fmtflags ios_base::showbase
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 50 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);
_ios_base.h 59 typedef int fmtflags; typedef in class:ios_base
65 typedef fmtflags fmt_flags;
109 fmtflags flags() const { return _M_fmtflags; }
110 fmtflags flags(fmtflags __flags) {
111 fmtflags __tmp = _M_fmtflags;
116 fmtflags setf(fmtflags __flag) {
117 fmtflags __tmp = _M_fmtflags;
121 fmtflags setf(fmtflags __flag, fmtflags __mask)
    [all...]
_num_put.c 44 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 __flags = __f.flags()
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 50 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);
_ios_base.h 59 typedef int fmtflags; typedef in class:ios_base
65 typedef fmtflags fmt_flags;
109 fmtflags flags() const { return _M_fmtflags; }
110 fmtflags flags(fmtflags __flags) {
111 fmtflags __tmp = _M_fmtflags;
116 fmtflags setf(fmtflags __flag) {
117 fmtflags __tmp = _M_fmtflags;
121 fmtflags setf(fmtflags __flag, fmtflags __mask)
    [all...]
_num_put.c 44 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 __flags = __f.flags()
    [all...]
  /external/libcxx/src/
ios.cpp 96 const ios_base::fmtflags ios_base::boolalpha;
97 const ios_base::fmtflags ios_base::dec;
98 const ios_base::fmtflags ios_base::fixed;
99 const ios_base::fmtflags ios_base::hex;
100 const ios_base::fmtflags ios_base::internal;
101 const ios_base::fmtflags ios_base::left;
102 const ios_base::fmtflags ios_base::oct;
103 const ios_base::fmtflags ios_base::right;
104 const ios_base::fmtflags ios_base::scientific;
105 const ios_base::fmtflags ios_base::showbase
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 92 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_base::showbase
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 229 // 27.4.2.1.2 Type ios_base::fmtflags
235 * Thing to happen. Defined objects of type fmtflags are:
255 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
258 static const fmtflags boolalpha = _S_boolalpha;
261 static const fmtflags dec = _S_dec;
264 static const fmtflags fixed = _S_fixed;
267 static const fmtflags hex = _S_hex;
272 static const fmtflags internal = _S_internal;
276 static const fmtflags left = _S_left;
279 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 229 // 27.4.2.1.2 Type ios_base::fmtflags
235 * Thing to happen. Defined objects of type fmtflags are:
255 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
258 static const fmtflags boolalpha = _S_boolalpha;
261 static const fmtflags dec = _S_dec;
264 static const fmtflags fixed = _S_fixed;
267 static const fmtflags hex = _S_hex;
272 static const fmtflags internal = _S_internal;
276 static const fmtflags left = _S_left;
279 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 229 // 27.4.2.1.2 Type ios_base::fmtflags
235 * Thing to happen. Defined objects of type fmtflags are:
255 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
258 static const fmtflags boolalpha = _S_boolalpha;
261 static const fmtflags dec = _S_dec;
264 static const fmtflags fixed = _S_fixed;
267 static const fmtflags hex = _S_hex;
272 static const fmtflags internal = _S_internal;
276 static const fmtflags left = _S_left;
279 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 229 // 27.4.2.1.2 Type ios_base::fmtflags
235 * Thing to happen. Defined objects of type fmtflags are:
255 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
258 static const fmtflags boolalpha = _S_boolalpha;
261 static const fmtflags dec = _S_dec;
264 static const fmtflags fixed = _S_fixed;
267 static const fmtflags hex = _S_hex;
272 static const fmtflags internal = _S_internal;
276 static const fmtflags left = _S_left;
279 static const fmtflags oct = _S_oct
    [all...]

Completed in 850 milliseconds

1 2 3 4 5