HomeSort by relevance Sort by last modified time
    Searched full:seekpos (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
strstream 99 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
strstream 99 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
strstream 99 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
strstream 99 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_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
  /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
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { function in class:stdio_streambuf_base
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 767 // 171. Strange seekpos() semantics due to joint position
768 // According to the resolution of DR 171, seekpos should ignore the last
773 seekpos(pos_type __pos, ios_base::openmode)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 767 // 171. Strange seekpos() semantics due to joint position
768 // According to the resolution of DR 171, seekpos should ignore the last
773 seekpos(pos_type __pos, ios_base::openmode)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
fstream.tcc 767 // 171. Strange seekpos() semantics due to joint position
768 // According to the resolution of DR 171, seekpos should ignore the last
773 seekpos(pos_type __pos, ios_base::openmode)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
fstream.tcc 769 // 171. Strange seekpos() semantics due to joint position
770 // According to the resolution of DR 171, seekpos should ignore the last
775 seekpos(pos_type __pos, ios_base::openmode)
  /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...]
  /external/libcxx/include/
sstream 51 virtual pos_type seekpos(pos_type sp,
234 virtual pos_type seekpos(pos_type __sp,
612 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
sstream 51 virtual pos_type seekpos(pos_type sp,
234 virtual pos_type seekpos(pos_type __sp,
607 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
streambuf 260 * Calls virtual seekpos function.
265 { return this->seekpos(__sp, __mode); }
614 seekpos(pos_type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
streambuf 260 * Calls virtual seekpos function.
265 { return this->seekpos(__sp, __mode); }
614 seekpos(pos_type,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
streambuf 260 * Calls virtual seekpos function.
265 { return this->seekpos(__sp, __mode); }
614 seekpos(pos_type,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
streambuf 260 * Calls virtual seekpos function.
265 { return this->seekpos(__sp, __mode); }
614 seekpos(pos_type,

Completed in 3086 milliseconds

12 3 4 5