Home
last modified time | relevance | path

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

/external/autotest/site_utils/deployment/
Dinstall.py406 afe_host.add_labels(['%s:%s' % (label_name, label_value)])
535 afe_host.add_labels([platform])
651 h.add_labels([target_pool])
/external/autotest/site_utils/
Dtest_runner_utils.py513 afe_host.add_labels(labels_to_add_to_afe_host)
582 new_host.add_labels(labels)
Dbalance_pools.py366 host.add_labels(additions)
/external/autotest/server/
Dfrontend.py909 def add_labels(self, labels): member in Host
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc479 Book_Label* label = book.add_labels(); in TEST_P()