Home
last modified time | relevance | path

Searched defs:NEW_ARRAY (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Darraymem.h16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/icu/icu4c/source/test/letest/
Dletest.h34 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/icu/icu4c/source/i18n/
Dinputext.cpp25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Ducsdet.cpp26 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dwinnmfmt.cpp48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dwindtfmt.cpp50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
Dcsdetect.cpp32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Ducoleitr.cpp41 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java199 public static final int NEW_ARRAY = 41; field in RegOps
/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcolldata.cpp36 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
Dcsdetest.cpp30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type)) macro
Dssearch.cpp44 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java209 public static final Dop NEW_ARRAY = field in Dops
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java79 public static final int NEW_ARRAY = 0x23; field in Opcodes
DOpcodeInfo.java202 public static final Info NEW_ARRAY = field in OpcodeInfo
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java71NEW_ARRAY((short)0x23, "new-array", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcod… enumConstant