Home
last modified time | relevance | path

Searched refs:growSize (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DGrowingArrayUtils.java50 (Class<T>) array.getClass().getComponentType(), growSize(currentSize)); in append()
66 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize)); in append()
81 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize)); in append()
96 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize)); in append()
111 float[] newArray = ArrayUtils.newUnpaddedFloatArray(growSize(currentSize)); in append()
141 growSize(currentSize)); in insert()
160 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize)); in insert()
179 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize)); in insert()
198 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize)); in insert()
210 public static int growSize(int currentSize) { in growSize() method in GrowingArrayUtils
/frameworks/rs/
DrsStream.h90 growSize(); in align()
101 growSize(); in addI32()
111 growSize(); in addU32()
121 growSize(); in addU16()
128 growSize(); in addU8()
150 void growSize();
DrsStream.cpp68 growSize(); in addByteArray()
78 growSize(); in addOffset()
96 growSize(); in addString()
107 void OStream::growSize() { in growSize() function in android::renderscript::OStream
/frameworks/base/core/java/android/util/
DLongArrayQueue.java66 final int newSize = GrowingArrayUtils.growSize(mSize); in grow()
/frameworks/base/core/java/android/text/
DPackedObjectVector.java115 GrowingArrayUtils.growSize(size()) * mColumns); in growBuffer()
DPackedIntVector.java261 GrowingArrayUtils.growSize(size()) * columns); in growBuffer()
DSpannableStringBuilder.java65 mText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(srclen)); in SpannableStringBuilder()
147 char[] newText = ArrayUtils.newUnpaddedCharArray(GrowingArrayUtils.growSize(size)); in resizeFor()
1057 return ArrayUtils.newUnpaddedIntArray(GrowingArrayUtils.growSize(size)); in checkSortBuffer()
DStaticLayout.java975 final int[] grow = ArrayUtils.newUnpaddedIntArray(GrowingArrayUtils.growSize(want));
983 GrowingArrayUtils.growSize(j));
DSpannableStringInternal.java241 GrowingArrayUtils.growSize(mSpanCount)); in setSpan()
/frameworks/base/boot/
Dboot-image-profile.txt22008 HSPLcom/android/internal/util/GrowingArrayUtils;->growSize(I)I
/frameworks/base/config/
Dboot-image-profile.txt22071 HSPLcom/android/internal/util/GrowingArrayUtils;->growSize(I)I