Home
last modified time | relevance | path

Searched refs:Dict (Results 1 - 11 of 11) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Drom_analysis.py33 from typing import Dict, List, Tuple, Text namespace
52 def analysis(cls, product_info: str, product_dict: Dict[str, List[str]], output_file_name: str):
57 product_dict (Dict[str, List[str]]): result dict of compiled product file
64 rom_ram_baseline: Dict[str, Dict] = RomRamBaselineCollector.collect(
72 query_order: Dict[str, List[str]
75 rom_size_dict: Dict = dict()
106 product_dict: Dict[str, List[str]] = cls._find_files(product_name)
150 def _find_files(cls, product_name: str) -> Dict[str, List[str]]:
151 product_dir: Dict[st
[all...]
H A Dmisc.py25 from typing import Text, List, Dict, AnyStr, DefaultDict namespace
101 def __call__(self, unit: Dict[str, AnyStr]) -> str:
105 def run(self, unit: Dict[str, AnyStr]) -> str:
122 def run(self, unit: Dict[str, AnyStr]):
131 def run(self, unit: Dict[str, AnyStr]):
140 def run(self, unit: Dict[str, AnyStr]):
151 def run(self, unit: Dict[str, AnyStr]):
164 def run(self, unit: Dict[str, AnyStr]):
182 def run(self, unit: Dict[str, AnyStr]):
197 def run(self, unit: Dict[st
[all...]
H A Dtemplate_processor.py19 from typing import Tuple, Union, Callable, Literal, Dict, Text namespace
43 result_dict: Dict[str, Dict[str, Dict]],
46 sub_com_dict: Dict[str, Dict[str, str]],
48 other_info_handlers: Dict[str, Callable[[
52 ud_post_handler: Callable[[Dict, Dict], None] = None
90 def _append(self, key: str, unit: Dict)
[all...]
H A Dconfig.py27 from typing import Any, Tuple, Dict, Text namespace
65 result_dict: Dict[str, Any] = dict()
76 _sc_json: Dict[Text, Text] = configs.get("subsystem_component")
83 sub_com_dict: Dict = SC.run(project_path, _sc_output_path, _sc_save)
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
H A Drom_ram_baseline_collector.py18 from typing import Dict, Any namespace
33 def collect(cls, oh_path: str) -> Dict[str, Dict]:
41 rom_ram_baseline_dict: Dict[str, Dict] = dict()
44 content: Dict[str, Any] = json.loads(f.read())
61 def _put(cls, result_dict: Dict, subsystem_name: str, component_name: str, rom_size: str, ram_size: str,
H A Dsimple_yaml_tool.py19 from typing import Dict namespace
25 def read_yaml(cls, file_name: str, mode: str = "r", encoding: str = "utf-8") -> Dict:
H A Dbasic_tool.py24 from typing import Dict, Any, List, Callable, Text, Iterator namespace
47 trans_dict: Dict[str, int] = {
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
H A Drom_ram_baseline_collector.py18 from typing import Dict, Any namespace
33 def collect(cls, oh_path: str) -> Dict[str, Dict]:
41 rom_ram_baseline_dict: Dict[str, Dict] = dict()
44 content: Dict[str, Any] = json.loads(f.read())
61 def _put(cls, result_dict: Dict, subsystem_name: str, component_name: str, rom_size: str, ram_size: str,
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Dram_analyzer.py29 from typing import Dict namespace
74 def delete_values_from_dict(target_dict: typing.Dict, key_list: typing.Iterable):
95 rom_result_dict: typing.Dict = json.loads(f.read())
97 so_info_dict: typing.Dict[
98 str, typing.Dict[str["component_name|subsystem_name|size"], str]] = cls.get_elf_info_from_rom_result(
100 process_elf_dict: typing.Dict[str, typing.List[str]] = cls.get_process_so_relationship(cfg_path,
102 process_size_dict: typing.Dict[str, int] = cls.process_hidumper_info(
104 result_dict: typing.Dict[str, typing.Dict[str, typing.Any]] = dict()
112 refactored_result: Dict[st
[all...]
H A Drom_analyzer.py24 from typing import Dict, Any, Iterator, List, Text namespace
43 self.info_dict: Dict[str, Any] = dict()
91 rom_baseline_dict: Dict[str, Any] = RomRamBaselineCollector.collect(
100 extra_product_info_dict: Dict[str, Dict] = pre_collector.result_dict
104 result_dict: Dict[Text:Dict] = dict()
110 unit: Dict[Text, Any] = product_info_dict.get(
114 unit: Dict[Text, Any] = product_info_dict.get(bf)
131 def result_unit_adaptive(self, result_dict: Dict[st
[all...]
/developtools/integration_verification/tools/opensource_tools/src/
H A Dvalidate_readme_opensource.py5 from typing import List, Dict, Optional namespace
22 reference_data: Optional[List[Dict[str, str]]] = None
87 def find_reference_data(self, name: str) -> Optional[Dict[str, str]]:

Completed in 5 milliseconds