OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHUNK_SEPARATOR
(Results
1 - 6
of
6
) sorted by null
/external/apache-http/src/org/apache/commons/codec/binary/
Base64.java
53
static final byte[]
CHUNK_SEPARATOR
= "\r\n".getBytes();
254
(
CHUNK_SEPARATOR
.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
255
encodedDataLength += nbrChunks *
CHUNK_SEPARATOR
.length;
304
CHUNK_SEPARATOR
,
308
CHUNK_SEPARATOR
.length);
312
(chunksSoFar *
CHUNK_SEPARATOR
.length);
313
encodedIndex +=
CHUNK_SEPARATOR
.length;
355
CHUNK_SEPARATOR
,
358
encodedDataLength -
CHUNK_SEPARATOR
.length,
359
CHUNK_SEPARATOR
.length)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar
/prebuilts/devtools/tools/lib/
commons-codec-1.4.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
/external/robolectric/lib/main/
commons-codec-1.6.jar
Completed in 236 milliseconds