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

1 2 3 4

  /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
  /ndk/sources/cxx-stl/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
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/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
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/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
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/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
  /external/stlport/src/
stdio_streambuf.h 64 pos_type seekpos(pos_type,
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 64 pos_type seekpos(pos_type,
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 51 XAmillisecond seekPos = XA_TIME_UNKNOWN; // seek to this position initially
287 seekPos = atoi(&arg[2]);
520 if (looping || seekPos != XA_TIME_UNKNOWN) {
524 if (seekPos != XA_TIME_UNKNOWN) {
525 result = (*playerSeek)->SetPosition(playerSeek, seekPos, XA_SEEKMODE_ACCURATE);
527 fprintf(stderr, "-s%u (seek to initial position) is unsupported\n", seekPos);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
strstream 92 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
strstream 100 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
strstream 100 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 92 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 92 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 92 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
  /external/oprofile/include/
sstream 197 seekpos(pos_type sp, int which = ios::in | ios::out)

Completed in 2326 milliseconds

1 2 3 4