Searched defs:ensureCapacity (Results 26 - 50 of 62) sorted by relevance

123

/external/guava/guava/src/com/google/common/primitives/
H A DFloats.java270 public static float[] ensureCapacity( method in class:Floats
H A DShorts.java340 public static short[] ensureCapacity( method in class:Shorts
H A DInts.java343 public static int[] ensureCapacity( method in class:Ints
H A DLongs.java327 public static long[] ensureCapacity( method in class:Longs
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DChars.java283 public static char[] ensureCapacity( method in class:Chars
H A DInts.java287 public static int[] ensureCapacity( method in class:Ints
H A DLongs.java260 public static long[] ensureCapacity( method in class:Longs
H A DShorts.java288 public static short[] ensureCapacity( method in class:Shorts
/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp82 placeholderSize = ensureCapacity(other.placeholderSize);
96 placeholderSize = ensureCapacity(other.placeholderSize);
302 int32_t SimplePatternFormatter::ensureCapacity(int32_t atLeast) { function in class:SimplePatternFormatter
330 if (ensureCapacity(placeholderSize + 1) < placeholderSize + 1) {
H A Ducharstriebuilder.cpp321 UCharsTrieBuilder::ensureCapacity(int32_t length) { function in class:UCharsTrieBuilder
350 if(ensureCapacity(newLength)) {
360 if(ensureCapacity(newLength)) {
H A Duvector.cpp97 if (ensureCapacity(other.count, ec)) {
126 if (ensureCapacity(count + 1, status)) {
132 if (ensureCapacity(count + 1, status)) {
163 if (0 <= index && index <= count && ensureCapacity(count + 1, status)) {
175 if (0 <= index && index <= count && ensureCapacity(count + 1, status)) {
329 UBool UVector::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector
372 if (!ensureCapacity(newSize, status)) {
475 if (ensureCapacity(count + 1, ec)) {
H A Dbytestriebuilder.cpp373 BytesTrieBuilder::ensureCapacity(int32_t length) { function in class:BytesTrieBuilder
402 if(ensureCapacity(newLength)) {
412 if(ensureCapacity(newLength)) {
/external/chromium_org/third_party/icu/source/common/
H A Ducharstriebuilder.cpp321 UCharsTrieBuilder::ensureCapacity(int32_t length) { function in class:UCharsTrieBuilder
350 if(ensureCapacity(newLength)) {
360 if(ensureCapacity(newLength)) {
H A Duvector.cpp97 if (ensureCapacity(other.count, ec)) {
126 if (ensureCapacity(count + 1, status)) {
132 if (ensureCapacity(count + 1, status)) {
163 if (0 <= index && index <= count && ensureCapacity(count + 1, status)) {
175 if (0 <= index && index <= count && ensureCapacity(count + 1, status)) {
329 UBool UVector::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector
372 if (!ensureCapacity(newSize, status)) {
475 if (ensureCapacity(count + 1, ec)) {
H A Dbytestriebuilder.cpp373 BytesTrieBuilder::ensureCapacity(int32_t length) { function in class:BytesTrieBuilder
402 if(ensureCapacity(newLength)) {
412 if(ensureCapacity(newLength)) {
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp119 UBool ensureCapacity(int32_t appendCapacity);
126 if(len < buffer.getCapacity() || ensureCapacity(1)) {
137 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
150 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
170 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
181 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { function in class:__anon21888::SortKeyLevel
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java309 ensureCapacity(calculateNewCapacity(newSize));
580 ensureCapacity(newCapacity);
590 protected void ensureCapacity(int newCapacity) { method in class:AbstractHashedMap
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp4400 UBool ensureCapacity(int32_t appendCapacity);
4407 if(len < buffer.getCapacity() || ensureCapacity(1)) {
4412 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { function in class:SortKeyLevel
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...

Completed in 352 milliseconds

123