Searched defs:dict (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/tools/sptool/ |
D | sp_mk_generator.py | 62 def check_sp_mk_gen(args :dict): 66 def check_out_dir(args :dict): 70 def check_sp_layout_dir(args :dict): 74 def write_to_sp_mk_gen(content, args :dict): 79 def get_sp_manifest_full_path(sp_node, args :dict): 83 def get_sp_img_full_path(sp_node, args :dict): 87 def get_sp_pkg(sp, args :dict): 91 def is_line_in_sp_gen(line, args :dict): 116 def get_uuid(sp_layout, sp, args :dict): 135 def get_load_address(sp_layout, sp, args :dict): [all …]
|
D | spactions.py | 33 def inner_logged_action(sp_layout, sp, args :dict): 46 def __call__(self, sp_layout, sp, args :dict): 79 def run_actions(sp_layout: dict, args: dict, verbose=False): 90 def append_called(action, sp, args :dict): 142 def my_action1(sp_layout, _, args :dict): 146 def my_action2(sp_layout, sp_name, args :dict):
|
/trusted-firmware-a-latest/tools/memory/memory/ |
D | printer.py | 64 self, app_mem_usage: dict, sort_key: str = None, fields: list = None
|