Home
last modified time | relevance | path

Searched refs:setfill (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
Dsetfill.pass.cpp29 os << std::setfill('*'); in main()
35 os << std::setfill(L'*'); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diomanip.h4 using ::setfill;
/ndk/sources/cxx-stl/stlport/stlport/using/
Diomanip4 using _STLP_NEW_IO_NAMESPACE::setfill;
/ndk/sources/cxx-stl/stlport/stlport/
Diomanip.h35 using _STLP_STD::setfill;
/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/sources/cxx-stl/stlport/stlport/stl/
D_iomanip.h160 inline _STLP_PRIV _Setfill_Manip<_CharT> _STLP_CALL setfill(_CharT __c) in setfill() function
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
Dfstream_test.cpp236 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()
769 out << setiosflags(ios_base::right) << setfill('*'); in big_file()
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
Dfstream_test.cpp236 of << "line " << setiosflags(ios_base::right) << setfill('0') << setw(2) << i << "\n"; in tellg()
769 out << setiosflags(ios_base::right) << setfill('*'); in big_file()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diomanip23 template<charT> T4 setfill(charT c);
172 // setfill
196 setfill(_CharT __c)
/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.mk1635 $(call gen-test, input.output/iostream.format/std.manip/setfill)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1626 $(call gen-test, input.output/iostream.format/std.manip/setfill)