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

1 2 3 4 5

  /external/astl/include/
ios_pos_types.h 37 typedef long long streamoff; typedef in namespace:std
51 fpos(streamoff offs) : mOffs(offs) { }
53 // Convert to streamoff.
54 operator streamoff() const { return mOffs; }
60 fpos& operator+=(streamoff offs);
61 fpos& operator-=(streamoff offs) {
65 fpos operator+(streamoff offs) const;
66 fpos operator-(streamoff offs) const;
69 streamoff mOffs;
74 { return streamoff(lhs) == streamoff(rhs);
    [all...]
basic_ios.h 52 typedef std::streamoff streamoff; typedef in class:std::basic_ios
  /external/astl/src/
ios_pos_types.cpp 34 fpos& fpos::operator+=(streamoff offs) {
35 const streamoff new_offs = mOffs + offs;
48 fpos fpos::operator+(streamoff offs) const {
54 fpos fpos::operator-(streamoff offs) const {
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]
  /external/astl/tests/
test_ios_pos_types.cpp 40 using std::streamoff;
46 EXPECT_TRUE(streamoff(p) == 0);
51 EXPECT_TRUE(streamoff(p) == 1000);
78 EXPECT_TRUE(streamoff(p) == 100);
81 EXPECT_TRUE(streamoff(p) == 100);
84 EXPECT_TRUE(streamoff(p) == 200);
88 EXPECT_TRUE(streamoff(p) == 200);
91 EXPECT_TRUE(streamoff(p) == -800);
95 EXPECT_TRUE(streamoff(p) == -800);
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
basic_file.h 96 streamoff
97 seekoff(streamoff __off, ios_base::seekdir __way);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
basic_file.h 96 streamoff
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 96 streamoff
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 96 streamoff
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 96 streamoff
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 96 streamoff
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 96 streamoff
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 96 streamoff
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 96 streamoff
97 seekoff(streamoff __off, ios_base::seekdir __way);
  /external/stlport/src/details/
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...]

Completed in 1560 milliseconds

1 2 3 4 5