Searched defs:bytes (Results 1 – 7 of 7) sorted by relevance
97 val bytes = reader.readBytes(traceType) ?: error("Missing trace $traceType") in withTracing() constant
174 uint8_t* bytes, size_t byte_count) { in ReadChildMemory()181 uint8_t const* bytes, size_t byte_count) { in WriteChildMemory()
156 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
189 int bytes; in dumpBatteryStats() local
122 internal class ScreenRecorderSeekableInputReader(private val bytes: ByteArray) : constant in android.tools.device.traces.monitors.ScreenRecorderTest.ScreenRecorderSeekableInputReader