/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | ResponseBody.java | 40 public abstract long contentLength() throws IOException; in contentLength() method in ResponseBody 49 long contentLength = contentLength(); in bytes() local 120 final MediaType contentType, final long contentLength, final BufferedSource content) { in create() 127 @Override public long contentLength() { in create() method in ResponseBody
|
D | RequestBody.java | 35 public long contentLength() throws IOException { in contentLength() method in RequestBody 66 @Override public long contentLength() throws IOException { in create() method in RequestBody
|
D | MultipartBuilder.java | 201 private long contentLength = -1L; field in MultipartBuilder.MultipartRequestBody 217 @Override public long contentLength() throws IOException { in contentLength() method in MultipartBuilder.MultipartRequestBody 261 long contentLength = body.contentLength(); in writeOrCountBytes() local
|
D | Cache.java | 661 String contentLength = responseHeaders.get("Content-Length"); in response() local 696 private final String contentLength; field in CacheResponseBody 699 String contentType, String contentLength) { in CacheResponseBody() 717 @Override public long contentLength() { in contentLength() method in CacheResponseBody
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | MaxForwardsParser.java | 43 public MaxForwardsParser(String contentLength) { in MaxForwardsParser() 55 MaxForwards contentLength = new MaxForwards(); in parse() local
|
D | ContentLengthParser.java | 44 public ContentLengthParser(String contentLength) { in ContentLengthParser() 56 ContentLength contentLength = new ContentLength(); in parse() local
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpPostRequestTest.java | 80 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in preparePostWithMultipartForm() local 125 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testPostWithMultipleMultipartFormFields() local 144 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testPostWithMultipleMultipartFormFieldsWhereContentTypeWasSeparatedByComma() local 162 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testSimplePostWithSingleMultipartFormField() local 176 …int contentLength = size + contentLengthHeaderValueSize + HttpPostRequestTest.CONTENT_LENGTH.lengt… in testSimpleRawPostData() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentLength.java | 86 protected Integer contentLength; field in ContentLength 115 public void setContentLength(int contentLength) in setContentLength()
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ContentLengthOutputStream.java | 64 private final long contentLength; field in ContentLengthOutputStream 81 public ContentLengthOutputStream(final SessionOutputBuffer out, long contentLength) { in ContentLengthOutputStream()
|
D | ContentLengthInputStream.java | 83 private long contentLength; field in ContentLengthInputStream 103 public ContentLengthInputStream(final SessionInputBuffer in, long contentLength) { in ContentLengthInputStream()
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
D | Progress.java | 83 @Override public long contentLength() throws IOException { in contentLength() method in Progress.ProgressResponseBody 109 void update(long bytesRead, long contentLength, boolean done); in update()
|
D | RequestBodyCompression.java | 88 @Override public long contentLength() { in gzip() method in RequestBodyCompression.GzipRequestInterceptor
|
/external/nist-sip/java/javax/sip/header/ |
D | ContentLengthHeader.java | 9 void setContentLength(int contentLength) throws InvalidArgumentException; in setContentLength()
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | UrlDownloaderTask.java | 114 int contentLength = progress[1]; in onProgressUpdate() local 153 int contentLength = connection.getContentLength(); in download() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | OkHeaders.java | 64 public static long contentLength(Request request) { in contentLength() method in OkHeaders 68 public static long contentLength(Response response) { in contentLength() method in OkHeaders 72 public static long contentLength(Headers headers) { in contentLength() method in OkHeaders
|
D | RealResponseBody.java | 37 @Override public long contentLength() { in contentLength() method in RealResponseBody
|
D | HttpStream.java | 34 Sink createRequestBody(Request request, long contentLength) throws IOException; in createRequestBody()
|
D | RetryableSink.java | 70 public long contentLength() throws IOException { in contentLength() method in RetryableSink
|
D | Http1xStream.java | 87 @Override public Sink createRequestBody(Request request, long contentLength) throws IOException { in createRequestBody() 144 long contentLength = OkHeaders.contentLength(response); in getTransferStream() local 223 public Sink newFixedLengthSink(long contentLength) { in newFixedLengthSink()
|
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
D | HttpEntityBody.java | 30 @Override public long contentLength() { in contentLength() method in HttpEntityBody
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpTransportSE.java | 95 public HttpTransportSE(String url, int timeout, int contentLength) { in HttpTransportSE() 99 public HttpTransportSE(Proxy proxy, String url, int timeout, int contentLength) { in HttpTransportSE()
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | URLConnectionClient.java | 73 String contentLength = null; in execute() local
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | ServiceConnection.java | 89 public void setFixedLengthStreamingMode(int contentLength); in setFixedLengthStreamingMode()
|
/external/nanohttpd/fileupload/src/main/java/fi/iki/elonen/ |
D | NanoFileUpload.java | 65 public long contentLength() { in contentLength() method in NanoFileUpload.NanoHttpdContext
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | HttpsURLConnectionImpl.java | 75 @Override public void setFixedLengthStreamingMode(long contentLength) { in setFixedLengthStreamingMode()
|