HomeSort by relevance Sort by last modified time
    Searched full:layout_map (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/faft/utils/
saft_flashrom_util.py 194 ex: layout_map = { 'ro': (0, 0xFFF), 'rw': (0x1000, rom_size-1) }
239 def _create_layout_file(self, layout_map):
240 """Creates a layout file based on layout_map.
245 for k, v in layout_map.items()]
253 Retrieves a section of data based on section_name in layout_map.
254 Raises error if unknown section or invalid layout_map.
339 layout_map = write_layout_map
341 layout_map = self.firmware_layout
345 layout_fn = self._create_layout_file(layout_map)
364 layout_map = { 'all': (0, len(base_image) - 1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 39 def layout_map(layout): function
104 print " %s," % (layout_map(format.layout),)
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 3280 const char *layout_map; local
3291 const char *layout_map; local
    [all...]

Completed in 500 milliseconds