/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
D | pbump.pass.cpp | 33 void pbump(int n) in pbump() function 38 base::pbump(n); in pbump() 51 t.pbump(2); in main() 52 t.pbump(1); in main() 58 t.pbump(3); in main() 59 t.pbump(1); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | underflow.pass.cpp | 29 void pbump(int n) {base::pbump(n);} in pbump() function 36 sb.pbump(3); in main() 54 sb.pbump(3); in main()
|
D | overflow.pass.cpp | 35 void pbump(int n) {base::pbump(n);} in pbump() function
|
D | pbackfail.pass.cpp | 33 void pbump(int n) {base::pbump(n);} in pbump() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _sstream.c | 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string in _M_set_ptrs() 148 this->pbump(1); in overflow() 155 this->pbump((int)_M_str.size()); in overflow() 159 this->pbump((int)_M_str.size()); in overflow() 181 this->pbump((int)__n); in xsputn() 204 this->pbump((int)_M_str.size()); in xsputn() 224 this->pbump(__STATIC_CAST(int, __n)); in _M_xsputnc() 249 this->pbump((int)_M_str.size()); in _M_xsputnc() 290 this->pbump((int)__offp); in setbuf() 349 this->pbump((int)__off); in seekoff() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 184 pbump(static_cast<int>(nout)); in overflow() 188 pbump(1); in overflow() 278 pbump(static_cast<int>((epptr() - pbase()) - __off)); in seekoff() 308 pbump(static_cast<int>((epptr() - pbase()) - temp)); in seekpos()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 138 pbump((int)old_size); in overflow() 149 pbump(1); in overflow() 236 pbump((int)off); in seekoff() 240 pbump((int)(off - (pbase() - seeklow))); in seekoff()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
D | CharT_pointer.pass.cpp | 50 base::pbump(n+1); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | ostream.pass.cpp | 47 base::pbump(n+1); in overflow()
|
D | ios_base.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | basic_ios.pass.cpp | 47 base::pbump(n+1); in overflow()
|
D | streambuf.pass.cpp | 53 base::pbump(n+1); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | endl.pass.cpp | 49 base::pbump(n+1); in overflow()
|
D | ends.pass.cpp | 47 base::pbump(n+1); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | streambuf.pass.cpp | 53 base::pbump(n+1); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
D | put.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | write.pass.cpp | 46 base::pbump(n+1); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
D | unsigned_short.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | double.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | short.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | pointer.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | unsigned_long_long.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | long_double.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | unsigned_int.pass.cpp | 46 base::pbump(n+1); in overflow()
|
D | int.pass.cpp | 46 base::pbump(n+1); in overflow()
|