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

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
  /external/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.ios.members/
streamoff.pass.cpp 15 // typedef OFF_T streamoff;
23 static_assert((std::is_integral<std::ios_base::streamoff>::value), "");
24 static_assert((std::is_signed<std::ios_base::streamoff>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/fpos/fpos.operations/
offset.pass.cpp 14 // converts to and from streamoff
22 P p(std::streamoff(7));
23 std::streamoff offset(p);
streamsize.pass.cpp 12 // streamsize and streamoff interconvert
19 std::streamoff o(5);
22 std::streamoff o2(sz);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/stream.types/
streamoff.pass.cpp 12 // typedef OFF_T streamoff;
19 static_assert(std::is_integral<std::streamoff>::value, "");
20 static_assert(std::is_signed<std::streamoff>::value, "");
  /external/stlport/src/details/
fstream_unistd.cpp 56 // Compare with streamoff definition in stl/char_traits.h!
110 static streamoff __file_size(_STLP_fd fd) {
111 streamoff ret = 0;
150 streamoff _Filebuf_base::_M_file_size()
286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir)
293 return streamoff(-1);
301 return streamoff(-1);
305 return streamoff(-1);
316 void* _Filebuf_base::_M_mmap(streamoff offset, streamoff len
    [all...]
fstream_stdio.cpp 107 // Compare with streamoff definition in stl/char_traits.h!
134 static streamoff __file_size(_STLP_fd fd) {
135 streamoff ret = 0;
167 streamoff _Filebuf_base::_M_file_size()
342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir)
349 return streamoff(-1);
357 return streamoff(-1);
361 return streamoff(-1);
368 return streamoff(-1)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 56 // Compare with streamoff definition in stl/char_traits.h!
110 static streamoff __file_size(_STLP_fd fd) {
111 streamoff ret = 0;
150 streamoff _Filebuf_base::_M_file_size()
286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir)
293 return streamoff(-1);
301 return streamoff(-1);
305 return streamoff(-1);
316 void* _Filebuf_base::_M_mmap(streamoff offset, streamoff len
    [all...]
fstream_stdio.cpp 107 // Compare with streamoff definition in stl/char_traits.h!
134 static streamoff __file_size(_STLP_fd fd) {
135 streamoff ret = 0;
167 streamoff _Filebuf_base::_M_file_size()
342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir)
349 return streamoff(-1);
357 return streamoff(-1);
361 return streamoff(-1);
368 return streamoff(-1)
    [all...]
  /external/stlport/src/
fstream.cpp 66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur);
67 streamoff __size = __this->_M_base._M_file_size();
69 streamoff __offset = (__cur / __this->_M_base.__page_size()) * __this->_M_base.__page_size();
70 streamoff __remainder = __cur - __offset;
  /external/stlport/stlport/using/
ios 6 using _STLP_NEW_IO_NAMESPACE::streamoff;

Completed in 2353 milliseconds

1 2 3 4 5 6 7 8 9