HomeSort by relevance Sort by last modified time
    Searched refs:getCapacity (Results 26 - 50 of 76) sorted by null

12 3 4

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 62 public int getCapacity() {
  /packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java 129 public synchronized int getCapacity() {
  /external/chromium_org/third_party/icu/source/common/
cmemory.h 220 int32_t getCapacity() const { return capacity; }
228 * @return getAlias()+getCapacity()
387 int32_t getCapacity() const { return capacity; }
unistr.cpp 430 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
1173 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
    [all...]
uts46.cpp 600 int32_t capacity=dest.getCapacity();
619 capacity=dest.getCapacity();
701 unicodeBuffer, fromPunycode.getCapacity(),
712 unicodeBuffer, fromPunycode.getCapacity(),
844 buffer+4, punycode.getCapacity()-4,
    [all...]
unistr_cnv.cpp 400 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
normalizer2impl.cpp 46 remainingCapacity=str.getCapacity()-length;
162 remainingCapacity=str.getCapacity();
172 remainingCapacity=str.getCapacity();
183 int32_t doubleCapacity=2*str.getCapacity();
198 remainingCapacity=str.getCapacity()-length;
    [all...]
rbbitblb.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 110 if (len+1 > buf.getCapacity()) {
134 int32_t capacity = buf.getCapacity();
ustrtest.cpp     [all...]
  /external/icu4c/common/
cmemory.h 267 int32_t getCapacity() const { return capacity; }
275 * @return getAlias()+getCapacity()
442 int32_t getCapacity() const { return capacity; }
unistr.cpp 432 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
1219 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
    [all...]
unistr_cnv.cpp 400 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
uts46.cpp 606 int32_t capacity=dest.getCapacity();
625 capacity=dest.getCapacity();
707 unicodeBuffer, fromPunycode.getCapacity(),
718 unicodeBuffer, fromPunycode.getCapacity(),
853 buffer+4, punycode.getCapacity()-4,
    [all...]
normalizer2impl.cpp 47 remainingCapacity=str.getCapacity()-length;
163 remainingCapacity=str.getCapacity();
173 remainingCapacity=str.getCapacity();
184 int32_t doubleCapacity=2*str.getCapacity();
199 remainingCapacity=str.getCapacity()-length;
    [all...]
rbbitblb.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 220 &pu, buffer+src.getCapacity(),
288 cnv, &pu, buffer+src.getCapacity(),
294 capacity=(3*src.getCapacity())/2; // increase capacity by 50%
  /external/icu4c/tools/toolutil/
xmlparser.cpp 220 &pu, buffer+src.getCapacity(),
288 cnv, &pu, buffer+src.getCapacity(),
294 capacity=(3*src.getCapacity())/2; // increase capacity by 50%
ppucd.cpp 513 int32_t length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode);
518 length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 305 boolean hasCapacity = rospl.getCapacity() > 0;
308 log.debug("Available capacity: " + rospl.getCapacity()
  /external/icu4c/test/intltest/
dcfmtest.cpp 110 if (len+1 > buf.getCapacity()) {
134 int32_t capacity = buf.getCapacity();
ustrtest.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 325 mDurations = new int[getCapacity()];
StateListDrawable.java 286 mStateSets = new int[getCapacity()][];
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 480 final int maxSegments = outputHitPoints.getCapacity() - outputHitPoints.getCount();
    [all...]

Completed in 713 milliseconds

12 3 4