Searched defs:bool (Results 1 – 5 of 5) sorted by relevance
| /test/vts-testcase/kernel/ltp/testcase/tools/ |
| D | gen_ltp_config.py | 25 …un(android_build_top: str, arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_staging: …
|
| D | ltp_test_cases.py | 85 …rnelModuleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwasan: bool … 151 run_staging: bool = False, 152 is_low_mem: bool = False, 153 is_hwasan: bool = False):
|
| /test/app_compat/csuite/integration_tests/ |
| D | csuite_test_utils.py | 161 check: bool = None) -> subprocess.CompletedProcess: 180 check: bool = None) -> subprocess.CompletedProcess: 184 def uninstall(self, package_name: Text, check: bool = None):
|
| /test/app_compat/csuite/pylib/ |
| D | csuite_test.py | 37 def create_arg_parser(add_help: bool = False) -> argparse.ArgumentParser:
|
| /test/vts-testcase/kernel/ltp/testcase/tools/common/ |
| D | filter_utils.py | 480 def add_to_include_filter(self, pattern: Union[str, Set[str]], auto_refresh: bool = True): 499 def add_to_exclude_filter(self, pattern: Union[str, Set[str]], auto_refresh: bool = True):
|