HomeSort by relevance Sort by last modified time
    Searched refs:streamoff (Results 76 - 100 of 208) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
basic_file.h 98 streamoff
99 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
basic_file.h 97 streamoff
98 seekoff(streamoff __off, ios_base::seekdir __way) throw ();
  /external/stlport/src/details/
fstream_win32io.cpp 81 static streamoff __file_size(_STLP_fd fd) {
82 streamoff ret = 0;
214 streamoff _Filebuf_base::_M_file_size() {
547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) {
548 streamoff result = -1;
554 return streamoff(-1);
562 return streamoff(-1);
566 return streamoff(-1);
584 void* _Filebuf_base::_M_mmap(streamoff offset, streamoff len)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 81 static streamoff __file_size(_STLP_fd fd) {
82 streamoff ret = 0;
214 streamoff _Filebuf_base::_M_file_size() {
547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) {
548 streamoff result = -1;
554 return streamoff(-1);
562 return streamoff(-1);
566 return streamoff(-1);
584 void* _Filebuf_base::_M_mmap(streamoff offset, streamoff len)
    [all...]

Completed in 804 milliseconds

1 2 34 5 6 7 8 9