HomeSort by relevance Sort by last modified time
    Searched defs:getCapacity (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /frameworks/av/media/libaaudio/src/fifo/
FifoControllerBase.h 113 fifo_frames_t getCapacity() const {
  /external/deqp/framework/delibs/decpp/
deMemPool.hpp 49 deUintptr getCapacity (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE_TRUE : DE_FALSE); }
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 264 int32_t getCapacity() const {
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 39 inline size_t getCapacity() {
  /external/pdfium/third_party/bigint/
NumberlikeArray.hh 79 Index getCapacity() const { return cap; }
BigInteger.hh 93 Index getCapacity() const { return mag.getCapacity(); }
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 132 public int getCapacity() {
  /hardware/interfaces/health/2.0/default/
Health.cpp 127 Return<void> Health::getCapacity(getCapacity_cb _hidl_cb) {
  /packages/apps/Gallery2/src/com/android/photos/data/
GalleryBitmapPool.java 106 public synchronized int getCapacity() {
SparseArrayBitmapPool.java 129 public synchronized int 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()) {
  /external/icu/icu4c/source/common/
cmemory.h 327 int32_t getCapacity() const { return capacity; }
335 * @return getAlias()+getCapacity()
502 int32_t getCapacity() const { return capacity; }
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 366 SPIRVWord getCapacity() const {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 61 public int getCapacity() {
NativeFrame.java 55 public int getCapacity() {
225 + getCapacity();
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ChecksumReporter.java 93 if (reporter.getCapacity() > 1.1) {
267 double getCapacity() {
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.cpp 444 unsigned TargetRegisterExtraInfo::getCapacity(
514 return (getPressureAtSlot(trc, i) > getCapacity(trc));
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 398 public int getCapacity() {
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 865 final int getCapacity() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 

Completed in 1162 milliseconds

1 2 3 4