Home
last modified time | relevance | path

Searched defs:self (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware/lib/romlib/
H A Dromlib_generator.py24 def __init__(self): argument
29 def add_dependency(self, parent, dependency): argument
36 def get_dependencies(self, parent): argument
48 parse(self, file_name) global() argument
91 __init__(self, prog) global() argument
95 parse_arguments(self, argv) global() argument
99 build_template(self, name, mapping=None, remove_comment=False) global() argument
125 __init__(self, prog) global() argument
133 main(self) global() argument
159 __init__(self, prog) global() argument
167 main(self) global() argument
191 __init__(self, prog) global() argument
199 main(self) global() argument
236 __init__(self, prog) global() argument
243 main(self) global() argument
[all...]
/arm-trusted-firmware/tools/memory/memory/
H A Dbuildparser.py17 def __init__(self, path: Path, map_backend=False): argument
23 def __getitem__(self, module: str): argument
27 def _parse_modules(self): argument
49 symbols(self) global() argument
64 get_mem_usage_dict(self) global() argument
73 get_mem_tree_as_dict(self) global() argument
86 module_names(self) global() argument
[all...]
H A Delfparser.py31 def __init__(self, elf_file: BinaryIO): argument
49 symbols(self) global() argument
77 _get_mem_usage(self) global() argument
92 set_segment_section_map(self, segments, sections) global() argument
110 get_memory_layout_from_symbols(self, expr=None) global() argument
130 get_seg_map_as_dict(self) global() argument
134 get_memory_layout(self) global() argument
152 get_mod_mem_usage_dict(self) global() argument
[all...]
H A Dmapparser.py19 def __init__(self, map_file: TextIO): argument
23 def symbols(self): argument
40 def get_memory_layout(self) -> dict: argument
H A Dprinter.py20 def __init__(self, columns: int = None, as_decimal: bool = False): argument
27 def format_args(self, *args, width=10, fmt=None): argument
32 def format_row(self, leading, *args, width=10, fmt=None): argument
64 print_footprint( self, app_mem_usage: dict, sort_key: str = None, fields: list = None ) global() argument
95 print_symbol_table( self, symbols: list, modules: list, start: int = 12, ) global() argument
140 print_mem_tree( self, mem_map_dict, modules, depth=1, min_pad=12, node_right_pad=12 ) global() argument
[all...]
/arm-trusted-firmware/tools/sptool/
H A Dsptool.py42 def __init__(self, pm_path : str, img_path : str, pm_offset: int, argument
67 def __str__(self): argument
76 magic(self) global() argument
80 version(self) global() argument
84 pm_size(self) global() argument
88 img_size(self) global() argument
92 header(self) global() argument
102 header_size(self) global() argument
105 generate(self, f_out : str) global() argument
[all...]
H A Dspactions.py29 def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument
40 def __lt__(self, other): argument
46 def __call__(self, sp_layout, sp, args :dict): argument
52 def __repr__(self) argument
[all...]
/arm-trusted-firmware/plat/allwinner/common/
H A Dsunxi_cpu_ops.c138 u_register_t self = read_mpidr(); in sunxi_cpu_power_off_others() local