Home
last modified time | relevance | path

Searched refs:count_labels (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dreporting.py727 count_labels = []
736 count_labels.append(label)
737 return count_labels, count_max
760 count_labels, count_max = self._get_count_labels_and_max(issue)
762 for label in count_labels:
/external/fio/
Dgraph.c146 static int count_labels(struct graph *g) in count_labels() function
449 nlabels = count_labels(bg); in bar_graph_draw()