HomeSort by relevance Sort by last modified time
    Searched refs:commentBytes (Results 1 - 9 of 9) 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/luni/src/main/java/java/util/zip/
ZipOutputStream.java 74 private byte[] commentBytes = EmptyArray.BYTE;
240 writeShort(cDir, commentBytes.length);
241 if (commentBytes.length > 0) {
242 cDir.write(commentBytes);
358 this.commentBytes = EmptyArray.BYTE;
364 this.commentBytes = newCommentBytes;
ZipEntry.java 436 byte[] commentBytes = new byte[commentByteCount];
437 Streams.readFully(cdStream, commentBytes, 0, commentByteCount);
438 comment = new String(commentBytes, 0, commentBytes.length, charset);
ZipFile.java 425 byte[] commentBytes = new byte[commentLength];
426 raf.readFully(commentBytes);
427 comment = new String(commentBytes, 0, commentBytes.length, StandardCharsets.UTF_8);
  /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 
  /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 

Completed in 554 milliseconds