Home
last modified time | relevance | path

Searched refs:StaticLabel (Results 1 – 4 of 4) sorted by relevance

/external/autotest/frontend/afe/
Drpc_interface_unittest.py386 static_platform = models.StaticLabel.objects.create(
463 static_platform = models.StaticLabel.objects.create(
491 static_platform = models.StaticLabel.objects.create(
516 static_label = models.StaticLabel.objects.create(name='static')
533 static_label = models.StaticLabel.objects.create(name='static')
553 static_label = models.StaticLabel.objects.create(name='static')
573 static_label = models.StaticLabel.objects.create(name='static')
586 static_label = models.StaticLabel.objects.create(name='static')
603 static_label = models.StaticLabel.objects.create(name='static')
622 static_label = models.StaticLabel.objects.create(name='static')
[all …]
Dmodels.py169 class StaticLabel(model_logic.ModelWithInvalid, dbmodels.Model): class
514 StaticLabel, blank=True, db_table='afe_static_hosts_labels')
559 static_labels = StaticLabel.objects.filter(name__in=static_label_names)
819 Host.objects.populate_relationships(hosts, StaticLabel,
851 Host.objects.populate_relationships(hosts, StaticLabel,
Drpc_interface.py183 label = models.StaticLabel.smart_get(label.name)
311 static_labels = models.StaticLabel.query_objects(filter_data)
664 static_label = models.StaticLabel.smart_get(label.name)
2211 static_label = models.StaticLabel.smart_get(label.name)
Drpc_utils.py334 static_metahost = models.StaticLabel.smart_get(metahost.name)