OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout_map
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/faft/utils/
saft_flashrom_util.py
197
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': (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
3439
const char *
layout_map
;
local
3450
const char *
layout_map
;
local
[
all
...]
Completed in 5661 milliseconds