Searched defs:readBytes (Results 1 – 8 of 8) sorted by relevance
30 fun readBytes(): ByteArray method32 fun readBytes(descriptor: ResultArtifactDescriptor): ByteArray? method
72 fun readBytes(traceType: TraceType, tag: String = Tag.ALL): ByteArray? method
38 override fun readBytes(): ByteArray = ByteArray(0) in traceCount() method40 override fun readBytes(descriptor: ResultArtifactDescriptor): ByteArray? = null in traceCount() method
82 override fun readBytes(traceType: TraceType, tag: String): ByteArray? { in readLayersDump() method in android.tools.testutils.ParsedTracesReader
56 private fun readBytes( in <lambda>() method
72 override fun readBytes(): ByteArray = file.readBytes() in readBytes() method111 override fun readBytes(descriptor: ResultArtifactDescriptor): ByteArray? { in readBytes() method
77 override fun readBytes(traceType: TraceType, tag: String): ByteArray? = in <lambda>() method
67 int readBytes = read(src_fd, buf, BUFFER_SIZE); in transferBytes() local