Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dconfig_unittest.py350 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
367 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
381 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
385 @mock.patch.object(config.IdeaProperties, '_reset_max_file_size')
386 @mock.patch.object(config.IdeaProperties, '_set_default_idea_properties')
393 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
398 @mock.patch.object(config.IdeaProperties, '_reset_max_file_size')
399 @mock.patch.object(config.IdeaProperties, '_set_default_idea_properties')
405 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
Dide_util_unittest.py243 @mock.patch.object(config.IdeaProperties, 'set_max_file_size')
471 @mock.patch.object(config.IdeaProperties, 'set_max_file_size')
Dconfig.py293 class IdeaProperties: class
Dide_util.py240 config.IdeaProperties(intellij_config_dir).set_max_file_size()