Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py70 def check_sp_mk_gen(args :dict): argument
74 def check_out_dir(args :dict): argument
78 def check_sp_layout_dir(args :dict): argument
82 def write_to_sp_mk_gen(content, args :dict): argument
87 def get_sp_manifest_full_path(sp_node, args :dict): argument
91 def get_sp_img_full_path(sp_node, args :dict): argument
108 def get_sp_pkg(sp, args :dict): argument
112 def is_line_in_sp_gen(line, args :dict): argument
119 if type(node) is dict and "file" in node.keys():
125 if type(node) is dict and "offset" in node.keys():
[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
152 args = dict()
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py99 images: Dict[str, Image] = dict()
127 images: Dict[str, TfaElfParser] = dict()
171 images: Dict[str, Image] = dict()
H A Dsummary.py283 self.short_modules = dict()
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py232 line = dict(color='rgb(210,210,210)', width=2),
239 marker = dict(symbol = 'circle-dot',
242 line = dict(color='MediumPurple', width=3)
259 dict(
263 font = dict(color = font_color, size = font_size),
268 axis = dict(showline=False, # hide axis line, grid, ticklabels and title
280 margin=dict(l=40, r=40, b=85, t=100),