Searched refs:noshowpos (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
H A Dnoshowpos.pass.cpp14 // ios_base& noshowpos(ios_base& str);
27 std::ios_base& r = std::noshowpos(ios);
H A DAndroid.mk63 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos
64 test_src := noshowpos.pass.cpp
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp623 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
768 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, right, " 0")
769 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, internal, " 0")
771 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, right, " 0x1")
772 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, left, "0x1 ")
773 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, internal, "0x 1")
774 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, uppercas
[all...]
/external/stlport/stlport/stl/
H A D_ios_base.h288 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp61 noshowpos(ios);
354 noshowpos(ios);
650 noshowpos(ios);
943 noshowpos(ios);
1239 noshowpos(ios);
1532 noshowpos(ios);
1828 noshowpos(ios);
2121 noshowpos(ios);
2417 noshowpos(ios);
2710 noshowpos(io
[all...]
H A Dput_double.pass.cpp61 noshowpos(ios);
354 noshowpos(ios);
650 noshowpos(ios);
943 noshowpos(ios);
1239 noshowpos(ios);
1532 noshowpos(ios);
1828 noshowpos(ios);
2121 noshowpos(ios);
2417 noshowpos(ios);
2710 noshowpos(io
[all...]

Completed in 167 milliseconds