Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface_unittest.py383 static_platform = models.StaticLabel.objects.create(
460 static_platform = models.StaticLabel.objects.create(
488 static_platform = models.StaticLabel.objects.create(
513 static_label = models.StaticLabel.objects.create(name='static')
530 static_label = models.StaticLabel.objects.create(name='static')
550 static_label = models.StaticLabel.objects.create(name='static')
570 static_label = models.StaticLabel.objects.create(name='static')
583 static_label = models.StaticLabel.objects.create(name='static')
600 static_label = models.StaticLabel.objects.create(name='static')
619 static_label = models.StaticLabel.objects.create(name='static')
[all …]
Dmodels.py165 class StaticLabel(model_logic.ModelWithInvalid, dbmodels.Model): class
510 StaticLabel, blank=True, db_table='afe_static_hosts_labels')
552 static_labels = StaticLabel.objects.filter(name__in=static_label_names)
812 Host.objects.populate_relationships(hosts, StaticLabel,
844 Host.objects.populate_relationships(hosts, StaticLabel,
Drpc_interface.py184 label = models.StaticLabel.smart_get(label.name)
312 static_labels = models.StaticLabel.query_objects(filter_data)
668 static_label = models.StaticLabel.smart_get(label.name)
2331 static_label = models.StaticLabel.smart_get(label.name)
Drpc_utils.py334 static_metahost = models.StaticLabel.smart_get(metahost.name)
/external/autotest/scheduler/
Dscheduler_models_unittest.py156 static_label1 = models.StaticLabel.objects.create(
158 static_platform = models.StaticLabel.objects.create(