Home
last modified time | relevance | path

Searched defs:newArray (Results 1 – 11 of 11) sorted by relevance

/external/guava/src/com/google/common/collect/
DPlatform.java88 static <T> T[] newArray(Class<T> type, int length) { in newArray() method in Platform
99 static <T> T[] newArray(T[] reference, int length) { in newArray() method in Platform
DObjectArrays.java44 public static <T> T[] newArray(Class<T> type, int length) { in newArray() method in ObjectArrays
55 public static <T> T[] newArray(T[] reference, int length) { in newArray() method in ObjectArrays
DRegularImmutableList.java69 Object[] newArray = new Object[size()]; in toArray() local
DImmutableCollection.java56 Object[] newArray = new Object[size()]; in toArray() local
/external/srec/shared/src/
DIntArrayList.c73 ESR_ReturnCode IntArrayListToStaticArray(IntArrayList* self, int** newArray) in IntArrayListToStaticArray()
DInt8ArrayList.c96 ESR_ReturnCode Int8ArrayListToStaticArray(Int8ArrayList* self, asr_int8_t** newArray) in Int8ArrayListToStaticArray()
DIntArrayListImpl.c175 ESR_ReturnCode IntArrayList_ToStaticArray(IntArrayList* self, int** newArray) in IntArrayList_ToStaticArray()
DInt8ArrayListImpl.c176 ESR_ReturnCode Int8ArrayList_ToStaticArray(Int8ArrayList* self, asr_int8_t** newArray) in Int8ArrayList_ToStaticArray()
/external/proguard/src/proguard/shrink/
DClassShrinker.java416 Clazz[] newArray = new Clazz[length]; in shrinkToNewArray() local
/external/chromium/third_party/icu/source/common/
Dunistr.cpp1274 UChar *newArray = getArrayStart(); in doReplace() local
/external/icu4c/common/
Dunistr.cpp1306 UChar *newArray = getArrayStart(); in doReplace() local