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

123

/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/com/google/common/collect/
H A DGwtPlatform.java41 /** See {@link Platform#newArray(Object[], int)} */
42 public static <T> T[] newArray(T[] reference, int length) { method in class:GwtPlatform
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DGwtPlatform.java37 public static <T> T[] newArray(T[] reference, int length) { method in class:GwtPlatform
H A DObjectArrays.java46 public static <T> T[] newArray(T[] reference, int length) { method in class:ObjectArrays
47 return Platform.newArray(reference, length);
60 T[] result = newArray(array, array.length + 1);
83 T[] copy = newArray(original, newLength);
116 array = newArray(array, size);
139 dst = newArray(dst, len);
H A DPlatform.java45 static <T> T[] newArray(T[] reference, int length) { method in class:Platform
46 return GwtPlatform.newArray(reference, length);
/external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/
H A DParcelableMessageNanoCreator.java88 public T[] newArray(int i) { method in class:ParcelableMessageNanoCreator
/external/guava/guava/src/com/google/common/collect/
H A DPlatform.java47 static <T> T[] newArray(T[] reference, int length) { method in class:Platform
H A DObjectArrays.java49 public static <T> T[] newArray(Class<T> type, int length) { method in class:ObjectArrays
60 public static <T> T[] newArray(T[] reference, int length) { method in class:ObjectArrays
61 return Platform.newArray(reference, length);
73 T[] result = newArray(type, first.length + second.length);
89 T[] result = newArray(array, array.length + 1);
112 T[] copy = newArray(original, newLength);
145 array = newArray(array, size);
168 dst = newArray(dst, len);
/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/pdfium/xfa/fxbarcode/common/
H A DBC_CommonByteArray.cpp69 uint8_t* newArray = FX_Alloc(uint8_t, capacity); local
71 FXSYS_memcpy(newArray, m_bytes, m_size);
72 FXSYS_memset(newArray + m_size, 0, capacity - m_size);
74 FXSYS_memset(newArray, 0, capacity);
77 m_bytes = newArray;
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderBitVector.cpp119 uint8_t* newArray = FX_Alloc(uint8_t, m_size << 1); local
120 FXSYS_memcpy(newArray, m_array, m_size);
122 m_array = newArray;
/external/pdfium/fxjs/
H A Dcfxjse_class.cpp306 v8::Local<v8::Array> newArray = v8::Array::New(pIsolate, lpClass->propNum); local
308 newArray->Set(
311 info.GetReturnValue().Set(newArray);
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java159 * Allocate an array using {@link #newArray newArray()}. Read an array's length
783 public <T> void newArray(Local<T> target, Local<Integer> length) { method in class:Code
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
H A DCodeRewriter.java976 NewArrayEmpty newArray, int size, BasicBlock block, int elementSize) {
977 ConstNumber[] values = computeConstantArrayValues(newArray, block, size);
1005 NewArrayEmpty newArray, BasicBlock block, int size) {
1011 Set<Instruction> users = newArray.outValue().uniqueUsers();
1015 it.nextUntil(i -> i == newArray);
1060 NewArrayEmpty newArray = instruction.asNewArrayEmpty();
1061 if (!newArray.size().isConstant()) {
1064 int size = newArray.size().getConstInstruction().asConstNumber().getIntValue();
1068 if (!newArray.type.isPrimitiveArrayType()) {
1089 NewArrayEmpty newArray
975 computeArrayFilledData( NewArrayEmpty newArray, int size, BasicBlock block, int elementSize) argument
1004 computeConstantArrayValues( NewArrayEmpty newArray, BasicBlock block, int size) argument
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp741 void ContextArrayPack::newArray (Array::Storage storage) function in class:deqp::gls::ContextArrayPack
2115 m_glArrayPack->newArray(arraySpec.storage);
2116 m_rrArrayPack->newArray(arraySpec.storage);
H A DglsDrawTest.cpp1758 void newArray (DrawTestSpec::Storage storage);
1818 void AttributePack::newArray (DrawTestSpec::Storage storage) function in class:deqp::gls::AttributePack
3201 m_glArrayPack->newArray(DrawTestSpec::STORAGE_USER);
3202 m_rrArrayPack->newArray(DrawTestSpec::STORAGE_USER);
3219 m_glArrayPack->newArray(attribSpec.storage);
3220 m_rrArrayPack->newArray(attribSpec.storage);
/external/icu/icu4c/source/common/
H A Dunistr.cpp1490 UChar *newArray = getArrayStart(); local
1491 if(newArray != oldArray) {
1493 us_arrayCopy(oldArray, 0, newArray, 0, start);
1495 newArray, start + srcLength,
1500 newArray, start + srcLength,
1505 us_arrayCopy(srcChars, srcStart, newArray, start, srcLength);
1550 UChar *newArray = getArrayStart(); local
1558 if(srcChars + srcStart != newArray + oldLength) {
1559 us_arrayCopy(srcChars, srcStart, newArray, oldLength, srcLength);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 5688 milliseconds

123