Searched refs:populate_relationships (Results 1 – 8 of 8) sorted by relevance
/external/autotest/frontend/tko/ |
D | rpc_interface.py | 189 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,
|
D | models_test.py | 38 models.Test.objects.populate_relationships(
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 562 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')
|
D | moblab_rpc_interface.py | 560 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,
|
D | models.py | 818 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,
|
D | models_test.py | 55 models.Host.objects.populate_relationships(
|
D | moblab_rpc_interface_unittest.py | 604 moblab_rpc_interface.models.Host.objects.populate_relationships(hosts,
|
D | model_logic.py | 443 def populate_relationships(self, base_objects, related_model, member in ExtendedManager
|