/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 58 static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes(); field in Base64 259 … (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE)); in encodeBase64() 260 encodedDataLength += nbrChunks * CHUNK_SEPARATOR.length; in encodeBase64() 309 CHUNK_SEPARATOR, in encodeBase64() 313 CHUNK_SEPARATOR.length); in encodeBase64() 317 (chunksSoFar * CHUNK_SEPARATOR.length); in encodeBase64() 318 encodedIndex += CHUNK_SEPARATOR.length; in encodeBase64() 360 CHUNK_SEPARATOR, in encodeBase64() 363 encodedDataLength - CHUNK_SEPARATOR.length, in encodeBase64() 364 CHUNK_SEPARATOR.length); in encodeBase64()
|
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 79 static final byte[] CHUNK_SEPARATOR = {'\r', '\n'}; field in Base64Codec 244 this(CHUNK_SIZE, CHUNK_SEPARATOR, urlSafe); in Base64Codec() 266 this(lineLength, CHUNK_SEPARATOR); in Base64Codec() 323 lineSeparator = CHUNK_SEPARATOR; // this just gets ignored in Base64Codec() 809 long len = getEncodeLength(binaryData, CHUNK_SIZE, CHUNK_SEPARATOR); in encodeBase64() 817 …Base64Codec b64 = isChunked ? new Base64Codec(urlSafe) : new Base64Codec(0, CHUNK_SEPARATOR, urlSa… in encodeBase64()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.commons.codec_1.3.0.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v1/lib/main/ |
D | commons-codec-1.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/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/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |