/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest3.c | 95 off_t seekoff; in runtest() local 99 seekoff = offset + bufsize * childnum; in runtest() 112 if (lseek(fd_w, seekoff, SEEK_SET) < 0) { in runtest() 127 if (lseek(fd_r, seekoff, SEEK_SET) < 0) { in runtest() 138 childnum, (int)seekoff); in runtest()
|
D | diotest6.c | 87 off64_t seekoff; in runtest() local 121 seekoff = offset + bufsize * childnum * nvector; in runtest() 125 if (lseek(fd_w, seekoff, SEEK_SET) < 0) { in runtest() 143 if (lseek(fd_r, seekoff, SEEK_SET) < 0) { in runtest() 155 childnum, (int)seekoff); in runtest()
|
/external/libcxx/test/std/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
|
/external/libcxx/include/ |
D | streambuf | 87 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 160 { return seekoff(__off, __way, __which); } 276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 375 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, 234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 569 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off, 624 return seekoff(__sp, ios_base::beg, __wch);
|
D | fstream | 52 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 922 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
|
D | locale | 3950 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 4199 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
|
/external/libcxx/test/std/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 | 46 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
|
/external/libcxx/src/ |
D | strstream.cpp | 234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 1773 FUNC 15de4 ac 0 std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::seekoff 1879 FUNC 15f92 c 0 std::basic_streambuf<char, std::char_traits<char> >::seekoff 1882 FUNC 15f92 c 0 std::basic_streambuf<char, std::char_traits<char> >::seekoff(long, int, int) 36908 FUNC 519de 12c 0 std::basic_filebuf<char, std::char_traits<char> >::seekoff 38602 FUNC 53a60 c 0 std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::seekoff(long, int, int) 39667 FUNC 54e04 1b4 0 std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::seekoff(long, int, int) 50729 FUNC 63ef8 4c 0 std::priv::stdio_streambuf_base::seekoff(long, int, int)
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 3884 FUNC 282ec 20 0 std::basic_streambuf<char, std::char_traits<char> >::seekoff 3889 FUNC 2830c 110 0 std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::seekoff 38436 FUNC 7947c 1f4 0 std::basic_filebuf<char, std::char_traits<char> >::seekoff 40002 FUNC 7c450 c 0 std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::seekoff 41265 FUNC 7ec6c 3ec 0 std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >::seekoff 51981 FUNC 991ec 7c 0 std::priv::stdio_streambuf_base::seekoff
|