Home
last modified time | relevance | path

Searched refs:object_dict (Results 1 – 3 of 3) sorted by relevance

/external/selinux/python/semanage/
Dsemanage133 object_dict = {
190 OBJECT = object_dict['login'](args)
323 OBJECT = object_dict['fcontext'](args)
391 OBJECT = object_dict['user'](args)
441 OBJECT = object_dict['port'](args)
486 OBJECT = object_dict['ibpkey'](args)
529 OBJECT = object_dict['ibendport'](args)
572 OBJECT = object_dict['interface'](args)
652 OBJECT = object_dict['node'](args)
698 OBJECT = object_dict['boolean'](args)
[all …]
/external/autotest/frontend/afe/
Dmodel_logic.py873 object_dict = dict((field_name, getattr(self, field_name))
875 self.clean_object_dicts([object_dict])
876 self._postprocess_object_dict(object_dict)
877 return object_dict
880 def _postprocess_object_dict(self, object_dict): argument
Dmodels.py2069 def _postprocess_object_dict(self, object_dict): argument
2070 object_dict['full_status'] = self.full_status()