/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
D | NamedDispatchers.kt | 53 val newCapacity = currentSize shl 1 in ensureCapacity() constant
|
/external/icu/libicu/cts_headers/ |
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()
|
D | ulocimp.h | 364 …int32_t newCapacity = requestedCapacity + 2; // one for the terminating null, one just for para… in needToTryAgain() local
|
/external/icu/icu4c/source/common/ |
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()
|
D | ulocimp.h | 364 …int32_t newCapacity = requestedCapacity + 2; // one for the terminating null, one just for para… in needToTryAgain() local
|
/external/cronet/third_party/icu/source/common/ |
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()
|
D | ulocimp.h | 364 …int32_t newCapacity = requestedCapacity + 2; // one for the terminating null, one just for para… in needToTryAgain() local
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 24 unsigned newCapacity = _capacity + (_capacity >> 2) + 1; in ReserveOnePosition() local 65 void Reserve(unsigned newCapacity) in Reserve() 80 void ClearAndReserve(unsigned newCapacity) in ClearAndReserve() 429 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); } in ClearAndReserve()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | UVector32.java | 44 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
|
D | UVector64.java | 44 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | IntArrayQueue.java | 96 int newCapacity = data.length << 1; in doubleArraySize() local
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | UVector32.java | 40 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
|
D | UVector64.java | 40 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | IntArrayQueue.java | 96 int newCapacity = data.length << 1; in doubleArraySize() local
|
/external/guava/android/guava/src/com/google/common/collect/ |
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()
|
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()
|
D | CompactHashSet.java | 365 int newCapacity = in resizeMeMaybe() local 377 void resizeEntries(int newCapacity) { in resizeEntries() 383 private int resizeTable(int oldMask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
|
/external/guava/guava/src/com/google/common/collect/ |
D | CompactHashSet.java | 369 int newCapacity = in resizeMeMaybe() local 381 void resizeEntries(int newCapacity) { in resizeEntries() 387 private int resizeTable(int oldMask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
|
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()
|
/external/deqp/framework/delibs/depool/ |
D | dePoolArray.c | 72 int newCapacity = deAlign32(size, 1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2); in dePoolArray_reserve() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
D | ASN1EncodableVector.java | 148 int newCapacity = Math.max(oldCapacity, minCapacity + (minCapacity >> 1)); in reallocate() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ASN1EncodableVector.java | 150 int newCapacity = Math.max(oldCapacity, minCapacity + (minCapacity >> 1)); in reallocate() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1EncodableVector.java | 146 int newCapacity = Math.max(oldCapacity, minCapacity + (minCapacity >> 1)); in reallocate() local
|
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | IntArrayList.java | 89 public void ensureCapacity(int newCapacity) { in ensureCapacity()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | TimedValueQueue.java | 147 int newCapacity = capacity * 2; in doubleCapacityIfFull() local
|