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

1 2

  /external/apache-http/src/org/apache/http/
HttpEntity.java 106 long getContentLength();
  /external/apache-http/src/org/apache/http/entity/
BufferedHttpEntity.java 61 if (!entity.isRepeatable() || entity.getContentLength() < 0) {
68 public long getContentLength() {
72 return wrappedEntity.getContentLength();
ByteArrayEntity.java 64 public long getContentLength() {
EntityTemplate.java 60 public long getContentLength() {
StringEntity.java 77 public long getContentLength() {
HttpEntityWrapper.java 82 public long getContentLength() {
83 return wrappedEntity.getContentLength();
SerializableEntity.java 76 public long getContentLength() {
BasicHttpEntity.java 64 public long getContentLength() {
FileEntity.java 66 public long getContentLength() {
InputStreamEntity.java 68 public long getContentLength() {
  /frameworks/base/core/java/android/webkit/
PluginData.java 103 public long getContentLength() {
CacheManager.java 113 public long getContentLength() {
697 if (headers.getContentLength() > CACHE_MAX_SIZE) return null;
  /external/opencore/fileformats/mp3/parser/src/
mp3fileio.cpp 279 uint32 MP3FileIO::getContentLength(PVFile *fp)
281 return fp->GetContentLength();
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
FileURLConnection.java 100 public int getContentLength() {
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 206 public long getContentLength() {
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManager_CacheResultTest.java 70 method = "getContentLength",
153 assertTrue(result.getContentLength() > 0);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
JarURLConnectionImpl.java 282 public int getContentLength() {
286 return jarFileURLConnection.getContentLength();
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 222 public int getContentLength(DrmRights rights) throws DrmException {
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
atomutils.cpp 997 OSCL_EXPORT_REF uint32 AtomUtils::getContentLength(MP4_FF_FILE *fp)
1000 return fp->_pvfile.GetContentLength();
  /dalvik/libcore/luni/src/main/java/java/net/
URLConnection.java 294 public int getContentLength() {
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 172 public int getContentLength() {
173 return httpsEngine.getContentLength();
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_common.h 191 virtual uint32 getContentLength()
193 return (iParser == NULL ? 0 : iParser->getContentLength());
201 if (iParser == NULL || iParser->getContentLength() == 0) return 0;
202 return iParser->getContentLength() - iParser->getDownloadSize();
536 uint32 getContentLength()
538 return iCurrState->getContentLength();
pvmf_protocol_engine_internal.h 627 uint32 getContentLength(const bool aRefresh = false)
    [all...]
  /frameworks/base/core/java/android/net/http/
Headers.java 309 public long getContentLength() {
  /prebuilt/sdk/4/
android.jar 

Completed in 324 milliseconds

1 2