/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ByteArrayUtil.java | 44 byte[] bytes, int offset, int length, int containerSize) { in getByteBuffer() 63 public static int getInt(byte[] bytes, int offset, int length) { in getInt() 78 public static long getLong(byte[] bytes, int offset, int length) { in getLong() 89 public static String getString(byte[] bytes, int offset, int length) { in getString()
|
D | StreamUtil.java | 462 private static String bytesToHexString(byte[] bytes) { in bytesToHexString()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZipField.java | 146 void skip(@Nonnull ByteBuffer bytes) throws IOException { in skip() 163 long read(@Nonnull ByteBuffer bytes) throws IOException { in read() 190 void verify(@Nonnull ByteBuffer bytes) throws IOException { in verify() 204 void verify(@Nonnull ByteBuffer bytes, @Nullable VerifyLog verifyLog) throws IOException { in verify() 218 void verify(@Nonnull ByteBuffer bytes, long expected) throws IOException { in verify() 233 void verify( in verify()
|
D | EncodeUtils.java | 50 public static String decode(@Nonnull ByteBuffer bytes, int length, @Nonnull GPFlags flags) in decode() 109 ByteBuffer bytes = charset.encode(name); in encode() local
|
D | CentralDirectory.java | 224 static CentralDirectory makeFromData(@Nonnull ByteBuffer bytes, int count, @Nonnull ZFile file) in makeFromData() 281 private void readEntry(@Nonnull ByteBuffer bytes) throws IOException { in readEntry()
|
D | Eocd.java | 124 Eocd(@Nonnull ByteBuffer bytes) throws IOException { in Eocd()
|
D | StoredEntry.java | 357 public int read(byte[] bytes) throws IOException { in read() 438 ByteBuffer bytes = ByteBuffer.wrap(localHeader); in readLocalHeader() local
|
D | ZFile.java | 2614 ByteBuffer bytes = ByteBuffer.wrap(comment, i, comment.length - i); in setEocdComment() local
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | LittleEndianUtils.java | 46 public static long readUnsigned4Le(@Nonnull ByteBuffer bytes) throws IOException { in readUnsigned4Le() 72 public static int readUnsigned2Le(@Nonnull ByteBuffer bytes) throws IOException { in readUnsigned2Le()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ConvertJarsToSignatureFiles.kt | 159 val bytes = ByteStreams.toByteArray(`is`) in <lambda>() constant 180 val bytes = file.readBytes() in <lambda>() constant
|
D | RewriteAnnotations.kt | 155 val bytes = file.readBytes() in <lambda>() constant 250 val bytes = zis.readBytes() in <lambda>() constant
|
D | AnnotationStatistics.kt | 389 val bytes = ByteStreams.toByteArray(`is`) in <lambda>() constant 410 val bytes = file.readBytes() in <lambda>() constant
|
D | ExtractAnnotations.kt | 152 val bytes = writer.contents.toByteArray(UTF_8) in <lambda>() constant
|
D | AnnotationsMerger.kt | 193 val bytes = ByteStreams.toByteArray(zis) in mergeFromJar() constant
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | InstrumentationResultProtoParser.java | 191 public void addOutput(byte[] protoData, int bytes, int length) { in addOutput()
|
/tools/apksig/src/test/java/com/android/apksig/internal/util/ |
D | X509CertificateUtilsTest.java | 187 private static String getHexEncodedDigestOfBytes(byte[] bytes) in getHexEncodedDigestOfBytes()
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | PasswordRetriever.java | 301 private static char[] castBytesToChars(byte[] bytes) { in castBytesToChars()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | JavaCodeCoverageListenerTest.java | 364 try (ByteArrayOutputStream bytes = new ByteArrayOutputStream()) { in measurement()
|
/tools/security/fuzzing/orphans/libffi/ |
D | fuzz_ffi.cc | 119 std::vector<uint8_t> bytes = dataProvider->ConsumeBytes<uint8_t>(type_size); in genArg() local
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | ApkSigningBlockUtils.java | 859 public static byte[] encodeAsLengthPrefixedElement(byte[] bytes) { in encodeAsLengthPrefixedElement()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DriverTest.kt | 1428 val bytes = ByteStreams.toByteArray(stream) in <lambda>() constant
|