Home
last modified time | relevance | path

Searched defs:newCapacity (Results 1 – 25 of 46) sorted by relevance

12

/external/icu/icu4c/source/common/
Dcmemory.h206 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
363 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
538 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
Ducharstriebuilder.cpp106 int32_t newCapacity; in add() local
326 int32_t newCapacity=ucharsCapacity; in ensureCapacity() local
Dbytestriebuilder.cpp156 int32_t newCapacity; in add() local
378 int32_t newCapacity=bytesCapacity; in ensureCapacity() local
Dustr_wcs.cpp108 int32_t newCapacity = 2 * srcLength; in _strToWCS() local
/external/chromium_org/third_party/icu/source/common/
Dcmemory.h206 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
363 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
538 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
Ducharstriebuilder.cpp106 int32_t newCapacity; in add() local
326 int32_t newCapacity=ucharsCapacity; in ensureCapacity() local
Dbytestriebuilder.cpp156 int32_t newCapacity; in add() local
378 int32_t newCapacity=bytesCapacity; in ensureCapacity() local
Dustr_wcs.cpp108 int32_t newCapacity = 2 * srcLength; in _strToWCS() local
/external/lzma/CPP/Common/
DBuffer.h27 void SetCapacity(size_t newCapacity) in SetCapacity()
DMyVector.cpp36 void CBaseRecordVector::Reserve(int newCapacity) in Reserve()
/external/srec/portable/src/
DArrayListImpl.c81 size_t newCapacity = impl->capacity * 2; in ArrayList_Insert_Internal() local
126 size_t newCapacity = impl->capacity / 2; in ArrayList_Remove_Internal() local
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathNodeSet.h47 void reserveCapacity(size_t newCapacity) { m_nodes.reserveCapacity(newCapacity); } in reserveCapacity()
/external/deqp/framework/delibs/depool/
DdePoolArray.c72 int newCapacity = deAlign32(size, 1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2); in dePoolArray_reserve() local
/external/chromium_org/third_party/WebKit/Source/platform/
DPurgeableVector.cpp250 …size_t newCapacity = std::max(capacity, static_cast<size_t>(m_discardableCapacity * growthFactor)); in adjustPurgeableCapacity() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntArrayList.java89 public void ensureCapacity(int newCapacity) { in ensureCapacity()
/external/qemu/android/base/containers/
DPodVector.cpp84 size_t newCapacity = oldCapacity; in resize() local
/external/chromium_org/third_party/icu/source/i18n/
Dsortkey.cpp99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate()
/external/icu/icu4c/source/i18n/
Dsortkey.cpp99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate()
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractHashedMap.java578 int newCapacity = data.length * 2; in checkCapacity() local
590 protected void ensureCapacity(int newCapacity) { in ensureCapacity()
629 int newCapacity = 1; in calculateNewCapacity() local
651 protected int calculateThreshold(int newCapacity, float factor) { in calculateThreshold()
/external/icu/icu4c/source/layoutex/
DRunArrays.cpp55 void RunArray::grow(le_int32 newCapacity) in grow()
/external/qemu/android/utils/
Dintmap.c100 int newCapacity; in aintMap_grow() local
/external/skia/src/core/
DSkTDynamicHash.h202 void resize(int newCapacity) { in resize()
/external/chromium_org/third_party/skia/src/core/
DSkTDynamicHash.h249 void resize(int newCapacity) { in resize()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java250 int newCapacity = 2 * oldCapacity + 1; in rehash() local
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringBuilder.cpp193 void StringBuilder::reserveCapacity(unsigned newCapacity) in reserveCapacity()

12