Searched refs:populate_relationships (Results 1 – 6 of 6) sorted by relevance
/external/autotest/frontend/tko/ |
D | rpc_interface.py | 187 models.Test.objects.populate_relationships(tests, models.TestAttribute, 189 models.Test.objects.populate_relationships(tests, models.IterationAttribute, 191 models.Test.objects.populate_relationships(tests, models.IterationResult, 193 models.Test.objects.populate_relationships(tests, models.TestLabel, 199 models.Job.objects.populate_relationships(jobs, models.JobKeyval,
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 456 models.Host.objects.populate_relationships(hosts, models.HostAttribute, 509 models.Host.objects.populate_relationships(hosts, models.Label, 511 models.Host.objects.populate_relationships(hosts, models.AclGroup, 513 models.Host.objects.populate_relationships(hosts, models.HostAttribute, 1147 models.Job.objects.populate_relationships(jobs, models.Label, 1149 models.Job.objects.populate_relationships(jobs, models.JobKeyval, 'keyvals')
|
D | resources.py | 631 models.Job.objects.populate_relationships(instances, models.JobKeyval,
|
D | model_logic.py | 454 def populate_relationships(self, base_objects, related_model, member in ExtendedManager
|
D | models.py | 670 Host.objects.populate_relationships(hosts, Label, 'label_list')
|
/external/autotest/scheduler/ |
D | monitor_db_cleanup.py | 115 first_model.objects.populate_relationships(invalid_objects,
|