Searched refs:read_partition (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 47 data = self.os_if.read_partition(device, 0x4000) 53 data = self.os_if.read_partition(device, 0x4000)
|
D | os_interface.py | 367 def read_partition(self, partition, size): member in OSInterface
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 599 header_a = self._os_if.read_partition(kernel_a, 0x10000) 600 header_b = self._os_if.read_partition(kernel_b, 0x10000)
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 931 static PARTITION_TYPE read_partition(MACROBLOCKD *xd, int mi_row, int mi_col, in read_partition() function 970 partition = read_partition(xd, mi_row, mi_col, r, has_rows, has_cols, in decode_partition()
|