Searched refs:ensureCapacity (Results 76 - 100 of 114) sorted by relevance

12345

/external/icu4c/layoutex/layout/
H A DRunArrays.h211 le_int32 ensureCapacity();
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DSparseArray.java318 public void ensureCapacity(int capacity) { method in class:SparseArray
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp767 ensureCapacity(requiredDigits, status);
793 * ensureCapacity. Grow the digit storage for the number if it's less than the requested
797 DigitList::ensureCapacity(int32_t requestedCapacity, UErrorCode &status) {
/external/icu4c/i18n/
H A Ddigitlst.cpp844 ensureCapacity(requiredDigits, status);
870 * ensureCapacity. Grow the digit storage for the number if it's less than the requested
874 DigitList::ensureCapacity(int32_t requestedCapacity, UErrorCode &status) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaRenamer.java230 ssaRegToLocalItems.ensureCapacity(reg + 1);
H A DSsaBasicBlock.java152 result.insns.ensureCapacity(ropInsns.size());
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java213 entries.ensureCapacity(entries.size() + map.size());
/external/guava/guava/src/com/google/common/primitives/
H A DBooleans.java216 public static boolean[] ensureCapacity( method in class:Booleans
H A DChars.java334 public static char[] ensureCapacity( method in class:Chars
H A DDoubles.java273 public static double[] ensureCapacity( method in class:Doubles
H A DFloats.java270 public static float[] ensureCapacity( method in class:Floats
H A DInts.java343 public static int[] ensureCapacity( method in class:Ints
H A DLongs.java327 public static long[] ensureCapacity( method in class:Longs
H A DShorts.java340 public static short[] ensureCapacity( method in class:Shorts
/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/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/common/unicode/
H A Duniset.h1490 void ensureCapacity(int32_t newLen, UErrorCode& ec);
/external/chromium_org/third_party/icu/source/common/
H A Duniset.cpp282 ensureCapacity(o.len, ec);
909 ensureCapacity(len+1, status);
954 ensureCapacity(len+2, status);
1575 void UnicodeSet::ensureCapacity(int32_t newLen, UErrorCode& ec) {
/external/icu4c/common/unicode/
H A Duniset.h1503 void ensureCapacity(int32_t newLen, UErrorCode& ec);
/external/icu4c/common/
H A Duniset.cpp284 ensureCapacity(o.len, ec);
911 ensureCapacity(len+1, status);
956 ensureCapacity(len+2, status);
1577 void UnicodeSet::ensureCapacity(int32_t newLen, UErrorCode& ec) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DStringBuilderTest.java627 * @tests java.lang.StringBuilder.ensureCapacity(int)'
632 sb.ensureCapacity(10);
634 sb.ensureCapacity(26);
636 sb.ensureCapacity(55);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java72 attrs.ensureCapacity(attrs.size() + 2);

Completed in 535 milliseconds

12345