Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware/tools/sptool/
H A Dsp_mk_generator.py62 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
116 get_uuid(sp_layout, sp, args :dict) global() argument
135 get_load_address(sp_layout, sp, args :dict) global() argument
145 check_max_sps(sp_layout, _, args :dict) global() argument
152 gen_fdt_sources(sp_layout, sp, args :dict) global() argument
159 gen_sptool_args(sp_layout, sp, args :dict) global() argument
186 check_dualroot(sp_layout, _, args :dict) global() argument
203 gen_crt_args(sp_layout, sp, args :dict) global() argument
225 gen_fiptool_args(sp_layout, sp, args :dict) global() argument
232 gen_fconf_fragment(sp_layout, sp, args: dict) global() argument
[all...]
H A Dspactions.py33 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
/arm-trusted-firmware/tools/memory/memory/
H A Dprinter.py64 self, app_mem_usage: dict, sort_key: str = None, fields: list = None argument