Searched refs:bool (Results 1 – 10 of 10) sorted by relevance
/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | filter_utils.py | 171 def InRegexList(item: str, regex_list: List[str]) -> bool: 190 def IsRegexFilter(item: str) -> bool: 306 def Filter(self, item: str) -> bool: 336 def IsInIncludeFilter(self, item: str) -> bool: 351 def IsInExcludeFilter(self, item: str) -> bool: 366 def _ModuleNamePrefixMatchingCheck(self, item: str, check_function: Callable) -> bool: 396 def _IsInIncludeFilter(self, item: str) -> bool: 408 def _IsInExcludeFilter(self, item: str) -> bool: 480 def add_to_include_filter(self, pattern: Union[str, Set[str]], auto_refresh: bool = True): argument 499 def add_to_exclude_filter(self, pattern: Union[str, Set[str]], auto_refresh: bool = True): argument
|
/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… argument
|
D | ltp_test_cases.py | 84 …duleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwasan: bool = Fals… argument 126 def IsLtpBinaryExist(self, commands: str) -> bool: 149 run_staging: bool = False, argument 150 is_low_mem: bool = False, argument 151 is_hwasan: bool = False): argument
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_test_utils.py | 170 check: bool = None) -> subprocess.CompletedProcess: argument 189 check: bool = None) -> subprocess.CompletedProcess: argument 193 def uninstall(self, package_name: str, check: bool = None): argument 245 type=bool,
|
/test/dittosuite/schema/ |
D | benchmark.proto | 105 optional bool create = 4 [default = true]; 106 optional bool direct_io = 5 [default = false]; 141 optional bool fsync = 7 [default = false]; 212 optional bool fork = 2 [default = false];
|
/test/vts/vndk_utils/vndk/ |
D | vndk_utils.py | 59 return bool(dut.GetVndkVersion())
|
/test/app_compat/csuite/pylib/ |
D | csuite_test.py | 37 def create_arg_parser(add_help: bool = False) -> argparse.ArgumentParser: argument
|
/test/vts-testcase/vndk/ |
D | utils.py | 44 return bool(self._serial_number)
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 106 if Type is bool: 131 has_results = self.read_typed(bool)
|
/test/dittosuite/ |
D | README.md | 213 - (optional) `bool create` (`default = true`) - Specifies if the file should be created if it does 285 - (optional) `bool fsync` (`default = false`) - If set, `fsync(2)` will be called after the
|