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

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 30 char_type* pbase() const {return base::pbase();} function in struct:test_buf
44 assert(f.pbase() == 0);
48 assert(f.pbase() != 0);
49 assert(f.pptr() == f.pbase());
50 assert(f.epptr() - f.pbase() == 4095);
64 assert(f.pbase() == 0);
68 assert(f.pbase() == 0);
83 assert(f.pbase() == 0);
87 assert(f.pbase() != 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 30 char_type* pbase() const {return base::pbase();} function in struct:test_buf
44 assert(f.pbase() == 0);
48 assert(f.pbase() != 0);
49 assert(f.pptr() == f.pbase());
50 assert(f.epptr() - f.pbase() == 4095);
64 assert(f.pbase() == 0);
68 assert(f.pbase() == 0);
83 assert(f.pbase() == 0);
87 assert(f.pbase() != 0)
    [all...]
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 33 char_type* pbase() const {return base::pbase();} function in struct:test_buf
46 assert(f.pbase() == 0);
50 assert(f.pbase() != 0);
51 assert(f.pptr() == f.pbase());
52 assert(f.epptr() - f.pbase() == 4095);
64 assert(f.pbase() == 0);
68 assert(f.pbase() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 33 char_type* pbase() const {return base::pbase();} function in struct:test_buf
46 assert(f.pbase() == 0);
50 assert(f.pbase() != 0);
51 assert(f.pptr() == f.pbase());
52 assert(f.epptr() - f.pbase() == 4095);
64 assert(f.pbase() == 0);
68 assert(f.pbase() == 0);
  /ndk/sources/cxx-stl/gabi++/tests/
test_gabixx_rtti.cpp 74 Base* pbase = &derived; local
77 CHECK(typeid(pbase) == typeid(Base*));
81 printf(" *pbase is: %s\n", typeid(*pbase).name());
  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 74 Base* pbase = &derived; local
77 CHECK(typeid(pbase) == typeid(Base*));
81 printf(" *pbase is: %s\n", typeid(*pbase).name());
  /external/qemu/include/android/
cbuffer.h 42 extern int cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase );
52 extern int cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase );
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 41 AttributeBase(const AttributeBase& pBase)
42 : m_WholeArchive(pBase.m_WholeArchive),
43 m_AsNeeded(pBase.m_AsNeeded),
44 m_AddNeeded(pBase.m_AddNeeded),
45 m_Static(pBase.m_Static)
182 const Attribute& pBase,
211 AttributeProxy& assign(Attribute* pBase);
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 52 const Attribute& pBase,
54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
102 const Attribute *&pBase,
108 pBase = pCopy;
112 pBase = result;
172 AttributeProxy& AttributeProxy::assign(Attribute* pBase)
174 m_pBase = pBase;
  /external/libcxx/src/
strstream.cpp 147 return static_cast<int>(pptr() - pbase());
173 ptrdiff_t nout = pptr() - pbase();
174 ptrdiff_t eout = epptr() - pbase();
275 // min(pbase, newpos), newpos, epptr()
277 setp(min(pbase(), newpos), epptr());
278 pbump(static_cast<int>((epptr() - pbase()) - __off));
305 // min(pbase, newpos), newpos, epptr()
307 setp(min(pbase(), newpos), epptr());
308 pbump(static_cast<int>((epptr() - pbase()) - temp));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 147 return static_cast<int>(pptr() - pbase());
173 ptrdiff_t nout = pptr() - pbase();
174 ptrdiff_t eout = epptr() - pbase();
275 // min(pbase, newpos), newpos, epptr()
277 setp(min(pbase(), newpos), epptr());
278 pbump(static_cast<int>((epptr() - pbase()) - __off));
305 // min(pbase, newpos), newpos, epptr()
307 setp(min(pbase(), newpos), epptr());
308 pbump(static_cast<int>((epptr() - pbase()) - temp));
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 37 assert(this->pbase() == old_that.pbase());
45 assert(t.pbase() == old_this.pbase());
assign.pass.cpp 35 assert(this->pbase() == t.pbase());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 37 assert(this->pbase() == old_that.pbase());
45 assert(t.pbase() == old_this.pbase());
assign.pass.cpp 35 assert(this->pbase() == t.pbase());
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 35 assert(this->pbase() == t.pbase());
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 35 CharT* pbeg = base::pbase();
39 assert(base::pbase() == pbeg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 35 assert(this->pbase() == t.pbase());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 35 CharT* pbeg = base::pbase();
39 assert(base::pbase() == pbeg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
sstream.tcc 117 if (this->pbase())
118 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
122 this->gptr() - this->eback(), this->pptr() - this->pbase());
162 const char_type* __beg = __testin ? this->eback() : this->pbase();
189 _M_pbump(this->pbase(), this->epptr(), __newoffo);
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
219 _M_pbump(this->pbase(), this->epptr(), __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
sstream.tcc 115 if (this->pbase())
116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
187 _M_pbump(this->pbase(), this->epptr(), __newoffo);
203 const char_type* __beg = __testin ? this->eback() : this->pbase();
217 _M_pbump(this->pbase(), this->epptr(), __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
sstream.tcc 115 if (this->pbase())
116 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
160 const char_type* __beg = __testin ? this->eback() : this->pbase();
187 _M_pbump(this->pbase(), this->epptr(), __newoffo);
203 const char_type* __beg = __testin ? this->eback() : this->pbase();
217 _M_pbump(this->pbase(), this->epptr(), __pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
sstream.tcc 117 if (this->pbase())
118 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
122 this->gptr() - this->eback(), this->pptr() - this->pbase());
162 const char_type* __beg = __testin ? this->eback() : this->pbase();
189 _M_pbump(this->pbase(), this->epptr(), __newoffo);
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
219 _M_pbump(this->pbase(), this->epptr(), __pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
sstream.tcc 117 if (this->pbase())
118 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
122 this->gptr() - this->eback(), this->pptr() - this->pbase());
162 const char_type* __beg = __testin ? this->eback() : this->pbase();
189 _M_pbump(this->pbase(), this->epptr(), __newoffo);
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
219 _M_pbump(this->pbase(), this->epptr(), __pos);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
sstream.tcc 117 if (this->pbase())
118 __tmp.assign(this->pbase(), this->epptr() - this->pbase());
122 this->gptr() - this->eback(), this->pptr() - this->pbase());
162 const char_type* __beg = __testin ? this->eback() : this->pbase();
189 _M_pbump(this->pbase(), this->epptr(), __newoffo);
205 const char_type* __beg = __testin ? this->eback() : this->pbase();
219 _M_pbump(this->pbase(), this->epptr(), __pos);

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011