Searched defs:tuple (Results 1 – 4 of 4) sorted by relevance
| /build/tools/component_tools/static_check/gn_check/ |
| D | gn_common_tools.py | 28 def contains_keywords(key_words: tuple, target: str) -> bool: 40 black_keywords: tuple = tuple(), 41 black_dirs: tuple = tuple()) -> set: 64 excludes: tuple = tuple(), 65 black_keyword: tuple = tuple(),
|
| D | check_gn.py | 41 def __init__(self, ohos_root: str, black_dir: tuple = tuple(), check_path='') -> None:
|
| /build/prebuilts_service/ |
| D | operater.py | 60 def run(operate_list: list, global_args, unchanged_list: tuple = ()):
|
| /build/ohos/sbom/pipeline/ |
| D | sbom_generator.py | 271 …def _filter_holders(self, holders: List[str], invalid_prefixes: tuple, min_len: int, max_len: int)…
|