Searched defs:arch (Results 1 – 8 of 8) sorted by relevance
/tools/buildman/ |
A D | toolchain.py | 25 def __init__(self, arch): argument 64 arch=None, override_toolchain=None): argument 317 arch=None): argument 425 def Select(self, arch): argument 587 def FetchAndInstall(self, arch): argument
|
A D | board.py | 9 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, cfg_name): argument
|
A D | test.py | 208 def assertSummary(self, text, arch, plus, brds, outcome=OUTCOME_ERR): argument
|
/tools/binman/ |
A D | cbfs_util_test.py | 78 def _check_hdr(self, data, size, offset=0, arch=cbfs_util.ARCHITECTURE_X86): argument 147 def _check_raw(self, data, size, offset=0, arch=cbfs_util.ARCHITECTURE_X86): argument 160 def _get_expected_cbfs(self, size, arch='x86', compress=None, base=None): argument
|
A D | cbfs_util.py | 443 def __init__(self, size, arch=ARCHITECTURE_X86): argument
|
/tools/binman/btool/ |
A D | bootgen.py | 34 def sign(self, arch, spl_elf_fname, pmufw_elf_fname, argument
|
A D | cbfstool.py | 132 def create_new(self, cbfs_fname, size, arch='x86'): argument
|
/tools/ |
A D | imagetool.h | 67 int arch; member
|
Completed in 14 milliseconds