Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py15 def __init__(self, inputfile: str, outputfile=None): argument
33 def print_cert_info(self, node:Node): argument
44 def print_data_info(self, node:Node): argument
51 def print_img_info(self, node:Node): argument
59 def tree_width(self, parent_set, root): argument
76 def resolve_lay(self, parent_set, lay, name_idx, root, bounds, break_name): argument
101 def tree_visualization(self): argument
289 def if_root(self, node:Node) -> bool: argument
295 def get_sign_key(self, node:Node): argument
302 def get_nv_ctr(self, node:Node): argument
[all …]
H A Ddt_validator.py24 def __init__(self, input): argument
29 def dtValidate(self): argument
43 def dtValidateFile(self, input, printInfo=False): argument
65 def dtParseFile(self, input, printInfo=False): argument
90 def dtValidateFiles(self): argument
/rk3399_ARM-atf/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 def parse(self, file_name): argument
91 def __init__(self, prog): argument
95 def parse_arguments(self, argv): argument
99 def build_template(self, name, mapping=None, remove_comment=False): argument
125 def __init__(self, prog): argument
133 def main(self): argument
159 def __init__(self, prog): argument
[all …]
/rk3399_ARM-atf/tools/memory/src/memory/
H A Delfparser.py44 def __init__(self, elf_file: BinaryIO) -> None: argument
75 def symbols(self) -> Dict[str, int]: argument
107 def _get_mem_usage(self) -> Tuple[int, int]: argument
123 self, argument
141 def get_memory_layout_from_symbols(self) -> Dict[str, Dict[str, int]]: argument
161 def get_seg_map_as_dict(self) -> List[Dict[str, Any]]: argument
165 def get_memory_layout(self) -> Dict[str, Region]: argument
181 def footprint(self) -> Dict[str, Region]: argument
184 def get_mod_mem_usage_dict(self) -> Dict[str, int]: argument
H A Dimage.py26 def limit(self) -> Optional[int]: argument
38 def size(self) -> Optional[int]: argument
50 def free(self) -> Optional[int]: argument
67 def footprint(self) -> Dict[str, Region]: argument
74 def symbols(self) -> Dict[str, int]: argument
H A Dsummary.py71 def __init__(self, fill: bool = True): argument
75 def module_add(self, object_name: str, size: int, section: str): argument
107 def module_replace(self, old_object: str, new_object: str): argument
112 def check_new_section(self, line: str) -> Optional[str]: argument
130 def parse_object_name(self, line: str) -> str: argument
157 def parse_section(self, line: str) -> Tuple[str, int]: argument
182 def parse_mapfile(self, file_desc: IO[str]) -> Modules: argument
246 def __init__(self): argument
266 def reduce_depth(self, depth: Optional[int]): argument
308 self, argument
[all …]
H A Dmapparser.py22 def __init__(self, map_file: TextIO) -> None: argument
40 def symbols(self) -> Dict[str, int]: argument
58 def footprint(self) -> Dict[str, Region]: argument
H A Dprinter.py24 def __init__(self, columns: int, as_decimal: bool = False) -> None: argument
31 self, argument
41 self, argument
76 self, argument
113 self, argument
160 self, argument
/rk3399_ARM-atf/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 def magic(self): argument
80 def version(self): argument
84 def pm_size(self): argument
88 def img_size(self): argument
92 def header(self): argument
102 def header_size(self): argument
105 def generate(self, f_out : str): argument
H A Dhob.py116 def __init__(self, time_low, time_mid, time_hi_and_version, clock_seq_and_node): argument
123 def pack(self): argument
132 def __str__(self): argument
145 def __init__(self, hob_type, hob_length): argument
151 def pack(self): argument
156 def __str__(self): argument
167 def __init__(self, name: EfiGuid, data_format_str, data): argument
179 def pack(self): argument
186 def __str__(self): argument
202 def __init__(self, memory_base, memory_size, free_memory_base, free_memory_size): 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) -> str: argument
/rk3399_ARM-atf/plat/allwinner/common/
H A Dsunxi_cpu_ops.c138 u_register_t self = read_mpidr(); in sunxi_cpu_power_off_others() local