/external/stlport/stlport/stl/ |
_streambuf.h | 132 // this class seekpos does nothing; subclasses are expected to override it. 134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out); 151 { return this->seekpos(__sp, __mod); }
|
_streambuf.c | 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) function in class:_Traits
|
_strstream.h | 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
|
_sstream.h | 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
|
_sstream.c | 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
|
_fstream.h | 209 virtual pos_type seekpos(pos_type,
|
_fstream.c | 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
|
/ndk/sources/android/stlport/stlport/stl/ |
_streambuf.h | 132 // this class seekpos does nothing; subclasses are expected to override it. 134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out); 151 { return this->seekpos(__sp, __mod); }
|
_streambuf.c | 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) function in class:_Traits
|
_strstream.h | 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
|
_sstream.h | 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
|
_sstream.c | 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
|
_fstream.h | 209 virtual pos_type seekpos(pos_type,
|
_fstream.c | 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
|
/external/stlport/src/ |
stdio_streambuf.h | 64 pos_type seekpos(pos_type,
|
stdio_streambuf.cpp | 114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { function in class:stdio_streambuf_base
|
strstream.cpp | 256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { function in class:strstreambuf
|
/ndk/sources/android/stlport/src/ |
stdio_streambuf.h | 64 pos_type seekpos(pos_type,
|
stdio_streambuf.cpp | 114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { function in class:stdio_streambuf_base
|
strstream.cpp | 256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { function in class:strstreambuf
|
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 410 ed.putLong("seekpos", mPlayer.position()); 509 long seekpos = mPreferences.getLong("seekpos", 0); local 510 seek(seekpos >= 0 && seekpos < duration() ? seekpos : 0); 513 + " (requested " + seekpos + ")"); [all...] |
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_api.c | [all...] |
/external/zlib/contrib/iostream3/ |
zfstream.h | 158 // seekpos(pos_type sp,
|
/frameworks/base/media/libstagefright/matroska/ |
mkvparser.cpp | 1408 assert(seekPosId == 0x13AC); //SeekPos ID 1427 const long long seekPos = m_start + seekOff; 1428 assert(seekPos < (m_start + m_size)); [all...] |