Home
last modified time | relevance | path

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

12

/external/icu4c/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/webkit/Source/JavaScriptCore/heap/
DConservativeRoots.cpp38 size_t newCapacity = m_capacity == inlineCapacity ? nonInlineCapacity : m_capacity * 2; in grow() local
/external/webkit/Source/WebCore/xml/
DXPathNodeSet.h48 void reserveCapacity(size_t newCapacity) { m_nodes.reserveCapacity(newCapacity); } in reserveCapacity()
/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
Dphashtable.c278 unsigned int newCapacity = ((oldCapacity << 1) | 0x01); in PHashTableRehash() local
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringBuilder.cpp79 void StringBuilder::reserveCapacity(unsigned newCapacity) in reserveCapacity()
/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLBuffer.h119 int newCapacity = m_capacity ? m_capacity : minimumCapacity; in grow() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntArrayList.java89 public void ensureCapacity(int newCapacity) { in ensureCapacity()
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h451 …r<PropertyTable> PropertyTable::copy(JSGlobalData& globalData, JSCell* owner, unsigned newCapacity) in copy()
487 inline void PropertyTable::rehash(unsigned newCapacity) in rehash()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArgumentEncoder.cpp71 …size_t newCapacity = std::max(alignedSize + size, std::max(static_cast<size_t>(32), m_bufferCapaci… in grow() local
/external/icu4c/i18n/
Dsortkey.cpp99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate()
Dplurrule.cpp611 int32_t newCapacity = sampleCount < 20 ? 128 : sampleCount * 2; in initSamples() local
Ducol.cpp275 reallocCEs(collIterate *data, int32_t newCapacity) { in reallocCEs()
326 int32_t newCapacity = 2 * offsetBufferSize + UCOL_EXPAND_CE_BUFFER_SIZE; in appendOffset() local
4451 int32_t newCapacity = 2 * capacity_; in Resize() local
4524 int32_t newCapacity = 2 * buffer.getCapacity(); in ensureCapacity() local
Dtznames_impl.cpp208 int32_t newCapacity = fNodesCapacity + 1000; in growNodes() local
/external/icu4c/layoutex/
DRunArrays.cpp55 void RunArray::grow(le_int32 newCapacity) in grow()
/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/qemu/android/utils/
Dintmap.c100 int newCapacity; in aintMap_grow() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java250 int newCapacity = 2 * oldCapacity + 1; in rehash() local
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DIntMap.java142 int newCapacity = 2 * capacity; in put() local
/external/icu4c/tools/toolutil/
Dtoolutil.cpp269 int32_t newCapacity; in utm_hasCapacity() local
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java920 int newCapacity = calculateNewCapacity(); in growIfNeeded() local
930 int newCapacity = (oldCapacity < 64) in calculateNewCapacity() local
/external/webkit/Source/JavaScriptCore/wtf/
DDeque.h423 size_t newCapacity = max(static_cast<size_t>(16), oldCapacity + oldCapacity / 4 + 1); in expandCapacity() local

12