Home
last modified time | relevance | path

Searched refs:pbump (Results 1 – 25 of 51) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump.pass.cpp33 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/
Dunderflow.pass.cpp29 void pbump(int n) {base::pbump(n);} in pbump() function
36 sb.pbump(3); in main()
54 sb.pbump(3); in main()
Doverflow.pass.cpp35 void pbump(int n) {base::pbump(n);} in pbump() function
Dpbackfail.pass.cpp33 void pbump(int n) {base::pbump(n);} in pbump() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_sstream.c87 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/
Dstrstream.cpp184 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/
Dstrstream.cpp138 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/
DCharT_pointer.pass.cpp50 base::pbump(n+1); in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dostream.pass.cpp47 base::pbump(n+1); in overflow()
Dios_base.pass.cpp46 base::pbump(n+1); in overflow()
Dbasic_ios.pass.cpp47 base::pbump(n+1); in overflow()
Dstreambuf.pass.cpp53 base::pbump(n+1); in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dendl.pass.cpp49 base::pbump(n+1); in overflow()
Dends.pass.cpp47 base::pbump(n+1); in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dstreambuf.pass.cpp53 base::pbump(n+1); in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Dput.pass.cpp46 base::pbump(n+1); in overflow()
Dwrite.pass.cpp46 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/
Dunsigned_short.pass.cpp46 base::pbump(n+1); in overflow()
Ddouble.pass.cpp46 base::pbump(n+1); in overflow()
Dshort.pass.cpp46 base::pbump(n+1); in overflow()
Dpointer.pass.cpp46 base::pbump(n+1); in overflow()
Dunsigned_long_long.pass.cpp46 base::pbump(n+1); in overflow()
Dlong_double.pass.cpp46 base::pbump(n+1); in overflow()
Dunsigned_int.pass.cpp46 base::pbump(n+1); in overflow()
Dint.pass.cpp46 base::pbump(n+1); in overflow()

123