Searched defs:newArray (Results 1 - 25 of 43) sorted by last modified time

12

/external/srec/shared/src/
H A DInt8ArrayList.c96 ESR_ReturnCode Int8ArrayListToStaticArray(Int8ArrayList* self, asr_int8_t** newArray) argument
103 return self->toStaticArray(self, newArray);
H A DInt8ArrayListImpl.c176 ESR_ReturnCode Int8ArrayList_ToStaticArray(Int8ArrayList* self, asr_int8_t** newArray) argument
180 *newArray = impl->contents;
H A DIntArrayList.c73 ESR_ReturnCode IntArrayListToStaticArray(IntArrayList* self, int** newArray) argument
77 return self->toStaticArray(self, newArray);
H A DIntArrayListImpl.c175 ESR_ReturnCode IntArrayList_ToStaticArray(IntArrayList* self, int** newArray) argument
179 *newArray = impl->contents;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/javassist/src/main/javassist/compiler/ast/
H A DNewExpr.java25 protected boolean newArray; field in class:NewExpr
30 newArray = false;
36 newArray = true;
45 e.newArray = true;
52 public boolean isArray() { return newArray; }
75 return newArray ? "new[]" : "new";
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/icu/icu4c/source/common/
H A Dunistr.cpp1425 UChar *newArray = getArrayStart(); local
1426 if(newArray != oldArray) {
1428 us_arrayCopy(oldArray, 0, newArray, 0, start);
1430 newArray, start + srcLength,
1435 newArray, start + srcLength,
1440 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
/external/guava/guava/src/com/google/common/collect/
H A DObjectArrays.java43 public static <T> T[] newArray(Class<T> type, int length) { method in class:ObjectArrays
44 return Platform.newArray(type, length);
54 public static <T> T[] newArray(T[] reference, int length) { method in class:ObjectArrays
55 return Platform.newArray(reference, length);
67 T[] result = newArray(type, first.length + second.length);
83 T[] result = newArray(array, array.length + 1);
106 T[] copy = newArray(original, newLength);
139 array = newArray(array, size);
H A DPlatform.java64 static <T> T[] newArray(Class<T> type, int length) { method in class:Platform
75 static <T> T[] newArray(T[] reference, int length) { method in class:Platform
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DGwtPlatform.java41 public static <T> T[] newArray(T[] reference, int length) { method in class:GwtPlatform
H A DObjectArrays.java42 public static <T> T[] newArray(T[] reference, int length) { method in class:ObjectArrays
43 return Platform.newArray(reference, length);
56 T[] result = newArray(array, array.length + 1);
79 T[] copy = newArray(original, newLength);
112 array = newArray(array, size);
H A DPlatform.java40 static <T> T[] newArray(Class<T> type, int length) { method in class:Platform
42 "Platform.newArray is not supported in GWT yet.");
45 static <T> T[] newArray(T[] reference, int length) { method in class:Platform
46 return GwtPlatform.newArray(reference, length);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4648 milliseconds

12