/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | ArrayQueue.kt | 37 val newCapacity = currentSize shl 1 in ensureCapacity() constant
|
/external/icu/icu4c/source/common/ |
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()
|
/external/icu/libicu/cts_headers/ |
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()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
D | NamedDispatchers.kt | 55 val newCapacity = currentSize shl 1 in ensureCapacity() constant
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | UVector64.java | 44 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
|
D | UVector32.java | 44 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() 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/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | IntArrayQueue.java | 96 int newCapacity = data.length << 1; in doubleArraySize() local
|
D | TimedValueQueue.java | 132 int newCapacity = capacity * 2; in doubleCapacityIfFull() local
|
/external/skqp/src/core/ |
D | SkTDynamicHash.h | 245 auto newCapacity = fCapacity > 0 ? fCapacity : 4; in maybeGrow() local 258 void resize(int newCapacity) { in resize()
|
/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/guava/android/guava/src/com/google/common/collect/ |
D | CompactHashSet.java | 357 int newCapacity = in resizeMeMaybe() local 369 void resizeEntries(int newCapacity) { in resizeEntries() 375 private int resizeTable(int mask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
|
D | CompactHashMap.java | 360 int newCapacity = in resizeMeMaybe() local 372 void resizeEntries(int newCapacity) { in resizeEntries() 379 private int resizeTable(int mask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
|
D | ObjectCountHashMap.java | 329 int newCapacity = entriesSize + Math.max(1, entriesSize >>> 1); in resizeMeMaybe() local 343 void resizeEntries(int newCapacity) { in resizeEntries() 355 private void resizeTable(int newCapacity) { // newCapacity always a power of two in resizeTable()
|
/external/guava/guava/src/com/google/common/collect/ |
D | CompactHashSet.java | 361 int newCapacity = in resizeMeMaybe() local 373 void resizeEntries(int newCapacity) { in resizeEntries() 379 private int resizeTable(int mask, int newCapacity, int targetHash, int targetEntryIndex) { in resizeTable()
|
D | CompactHashMap.java | 363 int newCapacity = in resizeMeMaybe() local 375 void resizeEntries(int newCapacity) { in resizeEntries() 382 private int resizeTable(int mask, 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/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/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/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/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | ServletUtils.java | 216 int newCapacity = cap + (cap >> 1); // *1.5 in ensureCapacity() local
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableCollection.java | 131 int newCapacity = oldCapacity + (oldCapacity >> 1) + 1; in expandedCapacity() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrieBuilder.java | 141 int newCapacity=chars.length; in ensureCapacity() local
|