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

1 2 3 4 5 6 7 8 9

  /external/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), "");
  /external/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);
difference.pass.cpp 24 std::streamoff o = p - q;
addition.pass.cpp 23 std::streamoff o(6);
  /external/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, "");
Android.mk 23 test_name := input.output/iostreams.base/stream.types/streamoff
24 test_src := streamoff.pass.cpp
  /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);
difference.pass.cpp 24 std::streamoff o = p - q;
  /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, "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.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-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/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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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...]

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 9