/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.c | 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)), in xsputn() 126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)), in _M_xsputnc() 156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { in overflow() function
|
D | _sstream.h | 82 virtual int_type overflow(int_type __c); 84 int_type overflow() {return overflow(_Traits::eof());} in overflow() function
|
D | _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c))); in sputc()
|
D | _fstream.c | 85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()), in close() 208 basic_filebuf<_CharT, _Traits>::overflow(int_type __c) { in overflow() function 404 return traits_type::eq_int_type(this->overflow(traits_type::eof()), in sync() 707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()), in _M_seek_init()
|
D | _strstream.h | 74 virtual int_type overflow(int_type __c = _Traits::eof());
|
D | _sstream.c | 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) in overflow() function
|
D | _fstream.h | 204 virtual int_type overflow(int_type = traits_type::eof());
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow() function
|
/ndk/tests/device/test-stlport/unit/ |
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 92 int_type overflow(int_type c = traits_type::eof());
|
D | stdio_streambuf.cpp | 203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { in overflow() function in stdio_ostreambuf
|
D | strstream.cpp | 116 strstreambuf::int_type strstreambuf::overflow(int_type c) { in overflow() function in strstreambuf
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 91 prevent overflow of -f array in main, head off potential error in 101 fixed a couple of overflow problems with ridiculous field numbers: 466 in run.c; added overflow tests to some previously unchecked cases. 584 the state arrays can still overflow. 651 overflow in penter. thanks to mark larsen.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | el.po | 659 #~ msgid "internal error: code overflow"
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 841 those back references that we can. In this case there need not be overflow
|
D | uniq.inp | 1738 those back references that we can. In this case there need not be overflow
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1484 easily overflow internal buffers.
|
D | sed-in.texi | 1953 this script might easily overflow internal buffers.
|
D | sed.texi | 2028 this script might easily overflow internal buffers.
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 296 incrementing it, as it is only 8-bit wide, and could overflow if
|