Searched defs:getCapacity (Results 1 - 7 of 7) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_refcounter_memfrag.h188 uint32 getCapacity() function in class:OsclRefCounterMemFrag
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java127 public int getCapacity() { method in class:RouteSpecificPool
/external/opencore/protocols/http_parcom/src/
H A Dhttp_parcom_internal.h146 uint32 getCapacity() function in struct:HTTPMemoryFragment
/external/opencore/pvmi/pvmf/src/
H A Dpvmf_simple_media_buffer.cpp97 OSCL_EXPORT_REF uint32 PVMFSimpleMediaBuffer::getCapacity() function in class:PVMFSimpleMediaBuffer
H A Dpvmf_media_data.cpp131 OSCL_EXPORT_REF uint32 PVMFMediaData::getCapacity() function in class:PVMFMediaData
133 return impl_ptr->getCapacity();
/external/opencore/pvmi/pvmf/include/
H A Dpvmf_media_frag_group.h76 virtual uint32 getCapacity();
249 uint32 PVMFMediaFragGroup<Alloc>::getCapacity() function in class:PVMFMediaFragGroup
269 if (len > iFragments[index].getCapacity())
314 capacity += memfrag.getCapacity();
/external/icu4c/common/unicode/
H A Dunistr.h1691 inline int32_t getCapacity(void) const;
2625 * getCapacity() returns the actual capacity.
2639 * If length()<getCapacity() then you can terminate it by writing a NUL
2689 * The capacity of the buffer can be determined with getCapacity().
2695 * <code>(s.length()<s.getCapacity() && buffer[s.length()]==0)</code>.
2723 * The capacity of the buffer can be determined with getCapacity().
3453 UnicodeString::getCapacity() const function in class:UnicodeString
4166 if(len < getCapacity() && array[len] == 0) {

Completed in 146 milliseconds