Searched defs:ensureCapacity (Results 1 - 25 of 62) sorted by last modified time

123

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java88 ensureCapacity(length + chunk);
184 ensureCapacity(length + 1);
198 ensureCapacity(length + len);
317 private void ensureCapacity(int requestedLength) method in class:ByteBuffer
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java393 ensureCapacity(length+1);
578 private void ensureCapacity (int n) {
574 private void ensureCapacity (int n) { method in class:AttributesImpl
/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/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/smali/util/src/main/java/org/jf/util/
H A DSparseArray.java325 public void ensureCapacity(int capacity) { method in class:SparseArray
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/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/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/icu/icu4c/source/test/perf/usetperf/
H A Dbitset.cpp41 ensureCapacity(longIndex+1);
50 void BitSet::ensureCapacity(uint32_t minLen) { function in class:BitSet
/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/icu/icu4c/source/layoutex/
H A DRunArrays.cpp35 le_int32 RunArray::ensureCapacity() function in class:RunArray
66 le_int32 index = ensureCapacity();
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp53 if (!ensureCapacity((int32_t)(uprv_strlen(testDir) + uprv_strlen(name) + 1))) {
80 // Note: 'buffer' may change after ensureCapacity() is called,
134 if (!ensureCapacity(index+1)) {
149 UBool TextFile::ensureCapacity(int32_t mincapacity) { function in class:TextFile
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp373 BytesTrieBuilder::ensureCapacity(int32_t length) { function in class:BytesTrieBuilder
402 if(ensureCapacity(newLength)) {
412 if(ensureCapacity(newLength)) {
H A Dcharstr.cpp23 if(U_SUCCESS(errorCode) && this!=&s && ensureCapacity(s.len+1, 0, errorCode)) {
41 if(ensureCapacity(len+2, 0, errorCode)) {
74 } else if(ensureCapacity(len+sLength+1, 0, errorCode)) {
95 if(ensureCapacity(len+minCapacity+1, len+desiredCapacityHint+1, errorCode)) {
104 if(ensureCapacity(len+s.length()+1, 0, errorCode)) {
110 UBool CharString::ensureCapacity(int32_t capacity, function in class:CharString
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 Duvectr32.h129 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
131 // Out-of-line, handles actual growth. Called by ensureCapacity() when necessary.
213 inline UBool UVector32::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector32
227 if (ensureCapacity(count + 1, status)) {
234 if (ensureCapacity(count+size, status) == FALSE) {
H A Duvectr64.h128 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
130 // Out-of-line, handles actual growth. Called by ensureCapacity() when necessary.
202 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { function in class:UVector64
216 if (ensureCapacity(count + 1, status)) {
223 if (ensureCapacity(count+size, status) == FALSE) {
/external/guava/guava/src/com/google/common/primitives/
H A DBooleans.java216 public static boolean[] ensureCapacity( method in class:Booleans

Completed in 4767 milliseconds

123