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

1 2

  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
noshowpos.pass.cpp 14 // ios_base& noshowpos(ios_base& str);
27 std::ios_base& r = std::noshowpos(ios);
Android.mk 63 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos
64 test_src := noshowpos.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
noshowpos.pass.cpp 14 // ios_base& noshowpos(ios_base& str);
27 std::ios_base& r = std::noshowpos(ios);
  /external/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /ndk/sources/cxx-stl/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
ios 20 using _STLP_NEW_IO_NAMESPACE::noshowpos;
  /external/stlport/test/unit/
num_put_get_test.cpp 623 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, uppercase, 6, left, "0X1 "
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 623 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, uppercase, 6, left, "0X1 "
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 623 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, uppercase, 6, left, "0X1 "
    [all...]
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_double.pass.cpp 61 noshowpos(ios);
354 noshowpos(ios);
    [all...]
put_double.pass.cpp 61 noshowpos(ios);
354 noshowpos(ios);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_double.pass.cpp 61 noshowpos(ios);
354 noshowpos(ios);
    [all...]
put_double.pass.cpp 61 noshowpos(ios);
354 noshowpos(ios);
    [all...]
  /external/stlport/stlport/stl/
_ios_base.h 288 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 290 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 288 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 288 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 288 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 290 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 290 inline ios_base& _STLP_CALL noshowpos(ios_base& __s) function
  /external/libcxx/include/
ios 175 ios_base& noshowpos (ios_base& str);
860 noshowpos(ios_base& __str)

Completed in 961 milliseconds

1 2