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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImplCF.cpp 69 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
115 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
StringImpl.cpp 321 PassRefPtr<StringImpl> StringImpl::reallocate(PassRefPtr<StringImpl> originalString, unsigned length) function in class:WTF::StringImpl
    [all...]
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 57 reallocate(size);
65 void reallocate(Index size) function in class:Eigen::internal::AmbiVector
CompressedStorage.h 77 reallocate(newAllocatedSize);
83 reallocate(m_size);
89 reallocate(size + size_t(reserveSizeFactor*double(size)));
205 inline void reallocate(size_t size) function in class:Eigen::internal::CompressedStorage
  /external/icu/icu4c/source/i18n/
sortkey.cpp 63 (count > getCapacity() && reallocate(count, 0) == NULL)) {
84 if (length > getCapacity() && reallocate(length, 0) == NULL) {
99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { function in class:CollationKey
157 if (length > getCapacity() && reallocate(length, 0) == NULL) {
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 134 status_t GraphicBuffer::reallocate(uint32_t w, uint32_t h, PixelFormat f, function in class:android::GraphicBuffer
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 160 status_t EGLTextureObject::reallocate( function in class:android::EGLTextureObject
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize);
95 reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize);
100 reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upperSize), lowerSize + Index(reserveSizeFactor * lowerSize));
203 inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) { function in class:Eigen::SkylineStorage
  /external/stlport/src/
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) { function in class:_Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
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) { function in class:_Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 252 milliseconds