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

1 2 3 4 5 6 7 8 9

  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 29 char_type* eback() const {return base::eback();} function in struct:test_buf
43 assert(f.eback() == 0);
47 assert(f.eback() != 0);
48 assert(f.eback() == f.gptr());
50 assert(f.egptr() - f.eback() == 9);
57 assert(f.eback() == 0);
61 assert(f.eback() != 0);
62 assert(f.eback() == f.gptr());
64 assert(f.egptr() - f.eback() == 8)
    [all...]
pbackfail.pass.cpp 28 char_type* eback() const {return base::eback();} function in struct:test_buf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 29 char_type* eback() const {return base::eback();} function in struct:test_buf
43 assert(f.eback() == 0);
47 assert(f.eback() != 0);
48 assert(f.eback() == f.gptr());
50 assert(f.egptr() - f.eback() == 9);
57 assert(f.eback() == 0);
61 assert(f.eback() != 0);
62 assert(f.eback() == f.gptr());
64 assert(f.egptr() - f.eback() == 8)
    [all...]
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
underflow.pass.cpp 33 char_type* eback() const {return base::eback();} function in struct:test_buf
46 assert(f.eback() == 0);
50 assert(f.eback() != 0);
51 assert(f.eback() == f.gptr());
53 assert(f.egptr() - f.eback() == 9);
58 assert(f.eback() == 0);
62 assert(f.eback() != 0);
63 assert(f.eback() == f.gptr());
65 assert(f.egptr() - f.eback() == 9)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
underflow.pass.cpp 33 char_type* eback() const {return base::eback();} function in struct:test_buf
46 assert(f.eback() == 0);
50 assert(f.eback() != 0);
51 assert(f.eback() == f.gptr());
53 assert(f.egptr() - f.eback() == 9);
58 assert(f.eback() == 0);
62 assert(f.eback() != 0);
63 assert(f.eback() == f.gptr());
65 assert(f.egptr() - f.eback() == 9)
    [all...]
  /external/libcxx/src/
strstream.cpp 105 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0)
108 __pfree_(eback());
110 delete [] eback();
141 return eback();
159 size_t old_size = static_cast<size_t> ((epptr() ? epptr() : egptr()) - eback());
170 memcpy(buf, eback(), static_cast<size_t>(old_size));
171 ptrdiff_t ninp = gptr() - eback();
172 ptrdiff_t einp = egptr() - eback();
178 __pfree_(eback());
180 delete [] eback();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 105 if (eback() && (__strmode_ & __allocated) != 0 && (__strmode_ & __frozen) == 0)
108 __pfree_(eback());
110 delete [] eback();
141 return eback();
159 size_t old_size = static_cast<size_t> ((epptr() ? epptr() : egptr()) - eback());
170 memcpy(buf, eback(), static_cast<size_t>(old_size));
171 ptrdiff_t ninp = gptr() - eback();
172 ptrdiff_t einp = egptr() - eback();
178 __pfree_(eback());
180 delete [] eback();
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 41 CharT* eback() const {return base::eback();} function in struct:testbuf
79 assert(sb.gptr() == sb.eback());
89 assert(sb.gptr() == sb.eback());
98 assert(sb.gptr() == sb.eback() + 3);
107 assert(sb.gptr() == sb.eback() + 3);
117 assert(sb.gptr() == sb.eback() + 6);
126 assert(sb.gptr() == sb.eback());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 41 CharT* eback() const {return base::eback();} function in struct:testbuf
79 assert(sb.gptr() == sb.eback());
89 assert(sb.gptr() == sb.eback());
98 assert(sb.gptr() == sb.eback() + 3);
107 assert(sb.gptr() == sb.eback() + 3);
117 assert(sb.gptr() == sb.eback() + 6);
126 assert(sb.gptr() == sb.eback());
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 34 assert(this->eback() == old_that.eback());
42 assert(t.eback() == old_this.eback());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 34 assert(this->eback() == old_that.eback());
42 assert(t.eback() == old_this.eback());
  /external/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 118 if (this->gptr() != this->eback()) {
150 ptrdiff_t __offset = this->gptr() - this->eback();
194 ptrdiff_t __get_offset = this->gptr() - this->eback();
239 ptrdiff_t __get_offset = this->gptr() - this->eback();
274 if (this->eback() == _S_start(_M_str)) {
276 __offg = this->gptr() - this->eback();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
335 ptrdiff_t __n = this->egptr() - this->eback();
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off)
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
double.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
float.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
int.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
long.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
long_double.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf
long_long.pass.cpp 39 CharT* eback() const {return base::eback();} function in struct:testbuf

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 9