/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | fill_char_type.pass.cpp | 22 assert(ios.fill() == ' '); in main() 23 char c = ios.fill('*'); in main() 25 assert(ios.fill() == '*'); in main()
|
D | fill.pass.cpp | 22 assert(ios.fill() == ' '); in main()
|
D | swap.pass.cpp | 91 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()
|
D | copyfmt.pass.cpp | 129 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/ |
D | fill.pass.cpp | 23 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/ |
D | setfill.pass.cpp | 30 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/ |
D | member_swap.pass.cpp | 47 assert(is1.fill() == ' '); in main() 55 assert(is2.fill() == ' '); in main() 70 assert(is1.fill() == ' '); in main() 78 assert(is2.fill() == ' '); in main()
|
D | move_assign.pass.cpp | 53 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/ |
D | move_assign.pass.cpp | 53 assert(os1.fill() == ' '); in main() 61 assert(os2.fill() == ' '); in main() 76 assert(os1.fill() == ' '); in main() 84 assert(os2.fill() == ' '); in main()
|
D | member_swap.pass.cpp | 47 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/ |
D | move_assign.pass.cpp | 53 assert(is1.fill() == ' '); in main() 61 assert(is2.fill() == ' '); in main() 76 assert(is1.fill() == ' '); in main() 84 assert(is2.fill() == ' '); in main()
|
D | member_swap.pass.cpp | 47 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/ |
D | fill.pass.cpp | 28 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/ |
D | strfmon.c | 11 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/ |
D | streambuf.pass.cpp | 34 assert(os.fill() == ' '); in main() 46 assert(os.fill() == L' '); in main()
|
D | move.pass.cpp | 52 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/ |
D | streambuf.pass.cpp | 34 assert(is.fill() == ' '); in main() 47 assert(is.fill() == L' '); in main()
|
D | move.pass.cpp | 54 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/ |
D | streambuf.pass.cpp | 34 assert(is.fill() == ' '); in main() 47 assert(is.fill() == L' '); in main()
|
D | move.pass.cpp | 54 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/ |
D | ctor_streambuf.pass.cpp | 32 assert(ios.fill() == ' '); in main() 45 assert(ios.fill() == ' '); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ostream.c | 203 __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/ |
D | default.pass.cpp | 34 d1.fill ( val ); in test()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/ |
D | ios_state.hpp | 221 : 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/ |
D | ostream | 397 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 …]
|