Searched refs:layout_map (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/cros/faft/utils/
H A Dsaft_flashrom_util.py197 ex: layout_map = { 'ro': (0, 0xFFF), 'rw': (0x1000, rom_size-1) }
242 def _create_layout_file(self, layout_map):
243 """Creates a layout file based on layout_map.
248 for k, v in layout_map.items()]
256 Retrieves a section of data based on section_name in layout_map.
257 Raises error if unknown section or invalid layout_map.
342 layout_map = write_layout_map
344 layout_map = self.firmware_layout
348 layout_fn = self._create_layout_file(layout_map)
367 layout_map
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_table.py39 def layout_map(layout): function
104 print " %s," % (layout_map(format.layout),)
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp3424 static void print_layout_map(const char *layout_map, uint32_t left) { argument
3425 if (layout_map == nullptr)
3429 outs() << format("0x%02" PRIx32, (*layout_map) & 0xff) << " ";
3431 layout_map++;
3432 } while (*layout_map != '\0' && left != 0);
3439 const char *layout_map; local
3443 layout_map = get_pointer_64(p, offset, left, S, info);
3444 print_layout_map(layout_map, left);
3450 const char *layout_map; local
3454 layout_map
[all...]

Completed in 1734 milliseconds