Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py12 def __init__(self, config_type, config_file): argument
13 if not config_type:
18 'by the dependency manager.' % (config_file, config_type))
Dbase_config.py109 config_type = config_data.pop('config_type', None)
110 if config_type != self.GetConfigType():
113 '%s' % (config_type, self.GetConfigType(), file_path))
Dbase_config_unittest.py1351 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/
Dchaos_parser.py266 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/
Dlibkmod-config.c910 enum config_type { enum
920 enum config_type type;
936 enum config_type type) in kmod_config_iter_new()