/external/icu/icu4c/source/common/ |
charstr.cpp | 72 if(sLength>=(buffer.getCapacity()-len)) { 79 sLength>=(buffer.getCapacity()-len) 100 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL 106 resultCapacity=buffer.getCapacity()-len-1; 122 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV); 133 if(capacity>buffer.getCapacity()) { 135 desiredCapacityHint=capacity+buffer.getCapacity();
|
locdispnames.cpp | 64 buffer, result.getCapacity(), 76 buffer, result.getCapacity(), 104 buffer, result.getCapacity(), 116 buffer, result.getCapacity(), 144 buffer, result.getCapacity(), 156 buffer, result.getCapacity(), 184 buffer, result.getCapacity(), 196 buffer, result.getCapacity(), 224 buffer, result.getCapacity(), 236 buffer, result.getCapacity(), [all...] |
unistr_case.cpp | 129 newLength = stringCaseMapper(csm, getArrayStart(), getCapacity(),
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat16RootDirectory.java | 102 * larger than {@link #getCapacity()} and does nothing else. 108 if (getCapacity() < entryCount) { 109 throw new DirectoryFullException(getCapacity(), entryCount);
|
AbstractDirectory.java | 149 public final int getCapacity() { 215 getCapacity() * FatDirectoryEntry.SIZE); 246 getCapacity() * FatDirectoryEntry.SIZE); 251 for (int i=0; i < getCapacity(); i++) { 271 if (getSize() == getCapacity()) { 272 changeSize(getCapacity() + 1); 281 if (getSize() + entries.length > getCapacity()) {
|
ClusterChainDirectory.java | 131 getCapacity(), entryCount);
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioSignalFactory.cpp | 42 buffer->setSize(buffer->getCapacity()); 66 buffer->setSize(buffer->getCapacity()); 86 buffer->setSize(buffer->getCapacity());
|
AudioProtocol.cpp | 159 if (len > (int)param->mBuffer->getCapacity()) { 160 LOGE("received data %d exceeding buffer capacity %d", len, param->mBuffer->getCapacity());
|
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectPool.java | 60 return mAvailable.getCapacity() - mAvailable.getCount();
|
SpriteAnimation.java | 46 assert frames.getCount() == frames.getCapacity();
|
FixedSizeArray.java | 29 * larger than getCount() but smaller than getCapacity() can't be used on their own. 264 public int getCapacity() {
|
/external/icu/icu4c/source/i18n/ |
sortkey.cpp | 63 (count > getCapacity() && reallocate(count, 0) == NULL)) { 84 if (length > getCapacity() && reallocate(length, 0) == NULL) { 113 // U_ASSERT(newLength >= 0 && newLength <= getCapacity()); 157 if (length > getCapacity() && reallocate(length, 0) == NULL) {
|
digitlst.cpp | 72 fContext.digits = fStorage.getCapacity(); 106 if (other.fStorage.getCapacity() > fStorage.getCapacity()) { 107 fDecNumber = fStorage.resize(other.fStorage.getCapacity()); 111 fContext.digits = fStorage.getCapacity(); 788 // fContext.digits == fStorage.getCapacity() 789 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity()); 910 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity()); [all...] |
collationkeys.cpp | 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)) { 185 int32_t newCapacity = 2 * buffer.getCapacity();
|
/cts/suite/audio_quality/lib/include/audio/ |
Buffer.h | 39 inline size_t getCapacity() {
|
/external/deqp/framework/delibs/decpp/ |
deMemPool.hpp | 49 deUintptr getCapacity (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE_TRUE : DE_FALSE); }
|
/external/pdfium/third_party/bigint/ |
BigUnsignedInABase.hh | 109 using NumberlikeArray<Digit>::getCapacity;
|
BigInteger.hh | 93 Index getCapacity() const { return mag.getCapacity(); }
|
NumberlikeArray.hh | 79 Index getCapacity() const { return cap; }
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
NativeFrame.java | 55 public int getCapacity() { 225 + getCapacity();
|
/external/icu/icu4c/source/i18n/unicode/ |
sortkey.h | 262 int32_t getCapacity() const {
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
RouteSpecificPool.java | 132 public int getCapacity() {
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
GalleryBitmapPool.java | 106 public synchronized int getCapacity() {
|
/external/icu/icu4c/source/test/intltest/ |
nptrans.cpp | 208 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); 216 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LevelListDrawable.java | 187 mLows = new int[getCapacity()]; 188 mHighs = new int[getCapacity()];
|