Home
last modified time | relevance | path

Searched defs:bodyLength (Results 1 – 25 of 26) sorted by relevance

12

/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
DHttp2ClientLocalHostTest.java72 private HttpRequestBodyStream createBodyStreamWithLength(long bodyLength) { in createBodyStreamWithLength()
118 private Http2Request createHttp2Request(String method, URI uri, long bodyLength) { in createHttp2Request()
197 int bodyLength = 2000; in testParallelRequestsStressWithBody() local
260 long bodyLength = 2500000000L; in testRequestsUploadStress() local
314 long bodyLength = 2500000000L; in testRequestsDownloadStress() local
/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/
DTruncatedRequestStreamTest.java82 int bodyLength = 16; in streamingRequest_specifiedLengthTruncatesStream_lengthHonored() local
99 private static RequestBody bodyFromStream(int streamLength, int bodyLength) { in bodyFromStream()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DHandshakeMessage.java48 int bodyLength = IoUtils.readUnsignedInt24(in); in read() local
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DHandshakeMessage.java46 int bodyLength = IoUtils.readUnsignedInt24(in); in read() local
/external/apache-http/android/src/android/net/http/
DRequestQueue.java292 InputStream bodyProvider, int bodyLength) { in queueRequest()
312 InputStream bodyProvider, int bodyLength) { in queueRequest()
366 int bodyLength) { in queueSynchronousRequest()
DRequest.java107 InputStream bodyProvider, int bodyLength, in Request()
489 private void setBodyProvider(InputStream bodyProvider, int bodyLength) { in setBodyProvider()
DRequestHandle.java60 InputStream bodyProvider, int bodyLength, Request request) { in RequestHandle()
84 InputStream bodyProvider, int bodyLength, Request request, in RequestHandle()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DDLSet.java58 private int bodyLength = -1; field in DLSet
DDLSequence.java13 private int bodyLength = -1; field in DLSequence
DDERSequence.java21 private int bodyLength = -1; field in DERSequence
DDERSet.java25 private int bodyLength = -1; field in DERSet
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDLSequence.java13 private int bodyLength = -1; field in DLSequence
DDLSet.java58 private int bodyLength = -1; field in DLSet
DDERSequence.java21 private int bodyLength = -1; field in DERSequence
DDERSet.java25 private int bodyLength = -1; field in DERSet
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDLSet.java56 private int bodyLength = -1; field in DLSet
DDLSequence.java11 private int bodyLength = -1; field in DLSequence
DDERSequence.java19 private int bodyLength = -1; field in DERSequence
DDERSet.java23 private int bodyLength = -1; field in DERSet
/external/cronet/components/cronet/android/api/src/org/chromium/net/apihelpers/
DInMemoryTransformCronetCallback.java66 long bodyLength = getBodyLength(info); in onResponseStarted() local
/external/cronet/android/java/src/android/net/http/apihelpers/
DInMemoryTransformCallback.java66 long bodyLength = getBodyLength(info); in onResponseStarted() local
/external/skia/src/core/
DSkDescriptor.cpp182 uint32_t bodyLength = descriptorHeader.getLength() - sizeof(SkDescriptor); in MakeFromBuffer() local
/external/obex/src/com/android/obex/
DClientOperation.java407 int bodyLength = -1; in sendRequest() local
DServerOperation.java409 int bodyLength = -1; in sendReply() local
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockResponse.java164 public MockResponse setBody(InputStream bodyStream, long bodyLength) { in setBody()

12