/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;
|
/hardware/qcom/display/msm8960/libgralloc/ |
ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
ionalloc.cpp | 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) 155 *pBase = base;
|
/hardware/qcom/display/msm8974/libgralloc/ |
ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
ionalloc.cpp | 144 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) 156 *pBase = base;
|
/hardware/qcom/display/msm8x26/libgralloc/ |
ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
ionalloc.cpp | 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) 155 *pBase = base;
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
sqlite3async.c | 671 sqlite3_file *pBase = p->pBaseRead; 685 if( pBase->pMethods ){ 687 rc = pBase->pMethods->xFileSize(pBase, &filesize); 693 rc = pBase->pMethods->xRead(pBase, zOut, (int)nRead, iOffset); 768 sqlite3_file *pBase; 777 pBase = p->pBaseRead; 778 if( pBase->pMethods ){ 779 rc = pBase->pMethods->xFileSize(pBase, &s) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
recover.c | [all...] |
where.c | 758 ** If the pBase expression originated in the ON or USING clause of 761 static void transferJoinMarkings(Expr *pDerived, Expr *pBase){ 762 pDerived->flags |= pBase->flags & EP_FromJoin; 763 pDerived->iRightJoinTable = pBase->iRightJoinTable; [all...] |