OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHUNK_SEPARATOR
(Results
1 - 25
of
36
) sorted by null
1
2
/external/apache-http/src/org/apache/commons/codec/binary/
Base64.java
58
static final byte[]
CHUNK_SEPARATOR
= "\r\n".getBytes();
259
(
CHUNK_SEPARATOR
.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
260
encodedDataLength += nbrChunks *
CHUNK_SEPARATOR
.length;
309
CHUNK_SEPARATOR
,
313
CHUNK_SEPARATOR
.length);
317
(chunksSoFar *
CHUNK_SEPARATOR
.length);
318
encodedIndex +=
CHUNK_SEPARATOR
.length;
360
CHUNK_SEPARATOR
,
363
encodedDataLength -
CHUNK_SEPARATOR
.length,
364
CHUNK_SEPARATOR
.length)
[
all
...]
/external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java
79
static final byte[]
CHUNK_SEPARATOR
= {'\r', '\n'};
244
this(CHUNK_SIZE,
CHUNK_SEPARATOR
, urlSafe);
266
this(lineLength,
CHUNK_SEPARATOR
);
323
lineSeparator =
CHUNK_SEPARATOR
; // this just gets ignored
809
long len = getEncodeLength(binaryData, CHUNK_SIZE,
CHUNK_SEPARATOR
);
817
Base64Codec b64 = isChunked ? new Base64Codec(urlSafe) : new Base64Codec(0,
CHUNK_SEPARATOR
, urlSafe);
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar
plexus-utils-3.0.17.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar
/prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar
/external/robolectric/v1/lib/main/
commons-codec-1.6.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar
/external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar
/prebuilts/devtools/tools/lib/
commons-codec-1.4.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar
/prebuilts/tools/common/http-client/
commons-codec-1.4.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar
/prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar
Completed in 76 milliseconds
1
2