Searched defs:bytes (Results 1 – 7 of 7) sorted by relevance
44 val bytes = file.openRead().use { it.readBytes() } in tryWriteSuccess() constant63 val bytes = file.openRead().use { it.readBytes() } in tryWriteFail() constant71 val bytes = file.openRead().use { it.readBytes() } in writeBytes() constant79 val bytes = file.openRead().use { it.readBytes() } in writeText() constant87 val bytes = file.openRead().use { it.readBytes() } in writeTextCharset() constant
253 private static byte[] computeSHA256Digest(byte[] bytes) { in computeSHA256Digest()272 @NonNull String packageName, byte @NonNull [] bytes, int type) { in hasSigningCertificate()
82 val bytes = context.assets.open("red.png").use { it.readBytes() } in fromByteArray() constant
273 private static void writeBytes(@NonNull File file, byte @NonNull [] bytes) throws IOException { in writeBytes()
425 val bytes = outputStream.toByteArray() in Bitmap() constant
444 fun bytes(certType: Params.CertType): ByteArray = in <lambda>() method in androidx.core.content.pm.PackageInfoCompatHasSignaturesTest.Certificate
113 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFullyNoClose() local