HomeSort by relevance Sort by last modified time
    Searched defs:seekpos (Results 26 - 41 of 41) sorted by null

12

  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { function in class:strstreambuf
  /external/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 468 ed.putLong("seekpos", mPlayer.position());
567 long seekpos = mPreferences.getLong("seekpos", 0); local
568 seek(seekpos >= 0 && seekpos < duration() ? seekpos : 0);
571 + " (requested " + seekpos + ")");
    [all...]

Completed in 2032 milliseconds

12