/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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...] |
/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/current/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...] |
/external/libcxx/test/std/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), "");
|
/external/libcxx/test/std/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);
|
/external/libcxx/test/std/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, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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, "");
|
/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...] |
/ndk/sources/cxx-stl/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;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
ios | 6 using _STLP_NEW_IO_NAMESPACE::streamoff;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/ |
ios | 6 using _STLP_NEW_IO_NAMESPACE::streamoff;
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
types.pass.cpp | 16 // typedef streamoff off_type; 27 static_assert((std::is_same<std::char_traits<char>::off_type, std::streamoff>::value), "");
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
types.pass.cpp | 16 // typedef streamoff off_type; 29 static_assert((std::is_same<std::char_traits<char16_t>::off_type, std::streamoff>::value), "");
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
types.pass.cpp | 16 // typedef streamoff off_type; 29 static_assert((std::is_same<std::char_traits<char32_t>::off_type, std::streamoff>::value), "");
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
types.pass.cpp | 16 // typedef streamoff off_type; 27 static_assert((std::is_same<std::char_traits<wchar_t>::off_type, std::streamoff>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
types.pass.cpp | 16 // typedef streamoff off_type; 27 static_assert((std::is_same<std::char_traits<char>::off_type, std::streamoff>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
types.pass.cpp | 16 // typedef streamoff off_type; 29 static_assert((std::is_same<std::char_traits<char16_t>::off_type, std::streamoff>::value), "");
|