/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...] |
/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/ |
cbuffer.h | 42 extern int cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase ); 52 extern int cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase );
|
cbuffer.c | 52 cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase ) 65 *pbase = cb->buff + wpos; 152 cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase ) 162 *pbase = cb->buff + rpos;
|
/frameworks/compile/mclinker/include/mcld/MC/ |
Attribute.h | 44 AttributeBase(const AttributeBase& pBase) 45 : m_WholeArchive(pBase.m_WholeArchive), 46 m_AsNeeded(pBase.m_AsNeeded), 47 m_AddNeeded(pBase.m_AddNeeded), 48 m_Static(pBase.m_Static) 185 const Attribute& pBase, 214 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;
|
/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));
|
/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());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__std_stream | 276 char_type* pbase = &__1buf; 277 char_type* pptr = pbase + 1; 282 __r = __cv_->out(*__st_, pbase, pptr, __e, 286 if (__e == pbase) 290 if (fwrite(pbase, 1, 1, __file_) != 1) 300 pbase = (char_type*)__e;
|
/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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);
|
/prebuilts/ndk/9/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.8/include/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);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTypedValue.java | 122 public static float complexToFraction(int data, float base, float pbase) 128 return complexToFloat(data) * pbase; 134 public float getFraction(float base, float pbase) 136 return complexToFraction(typedValue.data, base, pbase);
|
/external/yaffs2/yaffs2/ |
yaffs_qsort.h | 36 extern void qsort (void *const pbase,
|
/external/stlport/src/ |
strstream.cpp | 113 return int(pptr() ? pptr() - pbase() : 0); 122 ptrdiff_t old_size = epptr() - pbase(); 127 memcpy(buf, pbase(), old_size); 129 char* old_buffer = pbase(); 234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) { 239 setp(pbase(), epptr()); 240 pbump((int)(off - (pbase() - seeklow)));
|
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 113 return int(pptr() ? pptr() - pbase() : 0); 122 ptrdiff_t old_size = epptr() - pbase(); 127 memcpy(buf, pbase(), old_size); 129 char* old_buffer = pbase(); 234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) { 239 setp(pbase(), epptr()); 240 pbump((int)(off - (pbase() - seeklow)));
|