Searched defs:reallocate (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp65 (count > getCapacity() && reallocate(count, 0) == NULL)) {
86 if (length > getCapacity() && reallocate(length, 0) == NULL) {
101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { function in class:CollationKey
159 if (length > getCapacity() && reallocate(length, 0) == NULL) {
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h57 reallocate(size);
69 void reallocate(Index size) function in class:Eigen::internal::AmbiVector
H A DCompressedStorage.h80 reallocate(newAllocatedSize);
86 reallocate(m_size);
96 reallocate(realloc_size);
228 inline void reallocate(Index size) function in class:Eigen::internal::CompressedStorage
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h90 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/libmicrohttpd/src/microspdy/
H A Dsession.c869 bool reallocate; local
876 //if the read buffer is full to the end, we need to reallocate space
881 reallocate = false;
891 reallocate = true;
905 reallocate = true;
911 reallocate = true;
921 if(reallocate)
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp87 return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope);
207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) function in class:vk::ChainedAllocator
248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) function in class:vk::AllocationCallbackRecorder
250 void* const ptr = ChainedAllocator::reallocate(original, size, alignment, allocationScope);
306 void* DeterministicFailAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) function in class:vk::DeterministicFailAllocator
310 return ChainedAllocator::reallocate(original, size, alignment, allocationScope);
733 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has not been allocated";
740 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has been freed";
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
H A Dmetric_ops.py3447 def reallocate(): function in function:streaming_concat
3462 new_size > array_size, reallocate, control_flow_ops.no_op)
/external/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp465 void *reallocate(void *OldPtr, uptr NewSize) { function in struct:__scudo::Allocator
557 return Instance.reallocate(Ptr, Size);
/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h567 reallocate(len);
636 void reallocate(size_t len) { function in namespace:flatbuffers
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 746 milliseconds