| /external/cronet/third_party/icu/source/samples/layout/ |
| D | arraymem.h | 19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
| /external/icu/icu4c/source/samples/layout/ |
| D | arraymem.h | 19 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
| /external/cronet/third_party/icu/source/test/letest/ |
| D | letest.h | 36 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
| /external/icu/icu4c/source/test/letest/ |
| D | letest.h | 36 #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 | 52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
|
| D | windtfmt.cpp | 52 #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((size_t)(count) * sizeof(type)) macro
|
| /external/cronet/third_party/icu/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 | 52 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
|
| D | windtfmt.cpp | 52 #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((size_t)(count) * sizeof(type)) macro
|
| /external/icu/icu4c/source/test/intltest/ |
| D | winnmtst.cpp | 53 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
| D | colldata.cpp | 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
| D | ssearch.cpp | 55 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | winnmtst.cpp | 53 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
| D | colldata.cpp | 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((size_t)(count) * sizeof(type)) macro
|
| D | ssearch.cpp | 55 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type)) macro
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | ucsdetst.c | 23 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
| /external/cronet/third_party/icu/source/test/cintltst/ |
| D | ucsdetst.c | 23 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type)) macro
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
| D | Opcode.java | 79 …NEW_ARRAY(0x23, "new-array", ReferenceType.TYPE, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_C… enumConstant
|