Home
last modified time | relevance | path

Searched refs:read_partition (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dkernel_handler.py47 data = self.os_if.read_partition(device, 0x4000)
53 data = self.os_if.read_partition(device, 0x4000)
Dos_interface.py367 def read_partition(self, partition, size): member in OSInterface
/external/autotest/client/cros/faft/
Drpc_functions.py599 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/
Dvp9_decodeframe.c931 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()