Home
last modified time | relevance | path

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

/external/autotest/cli/
Datest_migrate_host37 new_host.add_labels([label.name])
/external/autotest/site_utils/deployment/
Dinstall.py372 afe_host.add_labels([Labels.BOARD_PREFIX + arguments.board])
481 afe_host.add_labels([platform])
587 h.add_labels([_DEFAULT_POOL])
/external/autotest/site_utils/
Dtest_runner_utils.py434 afe_host.add_labels(labels_to_add_to_afe_host)
486 new_host.add_labels([build_label.name, board_label.name])
Dbalance_pools.py305 host.add_labels(additions)
/external/autotest/server/
Dfrontend.py929 def add_labels(self, labels): member in Host
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc464 Book_Label* label = book.add_labels(); in TEST_P()