Home | History | Annotate | Download | only in server

Lines Matching refs:topFilters

1510             final FilterStats[] topFilters = new FilterStats[10];
1530 ? Arrays.binarySearch(topFilters, 0, len, fs, comparator) : 0;
1534 if (pos < topFilters.length) {
1535 int copylen = topFilters.length - pos - 1;
1537 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen);
1539 topFilters[pos] = fs;
1540 if (len < topFilters.length) {
1550 FilterStats fs = topFilters[i];