Searched defs:bytes (Results 1 – 9 of 9) sorted by relevance
62 val bytes = reader.readBytes(traceType, tag) ?: error("Missing trace $traceType") in <lambda>() constant87 val bytes = readBytes(reader, debugFile) in withWMTracing() constant114 val bytes = readBytes(reader, debugFile) in withSFTracing() constant134 val bytes = readBytes(reader, debugFile) in withTransactionsTracing() constant
174 uint8_t* bytes, size_t byte_count) { in ReadChildMemory()181 uint8_t const* bytes, size_t byte_count) { in WriteChildMemory()
146 long bytes = PAGE_SIZE * pagesPerSlab * numSlabs; in readSlabinfo() local
186 long bytes = Files.size(Paths.get(path)); in isEmptyFile() local
74 int bytes = 30000 + rnd.nextInt(60000); in calibrateMethod() local
190 public void addOutput(byte[] protoData, int bytes, int length) { in addOutput()
189 int bytes; in dumpBatteryStats() local
132 void addBytesResult(String name, byte[] bytes) throws IOException { in addBytesResult()
123 internal class ScreenRecorderSeekableInputReader(private val bytes: ByteArray) : constant in android.tools.monitors.ScreenRecorderTest.ScreenRecorderSeekableInputReader