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

1 2 3 4 5

  /external/zlib/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
  /external/oprofile/include/
sstream 26 /* seekoff and ideas for overflow is largely borrowed from libstdc++-v3 */
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
basic_file.h 99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
basic_file.h 99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
fstream.tcc 117 && this->seekoff(0, ios_base::end, __mode)
388 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1)))
710 // According to 27.8.1.4 p11 - 13, seekoff should ignore the last
715 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode)
757 off_type __file_off = _M_file.seekoff(0, ios_base::cur);
795 off_type __file_off = _M_file.seekoff(__off, __way);
934 __testvalid = this->seekoff(0, ios_base::cur, _M_mode)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
fstream.tcc 117 && this->seekoff(0, ios_base::end, __mode)
388 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1)))
710 // According to 27.8.1.4 p11 - 13, seekoff should ignore the last
715 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode)
757 off_type __file_off = _M_file.seekoff(0, ios_base::cur);
795 off_type __file_off = _M_file.seekoff(__off, __way);
934 __testvalid = this->seekoff(0, ios_base::cur, _M_mode)
  /external/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
  /external/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 155 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 165 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
190 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 165 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, function in class:stdio_sync_filebuf
190 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }

Completed in 1845 milliseconds

1 2 3 4 5