Searched refs:growSize (Results 1 – 11 of 11) sorted by relevance
50 (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
90 growSize(); in align()101 growSize(); in addI32()111 growSize(); in addU32()121 growSize(); in addU16()128 growSize(); in addU8()150 void growSize();
68 growSize(); in addByteArray()78 growSize(); in addOffset()96 growSize(); in addString()107 void OStream::growSize() { in growSize() function in android::renderscript::OStream
66 final int newSize = GrowingArrayUtils.growSize(mSize); in grow()
115 GrowingArrayUtils.growSize(size()) * mColumns); in growBuffer()
261 GrowingArrayUtils.growSize(size()) * columns); in growBuffer()
65 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()
975 final int[] grow = ArrayUtils.newUnpaddedIntArray(GrowingArrayUtils.growSize(want));983 GrowingArrayUtils.growSize(j));
241 GrowingArrayUtils.growSize(mSpanCount)); in setSpan()
22008 HSPLcom/android/internal/util/GrowingArrayUtils;->growSize(I)I
22071 HSPLcom/android/internal/util/GrowingArrayUtils;->growSize(I)I