| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/ |
| D | AsyncRequestBodyFromInputStreamConfiguration.java | 35 private final Long contentLength; field in AsyncRequestBodyFromInputStreamConfiguration 56 public Long contentLength() { in contentLength() method in AsyncRequestBodyFromInputStreamConfiguration 135 Builder contentLength(Long contentLength); in contentLength() argument 161 private Long contentLength; field in AsyncRequestBodyFromInputStreamConfiguration.DefaultBuilder 181 public Builder contentLength(Long contentLength) { in contentLength() argument
|
| D | BlockingOutputStreamAsyncRequestBody.java | 46 private final Long contentLength; field in BlockingOutputStreamAsyncRequestBody 49 BlockingOutputStreamAsyncRequestBody(Long contentLength) { in BlockingOutputStreamAsyncRequestBody() 53 BlockingOutputStreamAsyncRequestBody(Long contentLength, Duration subscribeTimeout) { in BlockingOutputStreamAsyncRequestBody() 73 public Optional<Long> contentLength() { in contentLength() method in BlockingOutputStreamAsyncRequestBody
|
| D | BlockingInputStreamAsyncRequestBody.java | 43 private final Long contentLength; field in BlockingInputStreamAsyncRequestBody 46 BlockingInputStreamAsyncRequestBody(Long contentLength) { in BlockingInputStreamAsyncRequestBody() 50 BlockingInputStreamAsyncRequestBody(Long contentLength, Duration subscribeTimeout) { in BlockingInputStreamAsyncRequestBody() 56 public Optional<Long> contentLength() { in contentLength() method in BlockingInputStreamAsyncRequestBody
|
| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/sync/ |
| D | RequestBody.java | 51 private final Long contentLength; field in RequestBody 54 …private RequestBody(ContentStreamProvider contentStreamProvider, Long contentLength, String conten… in RequestBody() 72 public long contentLength() { in contentLength() method in RequestBody 130 public static RequestBody fromInputStream(InputStream inputStream, long contentLength) { in fromInputStream()
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
| D | ResponseBody.java | 44 public abstract long contentLength() throws IOException; in contentLength() method in ResponseBody 53 long contentLength = contentLength(); in bytes() local 124 final MediaType contentType, final long contentLength, final BufferedSource content) { in create() 131 @Override public long contentLength() { in create() method in ResponseBody
|
| D | RequestBody.java | 39 public long contentLength() throws IOException { in contentLength() method in RequestBody 70 @Override public long contentLength() throws IOException { in create() method in RequestBody
|
| /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
|
| /external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/checksums/ |
| D | ChecksumCalculatingAsyncRequestBody.java | 31 private final Long contentLength; field in ChecksumCalculatingAsyncRequestBody 45 public Optional<Long> contentLength() { in contentLength() method in ChecksumCalculatingAsyncRequestBody 64 private final Long contentLength; field in ChecksumCalculatingAsyncRequestBody.ChecksumCalculatingSubscriber 68 Long contentLength) { in ChecksumCalculatingSubscriber()
|
| D | S3ChecksumValidatingPublisher.java | 36 private final long contentLength; field in S3ChecksumValidatingPublisher 40 long contentLength) { in S3ChecksumValidatingPublisher() 68 long contentLength) { in ChecksumValidatingSubscriber()
|
| /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/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/ |
| D | UploadWithKnownContentLengthHelper.java | 72 long contentLength) { in uploadObject() 91 …private void uploadInParts(PutObjectRequest putObjectRequest, long contentLength, AsyncRequestBody… in uploadInParts() 102 … doUploadInParts(Pair.of(putObjectRequest, asyncRequestBody), contentLength, returnFuture, in uploadInParts() local 109 long contentLength, in doUploadInParts() 134 private final long contentLength; field in UploadWithKnownContentLengthHelper.MpuRequestContext 140 long contentLength, in MpuRequestContext()
|
| D | CopyObjectHelper.java | 91 Long contentLength = headObjectResponse.contentLength(); in doCopyObject() local 103 Long contentLength, in copyInParts() 124 Long contentLength, in doCopyInParts() 182 long contentLength, in sendUploadPartCopyRequests()
|
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| D | ContentLengthParser.java | 44 public ContentLengthParser(String contentLength) { in ContentLengthParser() 56 ContentLength contentLength = new ContentLength(); in parse() local
|
| D | MaxForwardsParser.java | 43 public MaxForwardsParser(String contentLength) { in MaxForwardsParser() 55 MaxForwards contentLength = new MaxForwards(); in parse() local
|
| /external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/ |
| D | S3MetaRequestProgress.java | 13 private long contentLength; field in S3MetaRequestProgress 35 public S3MetaRequestProgress withContentLength(long contentLength) { in withContentLength()
|
| /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
| D | HttpTransportSE.java | 92 public HttpTransportSE(String url, int timeout, int contentLength) { in HttpTransportSE() 96 public HttpTransportSE(Proxy proxy, String url, int timeout, int contentLength) { in HttpTransportSE() 191 int contentLength = 8192; // To determine the size of the response and adjust buffer size in call() local 310 private InputStream readDebug(InputStream is, int contentLength, File outputFile) in readDebug()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
| D | Download.java | 106 public final long contentLength; field in Download 122 long contentLength, in Download() 141 long contentLength, in Download()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
| D | Download.java | 93 public final long contentLength; field in Download 109 long contentLength, in Download() 128 long contentLength, in Download()
|
| /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/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/ |
| D | RepeatableInputStreamRequestEntity.java | 94 long contentLength = request.httpRequest().firstMatchingHeader("Content-Length") in RepeatableInputStreamRequestEntity() local 110 private long parseContentLength(String contentLength) { in parseContentLength()
|
| /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()
|
| /external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/ |
| D | Aws4SignerUtils.java | 78 String contentLength = mutableRequest.firstMatchingHeader(Header.CONTENT_LENGTH) in calculateRequestContentLength() local 100 long contentLength = 0; in getContentLength() local
|
| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
| D | InputStreamWithExecutorAsyncRequestBody.java | 51 private final Long contentLength; field in InputStreamWithExecutorAsyncRequestBody 64 public Optional<Long> contentLength() { in contentLength() method in InputStreamWithExecutorAsyncRequestBody
|
| /external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/multipart/ |
| D | UploadObjectHelperTest.java | 112 …dObject_contentLengthDoesNotExceedThresholdAndPartSize_shouldUploadInOneChunk(long contentLength) { in uploadObject_contentLengthDoesNotExceedThresholdAndPartSize_shouldUploadInOneChunk() 125 …uploadObject_unKnownContentLengthDoesNotExceedPartSize_shouldUploadInOneChunk(long contentLength) { in uploadObject_unKnownContentLengthDoesNotExceedPartSize_shouldUploadInOneChunk() 315 Long contentLength = contentLengthKnown ? MPU_CONTENT_SIZE : null; in uploadObject_requestBodyOnError_shouldFailAndAbort() local 330 private static PutObjectRequest putObjectRequest(Long contentLength) { in putObjectRequest()
|