/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 765 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() argument 766 return encodeBase64(binaryData, isChunked, false); in encodeBase64() 783 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() argument 784 return encodeBase64(binaryData, isChunked, urlSafe, Integer.MAX_VALUE); in encodeBase64() 803 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() argument 816 …Base64Codec b64 = isChunked ? new Base64Codec(urlSafe) : new Base64Codec(0, CHUNK_SEPARATOR, urlSa… in encodeBase64()
|
/external/apache-http/src/org/apache/http/entity/ |
D | HttpEntityWrapper.java | 83 public boolean isChunked() { in isChunked() method in HttpEntityWrapper 84 return wrappedEntity.isChunked(); in isChunked()
|
D | BufferedHttpEntity.java | 94 public boolean isChunked() { in isChunked() method in BufferedHttpEntity 95 return (buffer == null) && wrappedEntity.isChunked(); in isChunked()
|
D | AbstractHttpEntity.java | 121 public boolean isChunked() { in isChunked() method in AbstractHttpEntity
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() argument 256 if (isChunked) { in encodeBase64() 305 if (isChunked) { in encodeBase64() 356 if (isChunked) { in encodeBase64()
|
/external/apache-http/src/org/apache/http/ |
D | HttpEntity.java | 101 boolean isChunked(); in isChunked() method
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | HttpEntityStub.java | 17 @Override public boolean isChunked() { in isChunked() method in HttpEntityStub
|
/external/apache-http/src/org/apache/http/protocol/ |
D | RequestContent.java | 84 if (entity.isChunked() || entity.getContentLength() < 0) { in process()
|
D | ResponseConnControl.java | 93 (!entity.isChunked() || ver.lessEquals(HttpVersion.HTTP_1_0))) { in process()
|
D | ResponseContent.java | 81 if (entity.isChunked() && !ver.lessEquals(HttpVersion.HTTP_1_0)) { in process()
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 107 if (!entity.isChunked() || in keepAlive()
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/apache-http/android/src/android/net/http/ |
D | Connection.java | 525 if (!entity.isChunked() || ver.lessEquals(HttpVersion.HTTP_1_0)) { in keepAlive()
|
/external/apache-http/ |
D | art-profile | 232 HPLorg/apache/http/entity/AbstractHttpEntity;->isChunked()Z 807 HSPLorg/apache/http/HttpEntity;->isChunked()Z
|
/external/apache-http/api/ |
D | current.txt | 915 method @Deprecated public boolean isChunked(); 2076 method @Deprecated public boolean isChunked(); 2152 method @Deprecated public boolean isChunked();
|
/external/grpc-grpc-java/netty/shaded/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |