Searched refs:contentLength (Results 1 – 11 of 11) sorted by relevance
62 long contentLength; field in CacheManager.CacheResult109 return contentLength; in getContentLength()259 public void setContentLength(long contentLength) { in setContentLength() argument260 this.contentLength = contentLength; in setContentLength()
31 String contentDisposition, String mimetype, long contentLength); in onDownloadStart() argument
25 val contentLength: Long, constant in com.android.server.net.integrationtests.HttpResponse34 writeLong(contentLength) in writeToParcel()
193 responseCode = 204, contentLength = 42, redirectUrl = null)) in testValidation()196 responseCode = 204, contentLength = 42, redirectUrl = null)) in testValidation()
77 doReturn(response.contentLength).`when`(connection).contentLengthLong in openConnection()
96 public void setFixedLengthStreamingMode(int contentLength) { in setFixedLengthStreamingMode() argument97 mConnection.setFixedLengthStreamingMode(contentLength); in setFixedLengthStreamingMode()
220 long contentLength = -1; in get() local222 contentLength = Long.parseLong(urlConnection.getHeaderField("Content-Length")); in get()226 if (contentLength > MAX_PAC_SIZE) { in get()227 throw new IOException("PAC too big: " + contentLength + " bytes"); in get()
719 unsigned long contentLength = 0; in receiveRTSPReponse() local725 if (!ParseSingleUnsignedLong(value.c_str(), &contentLength)) { in receiveRTSPReponse()730 if (contentLength > 0) { in receiveRTSPReponse()731 response->mContent = new ABuffer(contentLength); in receiveRTSPReponse()733 if (receive(response->mContent->data(), contentLength) != OK) { in receiveRTSPReponse()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
31129 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Headers;)J31130 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Request;)J31131 HSPLcom/android/okhttp/internal/http/OkHeaders;->contentLength(Lcom/android/okhttp/Response;)J31141 HSPLcom/android/okhttp/internal/http/RetryableSink;->contentLength()J