Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Dunderflow.pass.cpp28 typename base::int_type underflow() {return base::underflow();} in underflow() function
37 assert(sb.underflow() == '1'); in main()
38 assert(sb.underflow() == '1'); in main()
40 assert(sb.underflow() == '2'); in main()
41 assert(sb.underflow() == '2'); in main()
43 assert(sb.underflow() == '3'); in main()
44 assert(sb.underflow() == '3'); in main()
46 assert(sb.underflow() == std::char_traits<char>::eof()); in main()
47 assert(sb.underflow() == std::char_traits<char>::eof()); in main()
49 assert(sb.underflow() == '4'); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dunderflow.pass.cpp28 base::int_type underflow() {return base::underflow();} in underflow() function
36 assert(sb.underflow() == '1'); in main()
37 assert(sb.underflow() == '1'); in main()
39 assert(sb.underflow() == '2'); in main()
40 assert(sb.underflow() == '2'); in main()
42 assert(sb.underflow() == '3'); in main()
43 assert(sb.underflow() == '3'); in main()
45 assert(sb.underflow() == EOF); in main()
46 assert(sb.underflow() == EOF); in main()
48 assert(sb.underflow() == '4'); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dunderflow.pass.cpp34 virtual int_type underflow() {return base::underflow();} in underflow() function
46 assert(f.underflow() == '1'); in main()
60 assert(f.underflow() == '1'); in main()
82 assert(f.underflow() == L'1'); in main()
96 assert(f.underflow() == L'1'); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dunderflow.pass.cpp38 virtual int_type underflow() {return base::underflow();} in underflow() function
49 assert(f.underflow() == L'1'); in main()
61 assert(f.underflow() == L'1'); in main()
/ndk/tests/device/test-libc++-static-full/
DDATA9 …s/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.dat
10 …/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow*.dat
21 …++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.dat
/ndk/tests/device/test-libc++-shared-full/
DDATA9 …s/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.dat
10 …/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow*.dat
21 …++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.dat
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsgetc.pass.cpp35 int_type underflow() in underflow() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c144 return this->underflow(); in _M_snextc_aux()
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ? in uflow()
170 basic_streambuf<_CharT, _Traits>::underflow() in underflow() function
D_streambuf.h170 virtual int_type underflow();
235 : this->underflow(); in sgetc()
D_strstream.h76 virtual int_type underflow();
D_sstream.h79 virtual int_type underflow();
D_sstream.c96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { in underflow() function
D_fstream.c75 basic_filebuf<_CharT, _Traits>::underflow() { in underflow() function
D_fstream.h201 virtual int_type underflow();
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h80 int_type underflow();
Dstdio_streambuf.cpp156 stdio_istreambuf::int_type stdio_istreambuf::underflow() in underflow() function in stdio_istreambuf
Dstrstream.cpp176 strstreambuf::int_type strstreambuf::underflow() { in underflow() function in strstreambuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf96 virtual int_type underflow();
197 virtual int_type underflow();
312 return underflow();
512 basic_streambuf<_CharT, _Traits>::underflow()
521 if (underflow() == traits_type::eof())
D__std_stream47 virtual int_type underflow();
91 __stdinbuf<_CharT>::underflow()
Dstrstream45 virtual int_type underflow();
172 virtual int_type underflow();
Dsstream45 virtual int_type underflow();
229 virtual int_type underflow();
473 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
Dfstream46 virtual int_type underflow();
215 virtual int_type underflow();
575 basic_filebuf<_CharT, _Traits>::underflow()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch17 .../file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 4 ++++
232 …treams/fstreams/filebuf.virtuals/underflow.pass.cpp b/test/input.output/file.streams/fstreams/file…
234 --- a/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
235 +++ b/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp217 strstreambuf::underflow() in underflow() function in strstreambuf
/ndk/build/gmsl/
D__gmsl556 # or outputs an error on a numeric underflow
560 $(call __gmsl_warning,Subtraction underflow)))
567 # or outputs an error on a numeric underflow
673 # decrement does not range check and hence will not underflow, but
697 $(call __gmsl_warning,Decrement underflow)))

12