HomeSort by relevance Sort by last modified time
    Searched refs:ReplacedLabel (Results 1 - 6 of 6) sorted by null

  /external/autotest/venv/lucifer/
jobx.py 192 replaced_label_ids = frozenset(models.ReplacedLabel.objects.all()
  /external/autotest/frontend/afe/
frontend_test_utils.py 41 self.replaced_labels = [models.ReplacedLabel.objects.create(
models.py 159 replaced = ReplacedLabel.objects.filter(label__id=self.id)
203 class ReplacedLabel(dbmodels.Model, model_logic.ModelExtensions):
210 """Metadata for class ReplacedLabel."""
550 replaced_labels = ReplacedLabel.objects.filter(label__in=label_objects)
    [all...]
rpc_interface_unittest.py 388 models.ReplacedLabel.objects.create(label_id=non_static_platform.id)
467 models.ReplacedLabel.objects.create(label_id=non_static_platform.id)
490 models.ReplacedLabel.objects.create(label_id=platform1.id)
650 models.ReplacedLabel.objects.create(label_id=label.id)
    [all...]
rpc_interface.py 319 replaced = models.ReplacedLabel.objects.filter(label__id__in=label_ids)
    [all...]
  /external/autotest/scheduler/
scheduler_models_unittest.py 154 models.ReplacedLabel.objects.create(label_id=non_static_platform.id)

Completed in 262 milliseconds