Home
last modified time | relevance | path

Searched refs:dict (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a-latest/tools/sptool/
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
98 if type(node) is dict and "file" in node.keys():
104 if type(node) is dict and "offset" in node.keys():
[all …]
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
152 args = dict()
/trusted-firmware-a-latest/tools/memory/memory/
Dbuildparser.py18 self._modules = dict()
64 def get_mem_usage_dict(self) -> dict:
73 def get_mem_tree_as_dict(self) -> dict:
Dmapparser.py27 def read_symbols(file: TextIO, pattern: str = None) -> dict:
40 def get_memory_layout(self) -> dict:
Delfparser.py110 def get_memory_layout_from_symbols(self, expr=None) -> dict:
Dprinter.py64 self, app_mem_usage: dict, sort_key: str = None, fields: list = None argument