Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/tests/scripts/
Dtest_psa_constant_names.py42 keep_c: bool = False) -> List[str]: argument
73 def is_simplifiable(expr: str) -> bool:
87 keep_c: bool = False) -> Tuple[List[str], List[str]]: argument
Danalyze_outcomes.py86 allow_list: typing.List[str], full_coverage: bool) -> None: argument
117 def name_matches_pattern(name: str, str_or_re) -> bool:
Ddepends.py123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
Daudit-validity-dates.py156 def check_hex_string(hex_str: str) -> bool:
/mbedtls-latest/scripts/
Dcode_style.py151 def check_style_is_correct(src_file_list: List[str]) -> bool:
184 def fix_style_single_pass(src_file_list: List[str]) -> bool:
Dcode_size_compare.py198 def check_correctness(self) -> bool:
326 def backup_config_files(restore: bool) -> None: argument