/external/icu4c/i18n/ |
D | sortkey.cpp | 63 (count > getCapacity() && reallocate(count, 0) == NULL)) { in CollationKey() 84 if (length > getCapacity() && reallocate(length, 0) == NULL) { in CollationKey() 99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey 157 if (length > getCapacity() && reallocate(length, 0) == NULL) { in operator =()
|
D | ucol.cpp | 4459 uint8_t *newBuffer = key_.reallocate(newCapacity, length); in Resize()
|
/external/eigen/Eigen/src/SparseCore/ |
D | CompressedStorage.h | 77 reallocate(newAllocatedSize); in reserve() 83 reallocate(m_size); in squeeze() 89 reallocate(size + size_t(reserveSizeFactor*size)); 205 inline void reallocate(size_t size) in reallocate() function
|
D | AmbiVector.h | 57 reallocate(size); in resize() 65 void reallocate(Index size) in reallocate() function
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineStorage.h | 90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize); in reserve() 95 … reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize); in squeeze() 100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp… 203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() function
|
/external/webkit/Source/WebCore/platform/text/cf/ |
D | StringImplCF.cpp | 71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) in reallocate() function 122 …CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deall… in create()
|
/external/icu4c/i18n/unicode/ |
D | sortkey.h | 248 uint8_t *reallocate(int32_t newCapacity, int32_t length);
|
/external/qemu/docs/ |
D | ANDROID-MEMCHECK.TXT | 9 - Attempts to free / reallocate invalid pointers (including pointers that have 38 detect and report attempts to free/reallocate invalid pointers.
|
/external/stlport/src/ |
D | allocators.cpp | 847 static void * reallocate(void *__p, size_t __old_sz, size_t& __new_sz); 1078 void *_Pthread_alloc_impl::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) { in reallocate() function in _Pthread_alloc_impl 1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) in reallocate() function in _Pthread_alloc 1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); } in reallocate()
|
/external/stlport/stlport/stl/ |
D | _pthread_alloc.h | 88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 1206 SDL_SetError ("Couldn't reallocate pixel format");
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 1768 reallocate unless it's for a long string. Also make code to extract the characters 1956 the capacity so we don't need to reallocate the string every time.
|
D | ChangeLog-2008-08-10 | 3718 vars, so that no operation may cause the register file to reallocate 19183 when we deallocate m_buffer, in case we're not asked to reallocate a new 22578 Fixed slight logic error in reserveCapacity, where we would reallocate
|
D | ChangeLog-2007-10-14 | 1136 …c was failing which lead to UString::expandCapacity leaking the buffer it was trying to reallocate.
|
/external/libpng/ |
D | CHANGES | 974 libpng will reallocate the png_struct and info_struct if they are too small.
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 585 + * lazily initialized to avoid having to reallocate on reset when
|
/external/bison/ |
D | ChangeLog-2012 | 10009 Instead, reallocate buffers twice as big each time, so that 19076 REJECT has been used, and therefore it won't reallocate its
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 37087 …(WebCore::HTMLMediaElement::load): Don't reallocate MediaPlayer when PLUGIN_PROXY_FOR_VIDEO, we ke… 45772 (WebCore::StringWrapperCFAllocator::reallocate): Ditto.
|
D | ChangeLog | 17718 When DrawingBuffer::reset() is called, it should not reallocate
|