Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py53 def collect_gn_info(cls): argument
66 … def _add_rest_dir(cls, top_dir: str, rela_path: str, sub_path: str, dir_list: List[str]) -> None: argument
104 def _find_files(cls, product_name: str) -> Dict[str, List[str]]: argument
145 def collect_product_info(cls, product_name: str): argument
153 …def _put(cls, sub: str, com: str, unit: Dict, rom_size_dict: Dict, com_size_baseline: str = str()): argument
180 …def _fuzzy_match(cls, file_name: str, filter_path_keyword: Tuple[str] = tuple()) -> Tuple[str, str… argument
237 def _save_as_xls(cls, result_dict: Dict, product_name: str, baseline: bool) -> None: argument
299 def _result_unit_adaptive(cls, result_dict: Dict[str, Dict]) -> None: argument
314 …def _match_manual_configured(cls, manual_config_info: Dict[str, Dict], compiled_files: Dict[str, L… argument
333 …def _iterate_all_template_type(cls, type_list: List[str], gn_info: Dict, gn_info_file: str, base_n… argument
[all …]
Dget_subsystem_component.py132 def run(cls, project_path: str, output_path: str = None, save_result: bool = True): argument
Dmisc.py95 def single_parser(cls, paragraph: Text) -> str: argument
104 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.py70 …def find_files_with_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_… argument
101 …def match_paragraph(cls, content: str, start_pattern: str = r"\w+\(\".*?\"\) *{", end_pattern: str… argument
118 def re_group_1(cls, content: str, pattern: str, **kwargs) -> str: argument
134 def abspath(cls, path: str) -> str: argument
143 def grep_ern(cls, pattern: str, path: str, include: str = str(), exclude: tuple = tuple(), argument
167 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = do_nothing) -> Any: argument
Drom_ram_baseline_collector.py30 …def _put(cls, result_dict: Dict, subsystem_name: str, component_name: str, rom_size: str, ram_size… argument
39 def collect(cls, oh_path: str) -> Dict[str, Dict]: 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.py40 def verify_hdc(cls, verify_str: str = "OpenHarmony") -> bool: argument
52 def verify_device(cls, device_num: str) -> bool: argument
64 def exec(cls, args: list, output_from: str = "stdout"): argument
83 def __hidumper_mem_line_process(cls, content: typing.Text) -> typing.List[typing.Text]: argument
101 …def __parse_hidumper_mem(cls, content: typing.Text, device_num: str, ss: str = "Pss") -> typing.Di… argument
154 def process_hidumper_info(cls, device_num: str, ss: str) -> typing.Dict[str, int]: argument
175 def __parse_process_json(cls, file_path: str, result_dict: typing.Dict[str, typing.List[str]]): argument
199 …def get_elf_info_from_rom_result(cls, rom_result_json: str) -> typing.Dict[str, typing.Dict[str, s… argument
227 def __parse_process_cfg(cls, cfg_path: str, profile_path: str, result_dict: dict): argument
252 def get_process_so_relationship(cls, cfg_path: str, profile_path: str) -> typing.Dict[ argument
[all …]
Drom_analyzer.py81 def __collect_product_info(cls, system_module_info_json: Text, argument
138 def __save_result_as_excel(cls, result_dict: dict, output_name: str, add_baseline: bool): argument
193 …def __put(cls, unit: typing.Dict[Text, Any], result_dict: typing.Dict[Text, Dict], baseline_dict: … argument
240 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.py18 def is_gn_variable(cls, target: str, has_quote: bool = True): argument
44 … def find_variables_in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home") -> tuple: argument
75 def __find_part_subsystem_from_bundle(cls, gnpath: str, stop_tail: str = "home") -> tuple: argument
108 …def _parse_part_subsystem(cls, part_var_flag: bool, subsystem_var_flag: bool, var_list: List[str],… argument
145 def find_part_subsystem(cls, gn_file: str, project_path: str) -> tuple: argument
174 def string_parser(cls, var: str, content: str) -> str: argument
186 def list_parser(cls, var: str, content: str) -> List[str]: argument
Dbasic_tool.py22 …def match_paragraph(cls, content: str, start_pattern: str = r"\w+\(\".*?\"\) *{", end_pattern: str… argument
39 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:… argument
54 def get_abs_path(cls, path: str) -> str: argument
58 def re_group_1(cls, content: str, pattern: str, **kwargs) -> str: argument
74 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = lambda x:x) -> Any: argument
Drom_ram_baseline_collector.py32 …def _put(cls, result_dict: Dict, subsystem_name: str, component_name: str, rom_size: str, ram_size… argument
41 def collect(cls, oh_path: str) -> Dict[str, Dict]: argument
/developtools/integration_verification/DeployDevice/src/util/
Dlog_info.py10 def __new__(cls, *args, **kw): argument
/developtools/profiler/hiebpf/include/
Dvmlinux.h6060 __u32 cls; member