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

1 2 3 4 5 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 12 // pos_type seekoff(off_type off, ios_base::seekdir way,
46 assert(f.open("seekoff.dat", std::ios_base::in | std::ios_base::out
61 std::remove("seekoff.dat");
67 assert(f.open("seekoff.dat", std::ios_base::in | std::ios_base::out
82 std::remove("seekoff.dat");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 14 // pos_type seekoff(off_type off, ios_base::seekdir way,
41 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in
57 std::remove("seekoff.dat");
  /external/zlib/src/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) function in struct:testbuf
seekp2.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, function in struct:testbuf
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp 42 typename base::pos_type seekoff(typename base::off_type off, function in struct:testbuf
tellg.pass.cpp 40 typename base::pos_type seekoff(typename base::off_type off, function in struct:testbuf
  /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/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
basic_file.h 97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
basic_file.h 99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
basic_file.h 99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();

Completed in 1148 milliseconds

1 2 3 4 5 6 7 8