Lines Matching refs:algorithms
46 protected HashMap<Integer,String[]> algorithms = new HashMap<Integer,String[]>(); field in XExtendedIndexEntrySupplierTest
69 algorithms = getAlgorithmList(); in before()
91 HashMap<Integer, String[]> algorithms = getAlgorithmList(); in _getAlgorithmList() local
96 String[] algNames = algorithms.get(i); in _getAlgorithmList()
117 HashMap<Integer, String[]> algorithms = new HashMap<Integer, String[]>(); in getAlgorithmList() local
120 algorithms.put(i, algNames); in getAlgorithmList()
122 return algorithms; in getAlgorithmList()
136 for (int j = 0; j < algorithms.size(); j++) { in getIndexKey()
137 String[] algs = (String[])algorithms.get(new Integer(j)); in getIndexKey()
197 for (int i = 0; i < algorithms.size(); i++) { in _loadAlgorithm()
198 String[] names = (String[]) algorithms.get(new Integer(i)); in _loadAlgorithm()