Searched defs:bool (Results 1 – 6 of 6) sorted by relevance
| /test/vts-testcase/kernel/ltp/testcase/tools/ |
| D | gen_ltp_config.py | 24 def run(arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_staging: bool, output_file: s…
|
| D | ltp_test_cases.py | 83 …rnelModuleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwasan: bool … 148 run_staging: bool = False, 149 is_low_mem: bool = False, 150 is_hwasan: bool = False):
|
| /test/app_compat/csuite/integration_tests/ |
| D | csuite_test_utils.py | 170 check: bool = None) -> subprocess.CompletedProcess: 189 check: bool = None) -> subprocess.CompletedProcess: 193 def uninstall(self, package_name: str, check: bool = None):
|
| /test/app_compat/csuite/pylib/ |
| D | csuite_test.py | 37 def create_arg_parser(add_help: bool = False) -> argparse.ArgumentParser:
|
| /test/dittosuite/src/ |
| D | instruction.cpp | 89 void Instruction::TearDownSingle(bool /*is_last*/) { in TearDownSingle() argument
|
| /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):
|