OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_labels
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/hosts/
base_label.py
222
def _carry_over_unknown_labels(self, old_labels,
new_labels
):
223
"""Update
new_labels
by adding back old unknown labels.
233
@param
new_labels
: List of newly detected labels. This list will be
237
missing_labels = set(old_labels) - set(
new_labels
)
240
new_labels
.append(label)
269
new_labels
= self.get_labels(host)
271
self._carry_over_unknown_labels(old_info.labels,
new_labels
)
273
labels=
new_labels
,
/external/autotest/site_utils/deployment/
install.py
572
new_labels
= afe.get_labels(name=platform)
573
if not
new_labels
:
[
all
...]
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops_test.py
[
all
...]
/external/autotest/frontend/afe/
models.py
836
def check_board_labels_allowed(cls, hosts,
new_labels
=[]):
842
@param
new_labels
: A list of labels to be added to the hosts.
858
new_boards = [name for name in
new_labels
[
all
...]
Completed in 238 milliseconds