HomeSort by relevance Sort by last modified time
    Searched refs:commentBytes (Results 1 - 11 of 11) 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/
ZipEntry.java 437 byte[] commentBytes = new byte[commentByteCount];
438 Streams.readFully(cdStream, commentBytes, 0, commentByteCount);
439 comment = new String(commentBytes, 0, commentBytes.length, charset);
ZipOutputStream.java 76 private byte[] commentBytes = EmptyArray.BYTE;
331 writeIntAsUint16(cDir, commentBytes.length);
332 if (commentBytes.length > 0) {
333 cDir.write(commentBytes);
493 this.commentBytes = EmptyArray.BYTE;
499 this.commentBytes = newCommentBytes;
ZipFile.java 427 byte[] commentBytes = new byte[record.commentLength];
428 raf.readFully(commentBytes);
429 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 
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/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 261 milliseconds