/external/icu/icu4c/source/samples/layout/ |
D | arraymem.h | 16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/icu/icu4c/source/test/letest/ |
D | letest.h | 34 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/icu/icu4c/source/i18n/ |
D | inputext.cpp | 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | ucsdet.cpp | 26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | winnmfmt.cpp | 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
|
D | windtfmt.cpp | 50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
|
D | csdetect.cpp | 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | ucoleitr.cpp | 41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegOps.java | 199 public static final int NEW_ARRAY = 41; field in RegOps
|
/external/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | colldata.cpp | 36 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
D | csdetest.cpp | 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
|
D | ssearch.cpp | 44 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | Dops.java | 209 public static final Dop NEW_ARRAY = field in Dops
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 79 public static final int NEW_ARRAY = 0x23; field in Opcodes
|
D | OpcodeInfo.java | 202 public static final Info NEW_ARRAY = field in OpcodeInfo
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 71 …NEW_ARRAY((short)0x23, "new-array", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcod… enumConstant
|