Searched refs:_metrics (Results 1 – 2 of 2) sorted by relevance
47 self._metrics = set()59 assert name not in self._metrics60 assert (name + '-count') not in self._metrics61 self._metrics.add(name)62 self._metrics.add(name + '-count')
403 final IntIntMap _metrics = new IntIntMap (); in parseProperties() local436 … _metrics.put (out [0], (int) Math.round (((criterion * IItem.PRECISION) / 100.0))); in parseProperties()441 result.setMetrics (_metrics); in parseProperties()