Home
last modified time | relevance | path

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

12

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DPlatform.java40 static <T> T[] newArray(Class<T> type, int length) { in newArray() method in Platform
45 static <T> T[] newArray(T[] reference, int length) { in newArray() method in Platform
DGwtPlatform.java41 public static <T> T[] newArray(T[] reference, int length) { in newArray() method in GwtPlatform
DObjectArrays.java42 public static <T> T[] newArray(T[] reference, int length) { in newArray() method in ObjectArrays
DImmutableCollection.java46 Object[] newArray = new Object[size()]; in toArray() local
/external/guava/guava/src/com/google/common/collect/
DPlatform.java64 static <T> T[] newArray(Class<T> type, int length) { in newArray() method in Platform
75 static <T> T[] newArray(T[] reference, int length) { in newArray() method in Platform
DObjectArrays.java43 public static <T> T[] newArray(Class<T> type, int length) { in newArray() method in ObjectArrays
54 public static <T> T[] newArray(T[] reference, int length) { in newArray() method in ObjectArrays
DRegularImmutableList.java72 Object[] newArray = new Object[size()]; in toArray() local
DForwardingCollection.java251 Object[] newArray = new Object[size()]; in standardToArray() local
/external/javassist/src/main/javassist/compiler/ast/
DNewExpr.java25 protected boolean newArray; field in NewExpr
/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/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRIntArray.m44 {
DAMutableArray.m22 {
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfolder_shortcuts_data_model.js240 calculatePermutation_: function(oldArray, newArray) { argument
/external/guava/guava-tests/test/com/google/common/primitives/
DFloatsTest.java344 float[] newArray = Floats.toArray(list); in testAsList_toArray_roundTrip() local
DDoublesTest.java352 double[] newArray = Doubles.toArray(list); in testAsList_toArray_roundTrip() local
DLongsTest.java351 long[] newArray = Longs.toArray(list); in testAsList_toArray_roundTrip() local
DCharsTest.java368 char[] newArray = Chars.toArray(list); in testAsList_toArray_roundTrip() local
DIntsTest.java371 int[] newArray = Ints.toArray(list); in testAsList_toArray_roundTrip() local
DShortsTest.java378 short[] newArray = Shorts.toArray(list); in testAsList_toArray_roundTrip() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java223 ExtendedType[] newArray = new ExtendedType[m_extendedTypes.length * 2]; in getExpandedTypeID() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DPriorityQueueTest.java126 Integer[] newArray = new Integer[array.length - 1]; in test_iterator_remove() local
587 Integer[] newArray = { 2, 45, 7, -12, 9, 23, 17, 1118, 10, 39 }; in test_remove_Ljava_lang_Object() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java201 XMPNode newArray = new XMPNode(currProp.getName(), arrayForm); in normalizeDCArrays() local

12