Home
last modified time | relevance | path

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

12345678910>>...43

/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Dcmemory.h229 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
245 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
301 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
456 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
627 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Dcmemory.h229 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
245 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
301 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
456 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
627 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Dcmemory.h229 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
245 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
301 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
456 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
627 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Dcmemory.h229 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
245 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
301 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
456 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
627 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dcmemory.h278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
505 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
676 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dcmemory.h278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
505 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
676 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dcmemory.h278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray()
505 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
676 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java100 final int newCapacity = computeNewCapacity(mSize, requestedSize); in ensureCapacity() local
209 final int newCapacity = computeNewCapacity(mSize, requestedSize); in ensureCapacity() local
318 final int newCapacity = computeNewCapacity(mSize, requestedSize); in ensureCapacity() local
/aosp_15_r20/system/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h180 bool DynamicVector<ElementType>::reserve(size_type newCapacity) { in reserve()
185 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
195 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h174 bool DynamicVector<ElementType>::reserve(size_type newCapacity) { in reserve()
179 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
185 bool DynamicVector<ElementType>::doReserve(size_type newCapacity, in doReserve()
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyVector.h24 void ReAllocForNewCapacity(const unsigned newCapacity) in ReAllocForNewCapacity()
79 void Reserve(unsigned newCapacity) in Reserve()
95 void ClearAndReserve(unsigned newCapacity) in ClearAndReserve()
479 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); } in ClearAndReserve()
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/
H A Ddynamic_vector_base.cc33 bool DynamicVectorBase::doReserve(size_t newCapacity, size_t elementSize) { in doReserve()
56 size_t newCapacity; in getNextGrowthCapacity() local
/aosp_15_r20/system/chre/util/
H A Ddynamic_vector_base.cc33 bool DynamicVectorBase::doReserve(size_t newCapacity, size_t elementSize) { in doReserve()
56 size_t newCapacity; in getNextGrowthCapacity() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/capacity/
H A DTokenBucket.java56 int newCapacity; in tryAcquire() local
84 int newCapacity; in release() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
H A DNamedDispatchers.kt49 val newCapacity = currentSize shl 1 in ensureCapacity() constant
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DObjectCountHashMap.java338 int newCapacity = entriesSize + Math.max(1, entriesSize >>> 1); in resizeMeMaybe() local
352 void resizeEntries(int newCapacity) { in resizeEntries()
364 private void resizeTable(int newCapacity) { // newCapacity always a power of two in resizeTable()
H A DCompactHashMap.java413 int newCapacity = in resizeMeMaybe() local
425 void resizeEntries(int newCapacity) { in resizeEntries()
432 private int resizeTable(int oldMask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
H A DCompactHashSet.java364 int newCapacity = in resizeMeMaybe() local
376 void resizeEntries(int newCapacity) { in resizeEntries()
382 private int resizeTable(int oldMask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
H A DImmutableCollection.java412 int newCapacity = oldCapacity + (oldCapacity >> 1) + 1; in expandedCapacity() local
520 int newCapacity = expandedCapacity(contents.length, size + newElements); in ensureRoomFor() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DCompactHashMap.java417 int newCapacity = in resizeMeMaybe() local
429 void resizeEntries(int newCapacity) { in resizeEntries()
436 private int resizeTable(int oldMask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
H A DCompactHashSet.java368 int newCapacity = in resizeMeMaybe() local
380 void resizeEntries(int newCapacity) { in resizeEntries()
386 private int resizeTable(int oldMask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DResizableIntArray.java75 final int newCapacity = calculateCapacity(minimumCapacity); in ensureCapacity() local
109 final int newCapacity = calculateCapacity(ip.mLength); in copy() local
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/
H A Dicd_windows.c54 size_t newCapacity = oldCapacity; in adapterAdd() local
124 size_t newCapacity = oldCapacity; in layerAdd() local
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/
H A DUnsortedByteEntries.kt35 val newCapacity = (currentCapacity * growthFactor).toInt() in <lambda>() constant
/aosp_15_r20/external/angle/src/common/
H A DFixedQueue_unittest.cpp226 size_t newCapacity = q.capacity() * 2; in TEST() local
276 size_t newCapacity = q.capacity() / 2; in TEST() local

12345678910>>...43