Searched refs:dict (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-latest/tools/sptool/ |
D | sp_mk_generator.py | 62 def check_sp_mk_gen(args :dict): argument 66 def check_out_dir(args :dict): argument 70 def check_sp_layout_dir(args :dict): argument 74 def write_to_sp_mk_gen(content, args :dict): argument 79 def get_sp_manifest_full_path(sp_node, args :dict): argument 83 def get_sp_img_full_path(sp_node, args :dict): argument 87 def get_sp_pkg(sp, args :dict): argument 91 def is_line_in_sp_gen(line, args :dict): argument 98 if type(node) is dict and "file" in node.keys(): 104 if type(node) is dict and "offset" in node.keys(): [all …]
|
D | spactions.py | 33 def inner_logged_action(sp_layout, sp, args :dict): argument 46 def __call__(self, sp_layout, sp, args :dict): argument 79 def run_actions(sp_layout: dict, args: dict, verbose=False): argument 90 def append_called(action, sp, args :dict): argument 142 def my_action1(sp_layout, _, args :dict): argument 146 def my_action2(sp_layout, sp_name, args :dict): argument 152 args = dict()
|
/trusted-firmware-a-latest/tools/memory/memory/ |
D | buildparser.py | 18 self._modules = dict() 64 def get_mem_usage_dict(self) -> dict: 73 def get_mem_tree_as_dict(self) -> dict:
|
D | mapparser.py | 27 def read_symbols(file: TextIO, pattern: str = None) -> dict: 40 def get_memory_layout(self) -> dict:
|
D | elfparser.py | 110 def get_memory_layout_from_symbols(self, expr=None) -> dict:
|
D | printer.py | 64 self, app_mem_usage: dict, sort_key: str = None, fields: list = None argument
|