/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
D | noshowpos.pass.cpp | 27 std::ios_base& r = std::noshowpos(ios); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | ios | 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 615 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected) 665 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0") in num_put_integer() 668 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer() 669 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ") in num_put_integer() 760 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, right, " 0") in num_put_integer() 761 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, internal, " 0") in num_put_integer() 763 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, right, " 0x1") in num_put_integer() 764 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, left, "0x1 ") in num_put_integer() 765 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, internal, "0x 1") in num_put_integer() 766 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, uppercase, 6, left, "0X1 ") in num_put_integer()
|
/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 615 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected) 665 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0") in num_put_integer() 668 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer() 669 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ") in num_put_integer() 760 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, right, " 0") in num_put_integer() 761 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, internal, " 0") in num_put_integer() 763 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, right, " 0x1") in num_put_integer() 764 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, left, "0x1 ") in num_put_integer() 765 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, internal, "0x 1") in num_put_integer() 766 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, uppercase, 6, left, "0X1 ") in num_put_integer()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 290 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) in noshowpos() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_double.pass.cpp | 61 noshowpos(ios); in test1() 354 noshowpos(ios); in test1() 650 noshowpos(ios); in test1() 943 noshowpos(ios); in test1() 1239 noshowpos(ios); in test1() 1532 noshowpos(ios); in test1() 1828 noshowpos(ios); in test1() 2121 noshowpos(ios); in test1() 2417 noshowpos(ios); in test1() 2710 noshowpos(ios); in test1() [all …]
|
D | put_long_double.pass.cpp | 61 noshowpos(ios); in test1() 354 noshowpos(ios); in test1() 650 noshowpos(ios); in test1() 943 noshowpos(ios); in test1() 1239 noshowpos(ios); in test1() 1532 noshowpos(ios); in test1() 1828 noshowpos(ios); in test1() 2121 noshowpos(ios); in test1() 2417 noshowpos(ios); in test1() 2710 noshowpos(ios); in test1() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 175 ios_base& noshowpos (ios_base& str); 860 noshowpos(ios_base& __str)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1720 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1729 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos)
|