Home
last modified time | relevance | path

Searched refs:populate_relationships (Results 1 – 8 of 8) sorted by relevance

/external/autotest/frontend/tko/
Drpc_interface.py189 models.Test.objects.populate_relationships(tests, models.TestAttribute,
191 models.Test.objects.populate_relationships(tests, models.IterationAttribute,
193 models.Test.objects.populate_relationships(tests, models.IterationResult,
195 models.Test.objects.populate_relationships(tests, models.TestLabel,
201 models.Job.objects.populate_relationships(jobs, models.JobKeyval,
Dmodels_test.py38 models.Test.objects.populate_relationships(
/external/autotest/frontend/afe/
Drpc_interface.py562 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
643 models.Host.objects.populate_relationships(hosts, models.Label,
645 models.Host.objects.populate_relationships(hosts, models.AclGroup,
647 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
649 models.Host.objects.populate_relationships(hosts,
1215 models.Job.objects.populate_relationships(jobs, models.Label,
1217 models.Job.objects.populate_relationships(jobs, models.JobKeyval, 'keyvals')
Dmoblab_rpc_interface.py560 models.Host.objects.populate_relationships(hosts, models.Label,
770 models.Host.objects.populate_relationships(hosts, models.Label,
799 models.Host.objects.populate_relationships(hosts, models.Label,
Dmodels.py818 Host.objects.populate_relationships(hosts, Label, 'label_list')
819 Host.objects.populate_relationships(hosts, StaticLabel,
850 Host.objects.populate_relationships(hosts, Label, 'label_list')
851 Host.objects.populate_relationships(hosts, StaticLabel,
Dmodels_test.py55 models.Host.objects.populate_relationships(
Dmoblab_rpc_interface_unittest.py604 moblab_rpc_interface.models.Host.objects.populate_relationships(hosts,
Dmodel_logic.py443 def populate_relationships(self, base_objects, related_model, member in ExtendedManager