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

  /external/autotest/frontend/afe/
models.py 548 non_static_labels = [
553 return static_labels, non_static_labels
572 static_labels, non_static_labels = cls.classify_labels(label_names)
573 if len(static_labels) + len(non_static_labels) != len(label_names):
581 for l in non_static_labels:
    [all...]
rpc_interface.py 481 static_labels, non_static_labels = models.Host.classify_label_objects(
485 host.labels.add(*non_static_labels)
533 static_labels, non_static_labels = models.Host.classify_label_objects(
536 host.labels.remove(*non_static_labels)
    [all...]

Completed in 1564 milliseconds