Searched refs:config_type (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | exceptions.py | 12 def __init__(self, config_type, config_file): argument 13 if not config_type: 18 'by the dependency manager.' % (config_file, config_type))
|
D | base_config.py | 109 config_type = config_data.pop('config_type', None) 110 if config_type != self.GetConfigType(): 113 '%s' % (config_type, self.GetConfigType(), file_path))
|
D | base_config_unittest.py | 1351 self.config_type = 'BaseConfig' 1355 self.empty_dict = {'config_type': self.config_type, 1393 self.one_dep_dict = {'config_type': self.config_type, 1409 self.assertEqual(self.config_type, config.GetConfigType()) 1425 self.assertEqual(self.config_type, config.GetConfigType())
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_parser.py | 266 def print_config_failures(self, config_type, security, config_csv_list): argument 277 print('%s config failures for security: %s' % (config_type, security))
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 910 enum config_type { enum 920 enum config_type type; 936 enum config_type type) in kmod_config_iter_new()
|