Searched defs:newArray (Results 1 - 25 of 31) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableArray.h21 + (id) newArray; variable
H A DANTLRIntArray.h44 + (ANTLRIntArray *)newArray; variable
/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 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);
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);
/external/srec/shared/src/
H A DIntArrayList.c73 ESR_ReturnCode IntArrayListToStaticArray(IntArrayList* self, int** newArray) argument
77 return self->toStaticArray(self, newArray);
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 DIntArrayListImpl.c175 ESR_ReturnCode IntArrayList_ToStaticArray(IntArrayList* self, int** newArray) argument
179 *newArray = impl->contents;
/external/guava/guava/src/com/google/common/collect/
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
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);
/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/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp355 \sa newArray(), QScriptValue::setProperty()
367 QScriptValue QScriptEngine::newArray(uint length) function in class:QScriptEngine
369 return QScriptValuePrivate::get(d_ptr->newArray(length));
H A Dqscriptengine_p.cpp130 QScriptValuePrivate* QScriptEnginePrivate::newArray(uint length) function in class:QScriptEnginePrivate
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp52 void newArray();
557 void tst_QScriptEngine::newArray() function in class:tst_QScriptEngine
560 QScriptValue array = eng.newArray();
572 QScriptValue arrayWithSize = eng.newArray(42);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java157 * Allocate an array using {@link #newArray newArray()}. Read an array's length
781 public <T> void newArray(Local<T> target, Local<Integer> length) { method in class:Code
/external/icu4c/common/
H A Dunistr.cpp1393 UChar *newArray = getArrayStart(); local
1394 if(newArray != oldArray) {
1396 us_arrayCopy(oldArray, 0, newArray, 0, start);
1398 newArray, start + srcLength,
1403 newArray, start + srcLength,
1408 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
/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/ ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.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.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 349 milliseconds

12