Home
last modified time | relevance | path

Searched refs:isChunked (Results 1 – 24 of 24) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java766 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { in encodeBase64() argument
767 return encodeBase64(binaryData, isChunked, false); in encodeBase64()
784 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) { in encodeBase64() argument
785 return encodeBase64(binaryData, isChunked, urlSafe, Integer.MAX_VALUE); in encodeBase64()
804 …public static byte[] encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxRe… in encodeBase64() argument
817 …Base64Codec b64 = isChunked ? new Base64Codec(urlSafe) : new Base64Codec(0, CHUNK_SEPARATOR, urlSa… in encodeBase64()
/external/apache-http/src/org/apache/http/entity/
DHttpEntityWrapper.java83 public boolean isChunked() { in isChunked() method in HttpEntityWrapper
84 return wrappedEntity.isChunked(); in isChunked()
DBufferedHttpEntity.java94 public boolean isChunked() { in isChunked() method in BufferedHttpEntity
95 return (buffer == null) && wrappedEntity.isChunked(); in isChunked()
DAbstractHttpEntity.java121 public boolean isChunked() { in isChunked() method in AbstractHttpEntity
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java237 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/
DHttpEntity.java101 boolean isChunked(); in isChunked() method
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DHttpEntityStub.java18 @Override public boolean isChunked() { in isChunked() method in HttpEntityStub
/external/apache-http/src/org/apache/http/protocol/
DRequestContent.java84 if (entity.isChunked() || entity.getContentLength() < 0) { in process()
DResponseConnControl.java93 (!entity.isChunked() || ver.lessEquals(HttpVersion.HTTP_1_0))) { in process()
DResponseContent.java81 if (entity.isChunked() && !ver.lessEquals(HttpVersion.HTTP_1_0)) { in process()
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java107 if (!entity.isChunked() || in keepAlive()
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-http/android/src/android/net/http/
DConnection.java525 if (!entity.isChunked() || ver.lessEquals(HttpVersion.HTTP_1_0)) { in keepAlive()
/external/robolectric/v1/lib/main/
Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/
Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...