Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py175 check: bool = None) -> subprocess.CompletedProcess:
194 check: bool = None) -> subprocess.CompletedProcess:
198 def uninstall(self, package_name: Text, check: bool = None):
/test/app_compat/csuite/pylib/
Dcsuite_test.py37 def create_arg_parser(add_help: bool = False) -> argparse.ArgumentParser:
/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h44 virtual bool GetService(bool /*get_stub*/, const char* /*service_name*/) { in GetService() argument