OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commentBytes
(Results
1 - 10
of
10
) sorted by null
/frameworks/multidex/library/test/src/android/support/multidex/
ZipEntryReader.java
96
byte[]
commentBytes
= new byte[commentByteCount];
97
in.get(
commentBytes
, 0, commentByteCount);
98
entry.setComment(new String(
commentBytes
, 0,
commentBytes
.length, UTF_8));
/libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java
494
byte[]
commentBytes
;
496
commentBytes
= zc.getBytes(e.comment);
497
writeShort(Math.min(
commentBytes
.length, 0xffff));
499
commentBytes
= null;
520
if (
commentBytes
!= null) {
521
writeBytes(
commentBytes
, 0, Math.min(
commentBytes
.length, 0xffff));
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
185
int
commentBytes
;
258
commentBytes
= pPce->CommentFieldBytes;
261
err = CProgramConfig_ReadHeightExt( pPce, bs, &
commentBytes
, alignmentAnchor );
263
for (i=0; i <
commentBytes
; i++)
[
all
...]
/prebuilts/devtools/tools/lib/
commons-compress-1.0.jar
commons-compress-1.8.1.jar
/prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar
Completed in 732 milliseconds