HomeSort by relevance Sort by last modified time
    Searched defs:fmtflags (Results 1 - 20 of 20) sorted by null

  /external/stlport/stlport/stl/
_ios_base.h 57 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 setf(fmtflags __flag, fmtflags __mask)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 57 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 setf(fmtflags __flag, fmtflags __mask)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 57 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 setf(fmtflags __flag, fmtflags __mask)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 57 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 setf(fmtflags __flag, fmtflags __mask)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
ios_base.h 231 // 27.4.2.1.2 Type ios_base::fmtflags
237 * Thing to happen. Defined objects of type fmtflags are:
257 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
260 static const fmtflags boolalpha = _S_boolalpha;
263 static const fmtflags dec = _S_dec;
266 static const fmtflags fixed = _S_fixed;
269 static const fmtflags hex = _S_hex;
274 static const fmtflags internal = _S_internal;
278 static const fmtflags left = _S_left;
281 static const fmtflags oct = _S_oct
    [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-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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 237 // 27.4.2.1.2 Type ios_base::fmtflags
243 * Thing to happen. Defined objects of type fmtflags are:
263 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
266 static const fmtflags boolalpha = _S_boolalpha;
269 static const fmtflags dec = _S_dec;
272 static const fmtflags fixed = _S_fixed;
275 static const fmtflags hex = _S_hex;
280 static const fmtflags internal = _S_internal;
284 static const fmtflags left = _S_left;
287 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 237 // 27.4.2.1.2 Type ios_base::fmtflags
243 * Thing to happen. Defined objects of type fmtflags are:
263 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
266 static const fmtflags boolalpha = _S_boolalpha;
269 static const fmtflags dec = _S_dec;
272 static const fmtflags fixed = _S_fixed;
275 static const fmtflags hex = _S_hex;
280 static const fmtflags internal = _S_internal;
284 static const fmtflags left = _S_left;
287 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 237 // 27.4.2.1.2 Type ios_base::fmtflags
243 * Thing to happen. Defined objects of type fmtflags are:
263 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
266 static const fmtflags boolalpha = _S_boolalpha;
269 static const fmtflags dec = _S_dec;
272 static const fmtflags fixed = _S_fixed;
275 static const fmtflags hex = _S_hex;
280 static const fmtflags internal = _S_internal;
284 static const fmtflags left = _S_left;
287 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 237 // 27.4.2.1.2 Type ios_base::fmtflags
243 * Thing to happen. Defined objects of type fmtflags are:
263 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
266 static const fmtflags boolalpha = _S_boolalpha;
269 static const fmtflags dec = _S_dec;
272 static const fmtflags fixed = _S_fixed;
275 static const fmtflags hex = _S_hex;
280 static const fmtflags internal = _S_internal;
284 static const fmtflags left = _S_left;
287 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 231 // 27.4.2.1.2 Type ios_base::fmtflags
237 * Thing to happen. Defined objects of type fmtflags are:
257 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
260 static const fmtflags boolalpha = _S_boolalpha;
263 static const fmtflags dec = _S_dec;
266 static const fmtflags fixed = _S_fixed;
269 static const fmtflags hex = _S_hex;
274 static const fmtflags internal = _S_internal;
278 static const fmtflags left = _S_left;
281 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 231 // 27.4.2.1.2 Type ios_base::fmtflags
237 * Thing to happen. Defined objects of type fmtflags are:
257 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
260 static const fmtflags boolalpha = _S_boolalpha;
263 static const fmtflags dec = _S_dec;
266 static const fmtflags fixed = _S_fixed;
269 static const fmtflags hex = _S_hex;
274 static const fmtflags internal = _S_internal;
278 static const fmtflags left = _S_left;
281 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 231 // 27.4.2.1.2 Type ios_base::fmtflags
237 * Thing to happen. Defined objects of type fmtflags are:
257 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
260 static const fmtflags boolalpha = _S_boolalpha;
263 static const fmtflags dec = _S_dec;
266 static const fmtflags fixed = _S_fixed;
269 static const fmtflags hex = _S_hex;
274 static const fmtflags internal = _S_internal;
278 static const fmtflags left = _S_left;
281 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 231 // 27.4.2.1.2 Type ios_base::fmtflags
237 * Thing to happen. Defined objects of type fmtflags are:
257 typedef _Ios_Fmtflags fmtflags; typedef in class:ios_base
260 static const fmtflags boolalpha = _S_boolalpha;
263 static const fmtflags dec = _S_dec;
266 static const fmtflags fixed = _S_fixed;
269 static const fmtflags hex = _S_hex;
274 static const fmtflags internal = _S_internal;
278 static const fmtflags left = _S_left;
281 static const fmtflags oct = _S_oct
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /prebuilts/ndk/9/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 811 milliseconds