/external/chromium_org/third_party/icu/source/tools/icuinfo/ |
D | testplug.c | 157 void *retPtr = (void *)malloc(size); in myMemAlloc() local 159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr); in myMemAlloc() 160 return retPtr; in myMemAlloc() 171 void *retPtr; in myMemRealloc() local 176 retPtr = NULL; in myMemRealloc() 178 retPtr = realloc(mem, size); in myMemRealloc() 180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr); in myMemRealloc() 181 return retPtr; in myMemRealloc()
|
/external/icu4c/tools/icuinfo/ |
D | testplug.c | 157 void *retPtr = (void *)malloc(size); in myMemAlloc() local 159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr); in myMemAlloc() 160 return retPtr; in myMemAlloc() 171 void *retPtr; in myMemRealloc() local 176 retPtr = NULL; in myMemRealloc() 178 retPtr = realloc(mem, size); in myMemRealloc() 180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr); in myMemRealloc() 181 return retPtr; in myMemRealloc()
|
/external/icu4c/test/cintltst/ |
D | hpmufn.c | 89 char *retPtr = (char *)malloc(size+sizeof(ctest_AlignedMemory)); in myMemAlloc() local 90 if (retPtr != NULL) { in myMemAlloc() 91 retPtr += sizeof(ctest_AlignedMemory); in myMemAlloc() 94 return retPtr; in myMemAlloc() 109 char *retPtr; in myMemRealloc() local 114 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory)); in myMemRealloc() 115 if (retPtr != NULL) { in myMemRealloc() 118 return retPtr; in myMemRealloc()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | hpmufn.c | 89 char *retPtr = (char *)malloc(size+sizeof(ctest_AlignedMemory)); in myMemAlloc() local 90 if (retPtr != NULL) { in myMemAlloc() 91 retPtr += sizeof(ctest_AlignedMemory); in myMemAlloc() 94 return retPtr; in myMemAlloc() 109 char *retPtr; in myMemRealloc() local 114 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory)); in myMemRealloc() 115 if (retPtr != NULL) { in myMemRealloc() 118 return retPtr; in myMemRealloc()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | dcfmtest.cpp | 438 UChar *retPtr = NULL; in ReadAndConvertFile() local 445 return retPtr; in ReadAndConvertFile() 502 retPtr = new UChar[ulen+1]; in ReadAndConvertFile() 503 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile() 511 delete retPtr; in ReadAndConvertFile() 512 retPtr = NULL; in ReadAndConvertFile() 514 return retPtr; in ReadAndConvertFile()
|
D | rbbitst.cpp | 2441 UChar *retPtr = NULL; in ReadAndConvertFile() local 2448 return retPtr; in ReadAndConvertFile() 2514 retPtr = new UChar[ulen+1]; in ReadAndConvertFile() 2516 retPtr, // dest, in ReadAndConvertFile() 2529 delete retPtr; in ReadAndConvertFile() 2530 retPtr = 0; in ReadAndConvertFile() 2533 return retPtr; in ReadAndConvertFile()
|
D | regextst.cpp | 3644 UChar *retPtr = NULL; in ReadAndConvertFile() local 3651 return retPtr; in ReadAndConvertFile() 3721 retPtr = new UChar[ulen+1]; in ReadAndConvertFile() 3723 retPtr, // dest, in ReadAndConvertFile() 3736 delete retPtr; in ReadAndConvertFile() 3737 retPtr = 0; in ReadAndConvertFile() 3740 return retPtr; in ReadAndConvertFile()
|
/external/icu4c/test/intltest/ |
D | dcfmtest.cpp | 467 UChar *retPtr = NULL; in ReadAndConvertFile() local 474 return retPtr; in ReadAndConvertFile() 531 retPtr = new UChar[ulen+1]; in ReadAndConvertFile() 532 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile() 540 delete retPtr; in ReadAndConvertFile() 541 retPtr = NULL; in ReadAndConvertFile() 543 return retPtr; in ReadAndConvertFile()
|
D | rbbitst.cpp | 1430 UChar *retPtr = NULL; in ReadAndConvertFile() local 1437 return retPtr; in ReadAndConvertFile() 1503 retPtr = new UChar[ulen+1]; in ReadAndConvertFile() 1505 retPtr, // dest, in ReadAndConvertFile() 1518 delete []retPtr; in ReadAndConvertFile() 1519 retPtr = 0; in ReadAndConvertFile() 1522 return retPtr; in ReadAndConvertFile()
|
D | regextst.cpp | 3794 UChar *retPtr = NULL; in ReadAndConvertFile() local 3801 return retPtr; in ReadAndConvertFile() 3871 retPtr = new UChar[ulen+1]; in ReadAndConvertFile() 3873 retPtr, // dest, in ReadAndConvertFile() 3886 delete []retPtr; in ReadAndConvertFile() 3887 retPtr = 0; in ReadAndConvertFile() 3890 return retPtr; in ReadAndConvertFile()
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbi.cpp | 1436 const uint8_t *retPtr = NULL; in getBinaryRules() local 1440 retPtr = (const uint8_t *)fData->fHeader; in getBinaryRules() 1443 return retPtr; in getBinaryRules()
|
/external/icu4c/common/ |
D | rbbi.cpp | 1507 const uint8_t *retPtr = NULL; in getBinaryRules() local 1511 retPtr = (const uint8_t *)fData->fHeader; in getBinaryRules() 1514 return retPtr; in getBinaryRules()
|
/external/clang/test/Analysis/ |
D | malloc.c | 925 int *retPtr(); 929 int *yBefore = retPtr(); in cmpHeapAllocationToUnknown()
|
/external/icu4c/i18n/ |
D | alphaindex.cpp | 1331 const void *retPtr = NULL; in getRecordData() local 1336 retPtr = item->data_; in getRecordData() 1338 return retPtr; in getRecordData()
|