Home
last modified time | relevance | path

Searched defs:str (Results 1 – 18 of 18) sorted by relevance

/build/hb/util/
Dcomponent_util.py30 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):
Dproduct_util.py317 def has_component(product_name: str) -> bool:
/build/tools/component_tools/static_check/bundle_check/
Dbundle_check_common.py24 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):
Dget_subsystem_with_component.py28 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:
Dbundle_json_check.py31 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:
Dbundle_check_online.py63 def check_diff_by_line(line:str) -> str:
/build/tools/component_tools/static_check/gn_check/
Dgn_common_tools.py28 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:
Dcheck_gn_online.py68 def check_have_product_name(self, key: str, line: list) -> None:
85 def check_abs_path(self, key: str, line: list) -> None:
Dcheck_gn.py41 def __init__(self, ohos_root: str, black_dir: tuple = tuple(), check_path='') -> None:
/build/hb/services/interface/
Dbuild_file_generator_interface.py33 def regist_flag(self, flag_name: str, flag_value):
36 def regist_arg(self, arg_name: str, arg_value: str):
Dbuild_executor_interface.py30 def regist_arg(self, arg_name: str, arg_value: str):
Dload_interface.py37 def regist_arg(self, arg_name: str, arg_value: str):
Dpreload_interface.py38 def regist_arg(self, arg_name: str, arg_value: str):
Dservice_interface.py40 def regist_arg(self, arg_name: str, arg_value):
/build/hb/containers/
Darg.py64 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/
Dcsct_online_prehandle.py24 def add2dict(diff_dict, path, line_num: str, content):
165 def __init__(self, pr_list: str, *patterns):
/build/rust/tests/test_cxx_rust/src/
Dmain.rs40 fn add_tag(&self, blobid: u64, add_tag: &str); in add_tag() function
/build/hb/services/
Dgn.py136 def _check_options_validity(self, option: str, args_file: dict):