/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | tellp.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
|
D | seekp2.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 61 pos_type seekoff(off_type, ios_base::seekdir,
|
D | strstream.cpp | 192 strstreambuf::seekoff(off_type off, in seekoff() function in strstreambuf 257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); in seekpos()
|
D | stdio_streambuf.cpp | 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff() function in stdio_streambuf_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | tellg.pass.cpp | 40 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
D | seekg_off.pass.cpp | 42 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.h | 128 virtual pos_type seekoff(off_type, ios_base::seekdir, 147 { return this->seekoff(__offset, __way, __mod); }
|
D | _strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() function
|
D | _sstream.h | 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _sstream.c | 300 ::seekoff(off_type __off, in seekoff() function
|
D | _fstream.c | 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, in seekoff() function
|
D | _fstream.h | 207 virtual pos_type seekoff(off_type, ios_base::seekdir,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | streambuf | 87 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 256 return seekoff(__off, __way, __which); 464 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
|
D | strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | sstream | 49 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 555 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off, 610 return seekoff(__sp, ios_base::beg, __wch);
|
D | fstream | 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 219 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 784 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
|
D | locale | 4058 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 4303 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1378 $(call gen-test, depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff) 1480 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/seekoff) 1810 $(call gen-test, input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff) 2340 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.buffer/seekoff)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1369 $(call gen-test, depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff) 1471 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/seekoff) 1801 $(call gen-test, input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff) 2331 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.buffer/seekoff)
|