| /external/pdfium/core/src/fxcrt/ |
| D | fx_basic_memmgr_mini.cpp | 228 FX_LPVOID CFXMEM_Page::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) in Realloc() 369 FX_LPVOID CFXMEM_Pages::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) in Realloc() 438 FX_LPVOID CFXMEM_Pool::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) in Realloc() 547 size_t newSize = requiredSize; in AllocSmall() local 584 … size_t newSize = m_MemConfig.nPageSize_Mid * FX_FIXEDMEM_PAGESIZE * m_MemConfig.nPageNum_MoreMid; in AllocMid() local 624 …size_t newSize = ((size + 31) / 32 * 32 + sizeof(CFXMEM_Pool) + sizeof(CFXMEM_Page) + sizeof(CFXME… in AllocLarge() local 626 …size_t newSize = (size + 7) / 8 * 8 + sizeof(CFXMEM_Pool) + sizeof(CFXMEM_Page) + sizeof(CFXMEM_Bl… in AllocLarge() local 674 …VOID CFXMEM_FixedMgr::ReallocSmall(CFXMEM_Pool* pPool, FX_LPVOID p, size_t oldSize, size_t newSize) in ReallocSmall() 684 FX_LPVOID CFXMEM_FixedMgr::Realloc(FX_LPVOID p, size_t newSize) in Realloc()
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| D | IntArray.m | 80 newSize = index+1; variable
|
| D | IntArray.h | 78 int newSize = data.length*2; in ensureCapacity() local
|
| /external/qemu/android/utils/ |
| D | refset.c | 85 _arefSet_resize( ARefSet* s, unsigned newSize ) in _arefSet_resize() 162 unsigned nn, newSize; in _arefSet_removeDeferred() local
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| D | RegisterSpecList.java | 249 int newSize = size() - 1; in withoutFirst() local 276 int newSize = size() - 1; in withoutLast() local 305 int newSize = size() - exclusionSet.cardinality(); in subset() local
|
| /external/qemu/android/base/containers/ |
| D | StringVector.cpp | 44 void StringVector::resize(size_t newSize) { in resize() 56 void StringVector::reserve(size_t newSize) { in reserve()
|
| D | PodVector.cpp | 68 void PodVectorBase::resize(size_t newSize, size_t itemSize) { in resize() 98 void PodVectorBase::reserve(size_t newSize, size_t itemSize) { in reserve()
|
| D | PodVector.h | 155 void resize(size_t newSize) { in resize() 162 void reserve(size_t newSize) { in reserve()
|
| /external/eigen/Eigen/src/Core/ |
| D | PermutationMatrix.h | 142 inline void resize(Index newSize) in resize() 156 void setIdentity(Index newSize) in setIdentity()
|
| D | Transpositions.h | 102 inline void resize(int newSize) in resize()
|
| /external/lzma/C/ |
| D | 7zBuf2.c | 23 size_t newSize = p->pos + size; in DynBuf_Write() local
|
| /external/icu/icu4c/source/samples/layout/ |
| D | arraymem.h | 20 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
|
| D | FontTableCache.cpp | 75 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
|
| /external/lzma/CPP/7zip/Common/ |
| D | OffsetStream.cpp | 32 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize()
|
| /external/chromium_org/third_party/icu/source/samples/layout/ |
| D | arraymem.h | 20 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
|
| D | FontTableCache.cpp | 75 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
|
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
| D | IntArray.java | 78 int newSize = data.length*2; in ensureCapacity() local
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderMedia.cpp | 67 LayoutSize newSize = contentBoxRect().size(); in layout() local
|
| /external/chromium_org/third_party/WebKit/Source/core/events/ |
| D | EventPath.h | 76 void shrink(size_t newSize) { m_nodeEventContexts.shrink(newSize); } in shrink()
|
| /external/lzma/CPP/Common/ |
| D | MyVector.cpp | 43 size_t newSize = (size_t)(unsigned)newCapacity * _itemSize; in Reserve() local
|
| /external/chromium_org/third_party/WebKit/Source/core/frame/ |
| D | FrameViewAutoSizeInfo.cpp | 97 IntSize newSize(width, height); in autoSizeIfNeeded() local
|
| /external/deqp/framework/opengl/ |
| D | gluObjectWrapper.cpp | 91 void ObjectVector::resize (size_t newSize) in resize()
|
| /external/icu/icu4c/source/test/letest/ |
| D | letest.h | 33 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
|
| /external/chromium_org/third_party/icu/source/test/letest/ |
| D | letest.h | 33 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
|
| /external/icu/icu4c/source/test/perf/leperf/ |
| D | FontTableCache.cpp | 79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
|