Searched refs:collections (Results 1 – 6 of 6) sorted by relevance
17 import collections63 other, collections.Mapping) else other:
27 import collections38 BenchmarkResult = collections.namedtuple(46 ResultsWithBaseline = collections.namedtuple(103 groupings = collections.defaultdict(list)119 known_groupings_baseline = collections.defaultdict(list)
17 import collections120 lib_sets = collections.defaultdict(set)
20 import collections48 DeviceBot = collections.namedtuple('DeviceBot', 'dimensions state')
188 public static <T> Set<T> getCommonElements(Collection<? extends Collection<T>> collections) { in getCommonElements() argument191 if (!collections.isEmpty()) { in getCommonElements()192 Iterator<? extends Collection<T>> iterator = collections.iterator(); in getCommonElements()