Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dide_util.py114 config_reset=False, argument
118 self._ide = _get_ide(installed_path, ide, config_reset, is_mac)
193 def __init__(self, installed_path=None, config_reset=False): argument
195 self._config_reset = config_reset
466 def __init__(self, installed_path=None, config_reset=False): argument
467 super().__init__(installed_path, config_reset)
630 def __init__(self, installed_path=None, config_reset=False): argument
631 super().__init__(installed_path, config_reset)
697 def __init__(self, installed_path=None, config_reset=False): argument
698 super().__init__(installed_path, config_reset)
[all …]
Dproject_config_unittest.py73 self.assertFalse(config.config_reset)
84 self.assertFalse(config_obj.config_reset)
140 self.assertTrue(config.config_reset)
142 self.assertTrue(config_obj.config_reset)
Dproject_config.py85 self.config_reset = args.config_reset
Dproject_info_unittest.py108 self.args.config_reset = False
223 args.config_reset = False
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS205 config_reset
222 config_reset
230 config_reset
265 config_reset
272 config_reset
314 config_reset
385 config_reset
/tools/asuite/aidegen/
Daidegen_main_unittest.py83 self.assertTrue(args.config_reset)