Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/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-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()
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1020 s << hex << setw( 4 ) << 0xff; in inhex()
1025 s << hex << setw( 4 ) << 0; in inhex()
1040 s << hex << showbase << setw( 4 ) << 0xff; in inhex()
1046 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()
778 out << setw(1023) << index << '\n'; 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()
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
1022 s << hex << setw( 4 ) << 0xff; in inhex()
1027 s << hex << setw( 4 ) << 0; in inhex()
1042 s << hex << showbase << setw( 4 ) << 0xff; in inhex()
1048 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()
778 out << setw(1023) << index << '\n'; in big_file()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iomanip.h125 setw(int __n) { in setw() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Diomanip23 T6 setw(int n);
225 // setw
257 setw(int __n)