Searched refs:expandCapacity (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferBuilder.h106 bool expandCapacity(unsigned size);
H A DArrayBufferBuilder.cpp48 bool ArrayBufferBuilder::expandCapacity(unsigned sizeToIncrease) function in class:WTF::ArrayBufferBuilder
90 if (!expandCapacity(length))
H A DVector.h720 void expandCapacity(size_t newMinCapacity);
721 const T* expandCapacity(size_t newMinCapacity, const T*);
722 template<typename U> U* expandCapacity(size_t newMinCapacity, U*);
876 void Vector<T, inlineCapacity, Allocator>::expandCapacity(size_t newMinCapacity) function in class:WTF::Vector::Vector
898 const T* Vector<T, inlineCapacity, Allocator>::expandCapacity(size_t newMinCapacity, const T* ptr) function in class:WTF::Vector::Vector
901 expandCapacity(newMinCapacity);
905 expandCapacity(newMinCapacity);
910 inline U* Vector<T, inlineCapacity, Allocator>::expandCapacity(size_t newMinCapacity, U* ptr) function in class:WTF::Vector::Vector
912 expandCapacity(newMinCapacity);
923 expandCapacity(siz
[all...]
H A DDeque.h127 void expandCapacity();
325 expandCapacity();
329 void Deque<T, inlineCapacity, Allocator>::expandCapacity()
/external/chromium_org/third_party/icu/source/common/
H A Duvectr32.h132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
217 return expandCapacity(minimumCapacity, status);
H A Duvectr64.h131 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
206 return expandCapacity(minimumCapacity, status);
H A Duvectr64.cpp116 UBool UVector64::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector64
H A Duvectr32.cpp198 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector32
/external/icu/icu4c/source/common/
H A Duvectr32.h132 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
217 return expandCapacity(minimumCapacity, status);
H A Duvectr64.h131 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
206 return expandCapacity(minimumCapacity, status);
H A Duvectr64.cpp116 UBool UVector64::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector64
H A Duvectr32.cpp198 UBool UVector32::expandCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector32
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dv32test.cpp321 // ensureCapacity, expandCapacity
328 TEST_ASSERT(a->expandCapacity(20000, status) == TRUE);
/external/icu/icu4c/source/test/intltest/
H A Dv32test.cpp321 // ensureCapacity, expandCapacity
328 TEST_ASSERT(a->expandCapacity(20000, status) == TRUE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 737 milliseconds