HomeSort by relevance Sort by last modified time
    Searched refs:seekpos (Results 1 - 25 of 30) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) function in struct:testbuf
  /ndk/sources/cxx-stl/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
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 40 typename base::pos_type seekpos(typename base::pos_type sp, function in struct:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 40 typename base::pos_type seekpos(typename base::pos_type sp, function in struct:testbuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_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); }
_sstream.h 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.c 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_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); }
_sstream.h 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
_streambuf.c 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 186 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 186 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 186 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 186 seekpos(std::streampos __pos, function in class:stdio_sync_filebuf
  /external/libcxx/src/
strstream.cpp 287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) function in class:strstreambuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) function in class:strstreambuf
  /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 2684 milliseconds

1 2