/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | cmemory.h | 229 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 D | cmemory.h | 229 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 D | cmemory.h | 229 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 D | cmemory.h | 229 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 D | cmemory.h | 278 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 D | cmemory.h | 278 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 D | cmemory.h | 278 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 D | AutoGrowArray.java | 100 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 D | dynamic_vector_impl.h | 180 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 D | dynamic_vector_impl.h | 174 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 D | MyVector.h | 24 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 D | dynamic_vector_base.cc | 33 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 D | dynamic_vector_base.cc | 33 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 D | TokenBucket.java | 56 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 D | NamedDispatchers.kt | 49 val newCapacity = currentSize shl 1 in ensureCapacity() constant
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | ObjectCountHashMap.java | 338 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 D | CompactHashMap.java | 413 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 D | CompactHashSet.java | 364 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 D | ImmutableCollection.java | 412 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 D | CompactHashMap.java | 417 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 D | CompactHashSet.java | 368 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/ |
D | ResizableIntArray.java | 75 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 D | icd_windows.c | 54 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 D | UnsortedByteEntries.kt | 35 val newCapacity = (currentCapacity * growthFactor).toInt() in <lambda>() constant
|
/aosp_15_r20/external/angle/src/common/ |
H A D | FixedQueue_unittest.cpp | 226 size_t newCapacity = q.capacity() * 2; in TEST() local 276 size_t newCapacity = q.capacity() / 2; in TEST() local
|