HomeSort by relevance Sort by last modified time
    Searched defs:newPtr (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2arrst.c 190 void* newPtr;
202 newPtr = (FT_Byte*)arrstack->ptr + idx * arrstack->sizeItem;
204 return newPtr;
232 void* newPtr = (FT_Byte*)arrstack->ptr + offset;
235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem );
  /external/freetype/src/cff/
cf2arrst.c 190 void* newPtr;
202 newPtr = (FT_Byte*)arrstack->ptr + idx * arrstack->sizeItem;
204 return newPtr;
232 void* newPtr = (FT_Byte*)arrstack->ptr + offset;
235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2arrst.c 190 void* newPtr;
202 newPtr = (FT_Byte*)arrstack->ptr + idx * arrstack->sizeItem;
204 return newPtr;
232 void* newPtr = (FT_Byte*)arrstack->ptr + offset;
235 FT_MEM_COPY( newPtr, ptr, arrstack->sizeItem );
  /art/runtime/jdwp/
jdwp_expand_buf.cc 95 uint8_t* newPtr = reinterpret_cast<uint8_t*>(realloc(pBuf->storage, pBuf->maxLen));
96 if (newPtr == NULL) {
100 pBuf->storage = newPtr;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 232 pANTLR3_STRING (*newPtr) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 304 char* newPtr = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize));
305 EXPECT_EQ(ptr, newPtr);
314 newPtr = reinterpret_cast<char*>(partitionAlloc(allocator.root(), kTestAllocSize));
315 EXPECT_EQ(ptr, newPtr);
444 void* newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, 2);
445 EXPECT_EQ(ptr, newPtr);
446 newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, 1);
447 EXPECT_EQ(ptr, newPtr);
448 newPtr = partitionReallocGeneric(genericAllocator.root(), ptr, WTF::kGenericSmallestBucket);
449 EXPECT_EQ(ptr, newPtr);
    [all...]
  /external/deqp/framework/delibs/depool/
deMemPool.c 538 void* newPtr = deMemPool_alloc(pool, numBytes);
539 if (newPtr)
540 memcpy(newPtr, ptr, numBytes);
541 return newPtr;
  /frameworks/base/core/java/android/view/
Surface.java 400 final long newPtr;
402 newPtr = other.mNativeObject;
410 setNativeObjectLocked(newPtr);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 451 char *newPtr = realloc(pString->ptr, newMaxLength + 1);
452 if (newPtr == NULL) {
455 pString->ptr = newPtr;
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /external/clang/test/Analysis/
malloc.c 1290 void *newPtr = realloc(ptr, 4);
1291 if (newPtr == 0) {
1295 return newPtr;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 654 milliseconds