Home
last modified time | relevance | path

Searched refs:IdeaProperties (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/aidegen/lib/
Dconfig_unittest.py336 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
353 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
367 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
371 @mock.patch.object(config.IdeaProperties, '_reset_max_file_size')
372 @mock.patch.object(config.IdeaProperties, '_set_default_idea_properties')
379 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
384 @mock.patch.object(config.IdeaProperties, '_reset_max_file_size')
385 @mock.patch.object(config.IdeaProperties, '_set_default_idea_properties')
391 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
Dconfig.py274 class IdeaProperties: class
Dide_util_unittest.py243 @mock.patch.object(config.IdeaProperties, 'set_max_file_size')
471 @mock.patch.object(config.IdeaProperties, 'set_max_file_size')
Dide_util.py240 config.IdeaProperties(intellij_config_dir).set_max_file_size()