/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | underflow.pass.cpp | 28 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/ |
D | underflow.pass.cpp | 28 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/ |
D | underflow.pass.cpp | 34 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/ |
D | underflow.pass.cpp | 38 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/ |
D | DATA | 9 …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/ |
D | DATA | 9 …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/ |
D | sgetc.pass.cpp | 35 int_type underflow() in underflow() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.c | 144 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.h | 170 virtual int_type underflow(); 235 : this->underflow(); in sgetc()
|
D | _strstream.h | 76 virtual int_type underflow();
|
D | _sstream.h | 79 virtual int_type underflow();
|
D | _sstream.c | 96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { in underflow() function
|
D | _fstream.c | 75 basic_filebuf<_CharT, _Traits>::underflow() { in underflow() function
|
D | _fstream.h | 201 virtual int_type underflow();
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 80 int_type underflow();
|
D | stdio_streambuf.cpp | 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() in underflow() function in stdio_istreambuf
|
D | strstream.cpp | 176 strstreambuf::int_type strstreambuf::underflow() { in underflow() function in strstreambuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | streambuf | 96 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_stream | 47 virtual int_type underflow(); 91 __stdinbuf<_CharT>::underflow()
|
D | strstream | 45 virtual int_type underflow(); 172 virtual int_type underflow();
|
D | sstream | 45 virtual int_type underflow(); 229 virtual int_type underflow(); 473 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
|
D | fstream | 46 virtual int_type underflow(); 215 virtual int_type underflow(); 575 basic_filebuf<_CharT, _Traits>::underflow()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 17 .../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/ |
D | strstream.cpp | 217 strstreambuf::underflow() in underflow() function in strstreambuf
|
/ndk/build/gmsl/ |
D | __gmsl | 556 # 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)))
|