Home
last modified time | relevance | path

Searched refs:setw (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
Dsetw.pass.cpp29 is >> std::setw(10); in main()
35 os << std::setw(10); in main()
41 is >> std::setw(10); in main()
47 os << std::setw(10); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diomanip.h6 using ::setw;
/ndk/sources/cxx-stl/stlport/stlport/using/
Diomanip6 using _STLP_NEW_IO_NAMESPACE::setw;
/ndk/sources/cxx-stl/stlport/stlport/
Diomanip.h37 using _STLP_STD::setw;
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp462 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
470 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
486 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
610 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1014 s << hex << setw( 4 ) << 0xff; in inhex()
1019 s << hex << setw( 4 ) << 0; in inhex()
1034 s << hex << showbase << setw( 4 ) << 0xff; in inhex()
1040 s << hex << showbase << setw(8+2) << 0; in inhex()
Dfstream_test.cpp236 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()
779 out << setw(1023) << index << '\n'; in big_file()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp462 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
470 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
486 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
610 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1012 s << hex << setw( 4 ) << 0xff; in inhex()
1017 s << hex << setw( 4 ) << 0; in inhex()
1032 s << hex << showbase << setw( 4 ) << 0xff; in inhex()
1038 s << hex << showbase << setw(8+2) << 0; in inhex()
Dfstream_test.cpp236 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()
779 out << setw(1023) << index << '\n'; in big_file()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp98 ss << std::left << std::setw(10) << std::setfill('!') << std::quoted("abc", '`'); in test_padding()
104 ss << std::right << std::setw(10) << std::setfill('!') << std::quoted("abc", '`'); in test_padding()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dplain_report_formatter.ipp65 ostr << std::setw( indent ) << ""
115 ostr << std::setw( m_indent ) << ""
Dexception_safety.ipp404 formatter << std::left << std::setw( indent ) << "";
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iomanip.h125 setw(int __n) { in setw() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diomanip25 T6 setw(int n);
238 // setw
270 setw(int __n)
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1623 ss << std::setfill('0') << std::setw(2) << value; in FormatIntWidth2()
1637 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase in FormatByte()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1638 $(call gen-test, input.output/iostream.format/std.manip/setw)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1629 $(call gen-test, input.output/iostream.format/std.manip/setw)