Home
last modified time | relevance | path

Searched refs:gbump (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
Dgbump.pass.cpp33 void gbump(int n) in gbump() function
38 base::gbump(n); in gbump()
51 t.gbump(2); in main()
57 t.gbump(3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dunderflow.pass.cpp36 void gbump(int n) {base::gbump(n);} in gbump() function
66 f.gbump(8); in main()
Dpbackfail.pass.cpp36 void gbump(int n) {base::gbump(n);} in gbump() function
Doverflow.pass.cpp36 void gbump(int n) {base::gbump(n);} in gbump() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp31 void gbump(int n) {base::gbump(n);} in gbump() function
Dunderflow.pass.cpp32 void gbump(int n) {base::gbump(n);} in gbump() function
65 f.gbump(8); in main()
101 f.gbump(8); in main()
Doverflow.pass.cpp33 void gbump(int n) {base::gbump(n);} in gbump() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp199 gbump(-1); in pbackfail()
206 gbump(-1); in pbackfail()
211 gbump(-1); in pbackfail()
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp159 gbump(-1); in pbackfail()
163 gbump(-1); in pbackfail()
167 gbump(-1); in pbackfail()
Dstdio_streambuf.cpp187 this->gbump(-1); in pbackfail()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h91 void gbump(int __n) { _M_gnext += __n; } in gbump() function
105 void _M_gbump(int __n) { gbump(__n); } in _M_gbump()
D_sstream.c108 this->gbump(1); in uflow()
121 this->gbump(-1); in pbackfail()
125 this->gbump(-1); in pbackfail()
133 this->gbump(-1); in pbackfail()
D_ostream.c83 __from->gbump((int)__nwritten); in _M_copy_buffered()
D_fstream.c170 this->gbump(-1); in pbackfail()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf71 void gbump(int n);
172 void gbump(int __n);
416 basic_streambuf<_CharT, _Traits>::gbump(int __n)
Dfstream649 this->gbump(-1);
655 this->gbump(-1);
Dlocale4173 this->gbump(-1);
4178 this->gbump(-1);
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1760 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/gbump)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1769 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/gbump)