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

1 2 3 4 5

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableXZInputStream.java 158 private long seekPos;
766 return seekNeeded ? seekPos : curPos;
792 seekPos = pos;
815 // seek(), we need to find the Block number based on seekPos.
816 seekPos = getBlockPos(blockNumber);
835 seekPos = curPos;
841 if (seekPos >= uncompressedSize) {
842 curPos = seekPos;
851 locateBlockByPos(curBlockInfo, seekPos);
863 if (!(curPos > curBlockInfo.uncompressedOffset && curPos <= seekPos)) {
    [all...]
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
seekpos.pass.cpp 14 // pos_type seekpos(pos_type sp,
  /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
  /external/libcxx/test/std/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,
  /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
  /prebuilts/ndk/current/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); }
  /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)
strstream 48 virtual pos_type seekpos(pos_type sp,
175 virtual pos_type seekpos(pos_type __sp,
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 14 // pos_type seekpos(pos_type sp,
  /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)
strstream 48 virtual pos_type seekpos(pos_type sp,
175 virtual pos_type seekpos(pos_type __sp,
  /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/current/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)
strstream 48 virtual pos_type seekpos(pos_type sp,
175 virtual pos_type seekpos(pos_type __sp,
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 52 XAmillisecond seekPos = XA_TIME_UNKNOWN; // seek to this position initially
288 seekPos = atoi(&arg[2]);
521 if (looping || seekPos != XA_TIME_UNKNOWN) {
525 if (seekPos != XA_TIME_UNKNOWN) {
526 result = (*playerSeek)->SetPosition(playerSeek, seekPos, XA_SEEKMODE_ACCURATE);
528 fprintf(stderr, "-s%u (seek to initial position) is unsupported\n", seekPos);
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rwops.c 100 int seekPos = SDLTest_RandomIntegerInRange(4, 8);
121 i = SDL_RWseek( rw, seekPos, RW_SEEK_SET );
123 SDLTest_AssertCheck(i == (Sint64)seekPos, "Verify seek to %i with SDL_RWseek (RW_SEEK_SET), expected %i, got %i", seekPos, seekPos, i);
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
seekpos.pass.cpp 15 // pos_type seekpos(pos_type sp,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
seekpos.pass.cpp 15 // pos_type seekpos(pos_type sp,

Completed in 1950 milliseconds

1 2 3 4 5