Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 11 of 11) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py52 def collect_gn_info(cls): argument
65 … def _add_rest_dir(cls, top_dir: str, rela_path: str, sub_path: str, dir_list: List[str]) -> None: argument
103 def _find_files(cls, product_name: str) -> Dict[str, List[str]]: argument
144 def collect_product_info(cls, product_name: str): argument
152 def _put(cls, sub: str, com: str, unit: Dict, rom_size_dict: Dict): argument
175 …def _fuzzy_match(cls, file_name: str, filter_path_keyword: Tuple[str] = tuple()) -> Tuple[str, str… argument
231 def _save_as_xls(cls, result_dict: Dict, product_name: str) -> None: argument
279 def analysis(cls, product_name: str, product_dict: Dict[str, List[str]]): argument
Dget_subsystem_component.py132 def run(cls, project_path: str, output_path: str = None, save_result: bool = True): argument
Dmisc.py91 def single_parser(cls, paragraph: Text) -> str: argument
100 def second_parser(cls, paragraph: Text) -> str: argument
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dgn_common_tool.py37 def _find_gn_variable_list(cls, content: str) -> List: argument
57 def is_gn_variable(cls, target: str, quote_processed: bool = False): argument
84 def contains_gn_variable(cls, s: str, quote_processed: bool = False): argument
94 …def find_variables_in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home", use_cache… argument
138 def replace_gn_variables(cls, s: str, gn_path: str, stop_tail: str) -> str: argument
156 def find_values_of_variable(cls, var_name: str, path: str, stop_tail: str = "home") -> list: argument
185 def string_parser(cls, var: str, content: str) -> str: argument
197 def list_parser(cls, var: str, content: str) -> List[str]: argument
Dbasic_tool.py31 …def find_files_with_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_… argument
62 …def match_paragraph(cls, content: str, start_pattern: str = r"\w+\(\".*?\"\) *{", end_pattern: str… argument
79 def re_group_1(cls, content: str, pattern: str, **kwargs) -> str: argument
95 def abspath(cls, path: str) -> str: argument
104 def grep_ern(cls, pattern: str, path: str, include: str = str(), exclude: tuple = tuple(), argument
128 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = do_nothing) -> Any: argument
Dsimple_yaml_tool.py25 def read_yaml(cls, file_name: str, mode: str = "r", encoding: str = "utf-8") -> Dict: argument
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py38 def verify_hdc(cls, verify_str: str = "OpenHarmony") -> bool: argument
50 def verify_device(cls, device_num: str) -> bool: argument
63 def exec(cls, args: list, output_from: str = "stdout"): argument
82 def __hidumper_mem_line_process(cls, content: typing.Text) -> typing.List[typing.Text]: argument
100 …def __parse_hidumper_mem(cls, content: typing.Text, device_num: str, ss: str = "Pss") -> typing.Di… argument
145 def process_hidumper_info(cls, device_num: str, ss:str) -> typing.Dict[str, int]: argument
165 def __parse_process_xml(cls, file_path: str, result_dict: typing.Dict[str, typing.List[str]]): argument
186 …def get_elf_info_from_rom_result(cls, rom_result_json: str) -> typing.Dict[str, typing.Dict[str, s… argument
211 def __parse_process_cfg(cls, cfg_path: str, profile_path: str, result_dict: dict): argument
235 …def get_process_so_relationship(cls, xml_path: str, cfg_path: str, profile_path: str) -> typing.Di… argument
[all …]
Drom_analyzer.py37 def __collect_product_info(cls, system_module_info_json: Text, argument
75 def __save_result_as_excel(cls, result_dict: dict, output_name: str): argument
117 def __put(cls, unit: typing.Dict[Text, Any], result_dict: typing.Dict[Text, Dict]): argument
147 def analysis(cls, system_module_info_json: Text, product_dirs: List[str], argument
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dgn_common_tool.py11 def is_gn_variable(cls, target: str, has_quote: bool = True): argument
37 … def find_variables_in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home") -> tuple: argument
68 def __find_part_subsystem_from_bundle(cls, gnpath: str, stop_tail: str = "home") -> tuple: argument
101 def find_part_subsystem(cls, gn_file: str, project_path: str) -> tuple: argument
Dbasic_tool.py11 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:… argument
26 def get_abs_path(cls, path: str) -> str: argument
/developtools/integration_verification/DeployDevice/src/util/
Dlog_info.py10 def __new__(cls, *args, **kw): argument