Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 59) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dfill_char_type.pass.cpp22 assert(ios.fill() == ' '); in main()
23 char c = ios.fill('*'); in main()
25 assert(ios.fill() == '*'); in main()
Dfill.pass.cpp22 assert(ios.fill() == ' '); in main()
Dswap.pass.cpp91 ios1.fill('1'); in main()
114 ios2.fill('2'); in main()
139 assert(ios1.fill() == '2'); in main()
161 assert(ios2.fill() == '1'); in main()
Dcopyfmt.pass.cpp129 ios1.fill('1'); in main()
152 ios2.fill('2'); in main()
186 assert(ios1.fill() == '2'); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/array.fill/
Dfill.pass.cpp23 c.fill(5.5); in main()
33 c.fill(5.5); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
Dsetfill.pass.cpp30 assert(os.fill() == '*'); in main()
36 assert(os.fill() == L'*'); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
Dmember_swap.pass.cpp47 assert(is1.fill() == ' '); in main()
55 assert(is2.fill() == ' '); in main()
70 assert(is1.fill() == ' '); in main()
78 assert(is2.fill() == ' '); in main()
Dmove_assign.pass.cpp53 assert(is1.fill() == ' '); in main()
61 assert(is2.fill() == ' '); in main()
76 assert(is1.fill() == ' '); in main()
84 assert(is2.fill() == ' '); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp53 assert(os1.fill() == ' '); in main()
61 assert(os2.fill() == ' '); in main()
76 assert(os1.fill() == ' '); in main()
84 assert(os2.fill() == ' '); in main()
Dmember_swap.pass.cpp47 assert(os1.fill() == ' '); in main()
55 assert(os2.fill() == ' '); in main()
70 assert(os1.fill() == ' '); in main()
78 assert(os2.fill() == ' '); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
Dmove_assign.pass.cpp53 assert(is1.fill() == ' '); in main()
61 assert(is2.fill() == ' '); in main()
76 assert(is1.fill() == ' '); in main()
84 assert(is2.fill() == ' '); in main()
Dmember_swap.pass.cpp47 assert(is1.fill() == ' '); in main()
55 assert(is2.fill() == ' '); in main()
70 assert(is1.fill() == ' '); in main()
78 assert(is2.fill() == ' '); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Dfill.pass.cpp28 std::fill(Iter(ca), Iter(ca+n), char(1)); in test_char()
41 std::fill(Iter(ia), Iter(ia+n), 1); in test_int()
/ndk/sources/android/support/src/musl-locale/
Dstrfmon.c11 int fill, nogrp, negpar, nosym, left, intl; in vstrfmon_l() local
24 fill = ' '; in vstrfmon_l()
32 fill = *++fmt; in vstrfmon_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
Dstreambuf.pass.cpp34 assert(os.fill() == ' '); in main()
46 assert(os.fill() == L' '); in main()
Dmove.pass.cpp52 assert(os.fill() == ' '); in main()
66 assert(os.fill() == L' '); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
Dstreambuf.pass.cpp34 assert(is.fill() == ' '); in main()
47 assert(is.fill() == L' '); in main()
Dmove.pass.cpp54 assert(is.fill() == ' '); in main()
70 assert(is.fill() == L' '); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
Dstreambuf.pass.cpp34 assert(is.fill() == ' '); in main()
47 assert(is.fill() == L' '); in main()
Dmove.pass.cpp54 assert(is.fill() == ' '); in main()
70 assert(is.fill() == L' '); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
Dctor_streambuf.pass.cpp32 assert(ios.fill() == ' '); in main()
45 assert(ios.fill() == ' '); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c203 __os, __os.fill(), in __put_num()
312 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()
344 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_nowiden()
347 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_nowiden()
376 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_widen()
379 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_widen()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.mutate/
Ddefault.pass.cpp34 d1.fill ( val ); in test()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
Dios_state.hpp221 : s_save_( s ), a_save_( s.fill() ) in basic_ios_fill_saver()
224 : s_save_( s ), a_save_( s.fill(a) ) in basic_ios_fill_saver()
230 { s_save_.fill( a_save_ ); } in restore()
364 , a7_save_( s.rdbuf() ), a8_save_( s.fill() ) in basic_ios_all_saver()
378 s_save_.fill( a8_save_ ); in restore()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dostream397 if (__f.put(*this, *this, this->fill(), __n).failed())
424 if (__f.put(*this, *this, this->fill(),
453 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
480 if (__f.put(*this, *this, this->fill(),
509 if (__f.put(*this, *this, this->fill(), static_cast<unsigned long>(__n)).failed())
535 if (__f.put(*this, *this, this->fill(), __n).failed())
561 if (__f.put(*this, *this, this->fill(), __n).failed())
587 if (__f.put(*this, *this, this->fill(), __n).failed())
613 if (__f.put(*this, *this, this->fill(), __n).failed())
639 if (__f.put(*this, *this, this->fill(), static_cast<double>(__n)).failed())
[all …]

123