Searched defs:str (Results 1 – 18 of 18) sorted by relevance
/build/hb/util/ |
D | component_util.py | 30 def is_in_component_dir(path: str) -> bool: 34 def is_component_in_product(component_name: str, product_name: str) -> bool: 44 def get_component_name(path: str) -> str: 54 def get_component_module_full_name(out_path: str, component_name: str, module_name: str) -> str: 84 def _recurrent_search_bundle_file(path: str):
|
D | product_util.py | 317 def has_component(product_name: str) -> bool:
|
/build/tools/component_tools/static_check/bundle_check/ |
D | bundle_check_common.py | 24 def is_all_lower(string:str): 34 def is_number(string:str) -> bool: 43 def split_by_unit(string:str): 66 def is_project(path:str) -> bool: 77 def get_ohos_version(root:str) -> str: 98 def match_unix_like_name(name:str): 105 def match_bundle_full_name(name:str):
|
D | get_subsystem_with_component.py | 28 def get_subsystem_components(ohos_path: str): 84 output_path: str, 85 output_name: str = "subsystem_component_path.json"): 117 def is_project(path: str) -> bool:
|
D | bundle_json_check.py | 31 def check_all_bundle_json(path:str) -> list: 77 def get_all_bundle_json(path:str = '.') -> list: 97 output_path:str = '.', 98 output_name:str = 'all_bundle_error.json'): 114 def to_df(path:str = None) -> pd.DataFrame: 137 def to_excel(output_path:str = '.', 138 output_name:str = 'all_bundle_error.xlsx'): 163 def __init__(self, path:str) -> None:
|
D | bundle_check_online.py | 63 def check_diff_by_line(line:str) -> str:
|
/build/tools/component_tools/static_check/gn_check/ |
D | gn_common_tools.py | 28 def contains_keywords(key_words: tuple, target: str) -> bool: 38 def find_files(project_path: str, 62 def grep_one(grep_pattern: str, 63 grep_path: str, 91 def find_paragraph_iter(pattern: str, content: str) -> typing.Iterator:
|
D | check_gn_online.py | 68 def check_have_product_name(self, key: str, line: list) -> None: 85 def check_abs_path(self, key: str, line: list) -> None:
|
D | check_gn.py | 41 def __init__(self, ohos_root: str, black_dir: tuple = tuple(), check_path='') -> None:
|
/build/hb/services/interface/ |
D | build_file_generator_interface.py | 33 def regist_flag(self, flag_name: str, flag_value): 36 def regist_arg(self, arg_name: str, arg_value: str):
|
D | build_executor_interface.py | 30 def regist_arg(self, arg_name: str, arg_value: str):
|
D | load_interface.py | 37 def regist_arg(self, arg_name: str, arg_value: str):
|
D | preload_interface.py | 38 def regist_arg(self, arg_name: str, arg_value: str):
|
D | service_interface.py | 40 def regist_arg(self, arg_name: str, arg_value):
|
/build/hb/containers/ |
D | arg.py | 64 def get_type(value: str): 96 def get_type(value: str): 128 def get_type(value: str): 139 def __init__(self, name: str, helps: str, phase: str, 141 resolve_function: str): 274 def write_args_file(key: str, value, module_type: ModuleType):
|
/build/tools/component_tools/static_check/ |
D | csct_online_prehandle.py | 24 def add2dict(diff_dict, path, line_num: str, content): 165 def __init__(self, pr_list: str, *patterns):
|
/build/rust/tests/test_cxx_rust/src/ |
D | main.rs | 40 fn add_tag(&self, blobid: u64, add_tag: &str); in add_tag() function
|
/build/hb/services/ |
D | gn.py | 136 def _check_options_validity(self, option: str, args_file: dict):
|