Searched refs:overflow (Results 1 - 25 of 61) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp14 // int_type overflow(int_type c = traits::eof());
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 std::ofstream bs("overflow.dat");
49 assert(f.overflow(L'a') == L'a');
55 std::ifstream bs("overflow.dat");
59 std::remove("overflow.dat");
61 std::ofstream bs("overflow.dat");
67 assert(f.overflow('a') == 'a');
73 std::ifstream bs("overflow
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dfull_streambuf.h26 int_type overflow(int_type c) { function in class:full_streambuf
/ndk/tests/device/test-stlport/unit/
H A Dfull_streambuf.h26 int_type overflow(int_type c) { function in class:full_streambuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp39 int_type overflow(int_type c = traits_type::eof()) function in struct:test
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
H A Doverflow.pass.cpp12 // int_type overflow(int_type c = traits::eof());
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
42 assert(f.open("overflow.dat", std::ios_base::out) != 0);
47 assert(f.overflow('a') == 'a');
54 assert(f.open("overflow.dat", std::ios_base::in) != 0);
58 std::remove("overflow.dat");
62 assert(f.open("overflow.dat", std::ios_base::out) != 0);
67 assert(f.overflow('a') == 'a');
74 assert(f.open("overflow
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dbasic_ios.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dios_base.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dostream.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dfloat.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dint.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dlong.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dlong_double.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dlong_long.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dpointer.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dshort.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dunsigned_int.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dunsigned_long.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dunsigned_long_long.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dunsigned_short.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
H A Dchar_pointer.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf

Completed in 374 milliseconds

123