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

1 2 3 4 5 6 7 8 9

  /external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Android.mk 19 test_name := input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos
20 test_src := seekpos.pass.cpp
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Android.mk 19 test_name := depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos
20 test_src := seekpos.pass.cpp
seekpos.pass.cpp 14 // pos_type seekpos(pos_type sp,
  /external/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
  /external/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
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 16 // pos_type seekpos(pos_type sp,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
seekpos.pass.cpp 14 // pos_type seekpos(pos_type sp,
  /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/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/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 16 // pos_type seekpos(pos_type sp,
  /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); }
  /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); }
  /prebuilts/ndk/5/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); }
  /prebuilts/ndk/6/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); }
  /prebuilts/ndk/7/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); }
  /prebuilts/ndk/8/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); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/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); }
  /external/libcxx/include/
streambuf 89 virtual pos_type seekpos(pos_type sp,
190 virtual pos_type seekpos(pos_type __sp,
265 return seekpos(__sp, __which);
472 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 14 // pos_type seekpos(pos_type sp,
  /external/stlport/src/
stdio_streambuf.h 64 pos_type seekpos(pos_type,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 89 virtual pos_type seekpos(pos_type sp,
190 virtual pos_type seekpos(pos_type __sp,
265 return seekpos(__sp, __which);
472 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 14 // pos_type seekpos(pos_type sp,
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 64 pos_type seekpos(pos_type,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 89 virtual pos_type seekpos(pos_type sp,
190 virtual pos_type seekpos(pos_type __sp,
265 return seekpos(__sp, __which);
472 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
  /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...]

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 9